Skip to content

Commit 1b30124

Browse files
authored
Merge branch 'openmrs:master' into O3-3512
2 parents e52ad84 + 0285a8c commit 1b30124

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

archetype-module-platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.maven</groupId>
77
<artifactId>openmrs-sdk</artifactId>
8-
<version>5.15.0-SNAPSHOT</version>
8+
<version>5.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.openmrs.maven.archetypes</groupId>

archetype-module-refapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.maven</groupId>
77
<artifactId>openmrs-sdk</artifactId>
8-
<version>5.15.0-SNAPSHOT</version>
8+
<version>5.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.openmrs.maven.archetypes</groupId>

archetype-submodule-owa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>openmrs-sdk</artifactId>
55
<groupId>org.openmrs.maven</groupId>
6-
<version>5.15.0-SNAPSHOT</version>
6+
<version>5.16.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

docker-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>openmrs-sdk</artifactId>
77
<groupId>org.openmrs.maven</groupId>
8-
<version>5.15.0-SNAPSHOT</version>
8+
<version>5.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openmrs-sdk-docker-maven-plugin</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.maven</groupId>
77
<artifactId>openmrs-sdk</artifactId>
8-
<version>5.15.0-SNAPSHOT</version>
8+
<version>5.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>openmrs-sdk-integration-tests</artifactId>

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openmrs.maven</groupId>
77
<artifactId>openmrs-sdk</artifactId>
8-
<version>5.15.0-SNAPSHOT</version>
8+
<version>5.16.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.openmrs.maven.plugins</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.openmrs.maven</groupId>
77
<artifactId>openmrs-sdk</artifactId>
88
<packaging>pom</packaging>
9-
<version>5.15.0-SNAPSHOT</version>
9+
<version>5.16.0-SNAPSHOT</version>
1010

1111
<name>OpenMRS SDK</name>
1212
<description>OpenMRS SDK allows for rapid development of OpenMRS modules.</description>

sdk-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>openmrs-sdk</artifactId>
55
<groupId>org.openmrs.maven</groupId>
6-
<version>5.15.0-SNAPSHOT</version>
6+
<version>5.16.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

tomcat7-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>openmrs-sdk</artifactId>
55
<groupId>org.openmrs.maven</groupId>
6-
<version>5.15.0-SNAPSHOT</version>
6+
<version>5.16.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

tomcat9-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>openmrs-sdk</artifactId>
55
<groupId>org.openmrs.maven</groupId>
6-
<version>5.15.0-SNAPSHOT</version>
6+
<version>5.16.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)