Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Oct 12, 2023
1 parent b2f32ae commit a921a9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.mekomsolutions.eip</groupId>
<artifactId>openmrs-eip-client</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>openmrs-eip-client-app</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.mekomsolutions.eip</groupId>
<artifactId>openmrs-eip-client</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>openmrs-eip-client-commons</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.mekomsolutions.eip</groupId>
<artifactId>openmrs-eip-client</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>
<modules>
<module>commons</module>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.mekomsolutions.eip</groupId>
<artifactId>openmrs-eip-client</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<artifactId>openmrs-eip-client-test</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit a921a9d

Please sign in to comment.