Skip to content

Commit e73817d

Browse files
authored
Merge pull request #99 from dhis2/v2.1.0
chore: prepare release
2 parents 23bcafe + 7963330 commit e73817d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DHIS2 Java SDK is a _lightweight_ library that hides the nuts and bolts of DHIS2
5353
<dependency>
5454
<groupId>org.hisp.dhis.integration.sdk</groupId>
5555
<artifactId>dhis2-java-sdk</artifactId>
56-
<version>2.0.0</version>
56+
<version>2.1.0</version>
5757
</dependency>
5858
...
5959
</dependencies>

android-jackson-resource-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dhis2-java-sdk-pom</artifactId>
77
<groupId>org.hisp.dhis.integration.sdk</groupId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

jackson-resource-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dhis2-java-sdk-pom</artifactId>
77
<groupId>org.hisp.dhis.integration.sdk</groupId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.hisp.dhis.integration.sdk</groupId>
88
<artifactId>dhis2-java-sdk-pom</artifactId>
99
<packaging>pom</packaging>
10-
<version>2.1.0-SNAPSHOT</version>
10+
<version>2.1.0</version>
1111

1212
<name>DHIS2 Java SDK</name>
1313
<url>https://github.com/dhis2/dhis2-java-sdk</url>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dhis2-java-sdk-pom</artifactId>
77
<groupId>org.hisp.dhis.integration.sdk</groupId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>dhis2-java-sdk</artifactId>

0 commit comments

Comments
 (0)