Skip to content

Commit

Permalink
Bump version + add info to android pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjort committed Jan 29, 2024
1 parent be0f1ae commit 1cd52c0
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
31 changes: 30 additions & 1 deletion concordium-android-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -283,6 +309,9 @@
<goals>
<goal>flatten</goal>
</goals>
<configuration>
<flattenMode>ossrh</flattenMode>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion concordium-sdk-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.concordium.sdk</groupId>
<artifactId>concordium-sdk</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion concordium-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.concordium.sdk</groupId>
<artifactId>concordium-sdk-base</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
</parent>

<groupId>com.concordium.sdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.concordium.sdk</groupId>
<artifactId>concordium-sdk-base</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 1cd52c0

Please sign in to comment.