Skip to content

Commit

Permalink
⬆️ Upgrade the fhir commons utils versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed Nov 30, 2023
1 parent aa25b59 commit e986b6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions location/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<artifactId>hapi-fhir-opensrp-extensions</artifactId>
<groupId>org.smartregister</groupId>
<version>0.0.24-SNAPSHOT</version>
<version>0.0.25-SNAPSHOT</version>
</parent>

<description>The repository holds the location extensions on the HAPI server</description>
<groupId>org.smartregister.hapi-fhir-opensrp-extensions</groupId>
<name>HAPI FHIR OpenSRP Extensions (Locations)</name>
<packaging>jar</packaging>
<url>https://github.com/opensrp/hapi-fhir-opensrp-extensions</url>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.11-SNAPSHOT</version>
<artifactId>location</artifactId>

</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.smartregister</groupId>
<artifactId>hapi-fhir-opensrp-extensions</artifactId>
<packaging>pom</packaging>
<version>0.0.24-SNAPSHOT</version>
<version>0.0.25-SNAPSHOT</version>
<name>HAPI FHIR OpenSRP Extensions</name>
<description>This repository holds all the code extensions on top of Hapi-FHIR</description>
<url>https://github.com/opensrp/hapi-fhir-opensrp-extensions</url>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.smartregister</groupId>
<artifactId>fhir-common-utils</artifactId>
<version>0.0.11-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>

<!-- Test Dependencies-->
Expand Down
6 changes: 3 additions & 3 deletions practitioner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<artifactId>hapi-fhir-opensrp-extensions</artifactId>
<groupId>org.smartregister</groupId>
<version>0.0.24-SNAPSHOT</version>
<version>0.0.25-SNAPSHOT</version>
</parent>

<description>The repository holds the practitioner details extensions on the HAPI server</description>
<groupId>org.smartregister.hapi-fhir-opensrp-extensions</groupId>
<name>HAPI FHIR OpenSRP Extensions (Practitioner)</name>
<packaging>jar</packaging>
<url>https://github.com/opensrp/hapi-fhir-opensrp-extensions</url>
<version>0.0.14-SNAPSHOT</version>
<version>0.0.15-SNAPSHOT</version>
<artifactId>practitioner</artifactId>

<properties>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.smartregister.hapi-fhir-opensrp-extensions</groupId>
<artifactId>location</artifactId>
<version>0.0.10-SNAPSHOT</version>
<version>0.0.11-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit e986b6c

Please sign in to comment.