-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version + add info to android pom
- Loading branch information
Hjort
committed
Jan 29, 2024
1 parent
be0f1ae
commit 1cd52c0
Showing
4 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<parent> | ||
<groupId>com.concordium.sdk</groupId> | ||
<artifactId>concordium-sdk-base</artifactId> | ||
<version>6.0.1</version> | ||
<version>6.0.2</version> | ||
</parent> | ||
|
||
<artifactId>concordium-android-sdk</artifactId> | ||
|
@@ -17,6 +17,32 @@ | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
</properties> | ||
|
||
<name>concordium-android-sdk</name> | ||
<description>An SDK for interacting with the Concordium blockchain packaged for Android</description> | ||
<url>https://github.com/Concordium/concordium-java-sdk</url> | ||
|
||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Concordium Software</name> | ||
<email>[email protected]</email> | ||
<organization>Concordium Software</organization> | ||
<organizationUrl>https://concordium.com</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com:Concordium/concordium-java-sdk.git</connection> | ||
<developerConnection>scm:git:ssh://github.com:Concordium/concordium-java-sdk.git</developerConnection> | ||
<url>https://github.com/Concordium/concordium-java-sdk/tree/main</url> | ||
</scm> | ||
|
||
<dependencies> | ||
<dependency> | ||
|
@@ -283,6 +309,9 @@ | |
<goals> | ||
<goal>flatten</goal> | ||
</goals> | ||
<configuration> | ||
<flattenMode>ossrh</flattenMode> | ||
</configuration> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters