Skip to content

Commit 07a8581

Browse files
committed
[maven-release-plugin] prepare release 3.7.0
1 parent 4354dc6 commit 07a8581

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/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.module</groupId>
77
<artifactId>attachments</artifactId>
8-
<version>3.7.0-SNAPSHOT</version>
8+
<version>3.7.0</version>
99
</parent>
1010

1111
<artifactId>attachments-api</artifactId>

omod/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.module</groupId>
77
<artifactId>attachments</artifactId>
8-
<version>3.7.0-SNAPSHOT</version>
8+
<version>3.7.0</version>
99
</parent>
1010

1111
<artifactId>attachments-omod</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.openmrs.module</groupId>
66
<artifactId>attachments</artifactId>
7-
<version>3.7.0-SNAPSHOT</version>
7+
<version>3.7.0</version>
88
<packaging>pom</packaging>
99
<name>Attachments</name>
1010
<description>
@@ -26,7 +26,7 @@
2626
<connection>scm:git:git@github.com:openmrs/openmrs-module-attachments.git</connection>
2727
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-attachments.git</developerConnection>
2828
<url>https://github.com/openmrs/openmrs-module-attachments</url>
29-
<tag>HEAD</tag>
29+
<tag>3.7.0</tag>
3030
</scm>
3131

3232
<modules>

0 commit comments

Comments
 (0)