Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ DHIS2 Java SDK is a _lightweight_ library that hides the nuts and bolts of DHIS2
<groupId>org.hisp.dhis.integration.sdk</groupId>
<artifactId>android-jackson-resource-model</artifactId>
<classifier>[v40.2.2|v40.0|v2.39.1|v2.38.1|v2.37.7|v2.36.11|v2.35.13]</classifier>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.hisp.dhis.integration.sdk</groupId>
<artifactId>dhis2-java-sdk</artifactId>
<version>3.0.0</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

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

<artifactId>common-resource-model</artifactId>
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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</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>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dhis2-java-sdk</artifactId>
Expand Down