Skip to content

Commit 5529bf3

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 534fd7e commit 5529bf3

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

archetype-module-platform/pom.xml

+1-1
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.12.0</version>
8+
<version>5.13.0-SNAPSHOT</version>
99
</parent>
1010

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

archetype-module-refapp/pom.xml

+1-1
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.12.0</version>
8+
<version>5.13.0-SNAPSHOT</version>
99
</parent>
1010

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

archetype-submodule-owa/pom.xml

+1-1
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.12.0</version>
6+
<version>5.13.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

docker-maven-plugin/pom.xml

+1-1
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.12.0</version>
8+
<version>5.13.0-SNAPSHOT</version>
99
</parent>
1010

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

integration-tests/pom.xml

+1-1
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.12.0</version>
8+
<version>5.13.0-SNAPSHOT</version>
99
</parent>
1010

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

maven-plugin/pom.xml

+1-1
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.12.0</version>
8+
<version>5.13.0-SNAPSHOT</version>
99
</parent>
1010

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

pom.xml

+2-2
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.12.0</version>
9+
<version>5.13.0-SNAPSHOT</version>
1010

1111
<name>OpenMRS SDK</name>
1212
<description>OpenMRS SDK allows for rapid development of OpenMRS modules.</description>
@@ -68,7 +68,7 @@
6868
<connection>scm:git:[email protected]:openmrs/openmrs-sdk</connection>
6969
<developerConnection>scm:git:[email protected]:openmrs/openmrs-sdk</developerConnection>
7070
<url>https://github.com/openmrs/openmrs-sdk</url>
71-
<tag>5.12.0</tag>
71+
<tag>HEAD</tag>
7272
</scm>
7373

7474

sdk-commons/pom.xml

+1-1
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.12.0</version>
6+
<version>5.13.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

tomcat7-maven-plugin/pom.xml

+1-1
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.12.0</version>
6+
<version>5.13.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

tomcat9-maven-plugin/pom.xml

+1-1
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.12.0</version>
6+
<version>5.13.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)