Skip to content

Commit 6777d9f

Browse files
author
Travis CI User
committed
Releasing 3.12.3
1 parent 2a966df commit 6777d9f

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

archetype-module-platform/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.openmrs.maven</groupId>
77
<artifactId>openmrs-sdk</artifactId>
8-
<version>3.12.3-SNAPSHOT</version>
8+
<version>3.12.3</version>
99
</parent>
1010

1111
<groupId>org.openmrs.maven.archetypes</groupId>
1212
<artifactId>openmrs-sdk-archetype-module-platform</artifactId>
13-
<version>3.12.3-SNAPSHOT</version>
13+
<version>3.12.3</version>
1414
<packaging>maven-archetype</packaging>
1515

1616
<name>OpenMRS Platform Module Maven Archetype</name>

archetype-module-refapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.openmrs.maven</groupId>
77
<artifactId>openmrs-sdk</artifactId>
8-
<version>3.12.3-SNAPSHOT</version>
8+
<version>3.12.3</version>
99
</parent>
1010

1111
<groupId>org.openmrs.maven.archetypes</groupId>
1212
<artifactId>openmrs-sdk-archetype-module-refapp</artifactId>
13-
<version>3.12.3-SNAPSHOT</version>
13+
<version>3.12.3</version>
1414
<packaging>maven-archetype</packaging>
1515

1616
<name>OpenMRS Reference Application Module Maven Archetype</name>

archetype-submodule-owa/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>openmrs-sdk</artifactId>
77
<groupId>org.openmrs.maven</groupId>
8-
<version>3.12.3-SNAPSHOT</version>
8+
<version>3.12.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<groupId>org.openmrs.maven.archetypes</groupId>
1313
<artifactId>openmrs-sdk-archetype-submodule-owa</artifactId>
14-
<version>3.12.3-SNAPSHOT</version>
14+
<version>3.12.3</version>
1515
<packaging>maven-archetype</packaging>
1616

1717
<name>OpenMRS OWA Submodule Maven Archetype</name>

docker-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>openmrs-sdk</artifactId>
77
<groupId>org.openmrs.maven</groupId>
8-
<version>3.12.3-SNAPSHOT</version>
8+
<version>3.12.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>openmrs-sdk-docker-maven-plugin</artifactId>
1313
<groupId>org.openmrs.maven.plugins</groupId>
14-
<version>3.12.3-SNAPSHOT</version>
14+
<version>3.12.3</version>
1515
<packaging>maven-plugin</packaging>
1616

1717
<name>OpenMRS SDK Docker Maven Plugin</name>

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>org.openmrs.maven</groupId>
99
<artifactId>openmrs-sdk</artifactId>
10-
<version>3.12.3-SNAPSHOT</version>
10+
<version>3.12.3</version>
1111
</parent>
1212

1313
<groupId>org.openmrs.maven</groupId>
1414
<artifactId>openmrs-sdk-integration-tests</artifactId>
15-
<version>3.12.3-SNAPSHOT</version>
15+
<version>3.12.3</version>
1616

1717
<name>OpenMRS SDK Integration Tests</name>
1818
<description>Set of integration tests for OpenMRS SDK Maven Plugin</description>

maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>org.openmrs.maven</groupId>
99
<artifactId>openmrs-sdk</artifactId>
10-
<version>3.12.3-SNAPSHOT</version>
10+
<version>3.12.3</version>
1111
</parent>
1212

1313
<groupId>org.openmrs.maven.plugins</groupId>
1414
<artifactId>openmrs-sdk-maven-plugin</artifactId>
1515
<packaging>maven-plugin</packaging>
16-
<version>3.12.3-SNAPSHOT</version>
16+
<version>3.12.3</version>
1717

1818
<name>OpenMRS SDK Maven Plugin</name>
1919
<description>OpenMRS SDK allows for rapid development of OpenMRS modules.</description>

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>3.12.3-SNAPSHOT</version>
9+
<version>3.12.3</version>
1010

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

0 commit comments

Comments
 (0)