Skip to content

Commit

Permalink
SDK-313: Bump the SDK version to 5.0.0 SNAPSHOT (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
wikumChamith authored Jun 27, 2023
1 parent 49e79ad commit 7999593
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion archetype-module-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<groupId>org.openmrs.maven.archetypes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-module-refapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<groupId>org.openmrs.maven.archetypes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetype-submodule-owa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>openmrs-sdk</artifactId>
<groupId>org.openmrs.maven</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion docker-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>openmrs-sdk</artifactId>
<groupId>org.openmrs.maven</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>openmrs-sdk-docker-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>openmrs-sdk-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<groupId>org.openmrs.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.openmrs.maven</groupId>
<artifactId>openmrs-sdk</artifactId>
<packaging>pom</packaging>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>

<name>OpenMRS SDK</name>
<description>OpenMRS SDK allows for rapid development of OpenMRS modules.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>openmrs-sdk</artifactId>
<groupId>org.openmrs.maven</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tomcat7-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>openmrs-sdk</artifactId>
<groupId>org.openmrs.maven</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tomcat9-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>openmrs-sdk</artifactId>
<groupId>org.openmrs.maven</groupId>
<version>4.7.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 7999593

Please sign in to comment.