Skip to content

Commit e309a0c

Browse files
committed
build: generate Java SDK models for latest DHIS2 APIs
1 parent 17e403c commit e309a0c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ DHIS2 Java SDK is a _lightweight_ library that hides the nuts and bolts of DHIS2
2727
<groupId>org.hisp.dhis.integration.sdk</groupId>
2828
<artifactId>jackson-resource-model</artifactId>
2929
<classifier>[v42.4|v41.5|v40.2.2|v40.0|v2.39.1|v2.38.7|v2.37.7|v2.36.11|v2.35.13]</classifier>
30-
<version>3.0.1</version>
30+
<version>3.0.2</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.hisp.dhis.integration.sdk</groupId>
3434
<artifactId>dhis2-java-sdk</artifactId>
35-
<version>3.0.1</version>
35+
<version>3.0.2</version>
3636
</dependency>
3737
...
3838
</dependencies>
@@ -48,12 +48,12 @@ DHIS2 Java SDK is a _lightweight_ library that hides the nuts and bolts of DHIS2
4848
<groupId>org.hisp.dhis.integration.sdk</groupId>
4949
<artifactId>android-jackson-resource-model</artifactId>
5050
<classifier>[v42.4|v41.5|v40.2.2|v40.0|v2.39.1|v2.38.7|v2.37.7|v2.36.11|v2.35.13]</classifier>
51-
<version>3.0.1</version>
51+
<version>3.0.2</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.hisp.dhis.integration.sdk</groupId>
5555
<artifactId>dhis2-java-sdk</artifactId>
56-
<version>3.0.1</version>
56+
<version>3.0.2</version>
5757
</dependency>
5858
...
5959
</dependencies>
@@ -70,7 +70,7 @@ DHIS2 Java SDK is a _lightweight_ library that hides the nuts and bolts of DHIS2
7070
<dependency>
7171
<groupId>org.hisp.dhis.integration.sdk</groupId>
7272
<artifactId>dhis2-java-sdk</artifactId>
73-
<version>3.0.2-SNAPSHOT</version>
73+
<version>3.0.3-SNAPSHOT</version>
7474
</dependency>
7575
...
7676
</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>3.0.2-SNAPSHOT</version>
8+
<version>3.0.2</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

common-resource-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hisp.dhis.integration.sdk</groupId>
88
<artifactId>dhis2-java-sdk-pom</artifactId>
9-
<version>3.0.2-SNAPSHOT</version>
9+
<version>3.0.2</version>
1010
</parent>
1111

1212
<artifactId>common-resource-model</artifactId>

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>3.0.2-SNAPSHOT</version>
8+
<version>3.0.2</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>3.0.2-SNAPSHOT</version>
10+
<version>3.0.2</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>3.0.2-SNAPSHOT</version>
8+
<version>3.0.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>dhis2-java-sdk</artifactId>

0 commit comments

Comments
 (0)