Skip to content

Commit

Permalink
Merge pull request #112 from dhis2/docs-reference-latest
Browse files Browse the repository at this point in the history
docs: reference latest versions
  • Loading branch information
mortenoh authored Oct 13, 2023
2 parents 967830c + 40fb242 commit e7cfa1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ DHIS2 Java SDK is a _lightweight_ library that hides the nuts and bolts of DHIS2
<dependency>
<groupId>org.hisp.dhis.integration.sdk</groupId>
<artifactId>jackson-resource-model</artifactId>
<classifier>[v2.39.1|v2.38.1|v2.37.7|v2.36.11|v2.35.13]</classifier>
<version>2.0.0</version>
<classifier>[v40.0|v2.39.1|v2.38.1|v2.37.7|v2.36.11|v2.35.13]</classifier>
<version>2.1.0</version>
</dependency>
<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 All @@ -47,8 +47,8 @@ DHIS2 Java SDK is a _lightweight_ library that hides the nuts and bolts of DHIS2
<dependency>
<groupId>org.hisp.dhis.integration.sdk</groupId>
<artifactId>android-jackson-resource-model</artifactId>
<classifier>[v2.39.1|v2.38.1|v2.37.7|v2.36.11|v2.35.13]</classifier>
<version>2.0.0</version>
<classifier>[v40.0|v2.39.1|v2.38.1|v2.37.7|v2.36.11|v2.35.13]</classifier>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.hisp.dhis.integration.sdk</groupId>
Expand All @@ -70,7 +70,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.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</dependency>
...
</dependencies>
Expand Down

0 comments on commit e7cfa1e

Please sign in to comment.