Skip to content

Commit

Permalink
Merge pull request #99 from dhis2/v2.1.0
Browse files Browse the repository at this point in the history
chore: prepare release
  • Loading branch information
cjmamo authored Jul 24, 2023
2 parents 23bcafe + 7963330 commit e73817d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ DHIS2 Java SDK is a _lightweight_ library that hides the nuts and bolts of DHIS2
<dependency>
<groupId>org.hisp.dhis.integration.sdk</groupId>
<artifactId>dhis2-java-sdk</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion android-jackson-resource-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dhis2-java-sdk-pom</artifactId>
<groupId>org.hisp.dhis.integration.sdk</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jackson-resource-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dhis2-java-sdk-pom</artifactId>
<groupId>org.hisp.dhis.integration.sdk</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.hisp.dhis.integration.sdk</groupId>
<artifactId>dhis2-java-sdk-pom</artifactId>
<packaging>pom</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>

<name>DHIS2 Java SDK</name>
<url>https://github.com/dhis2/dhis2-java-sdk</url>
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dhis2-java-sdk-pom</artifactId>
<groupId>org.hisp.dhis.integration.sdk</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dhis2-java-sdk</artifactId>
Expand Down

0 comments on commit e73817d

Please sign in to comment.