Skip to content

Commit 98dac3b

Browse files
committed
[maven-release-plugin] prepare release authentication-1.1.0
1 parent 21f3d74 commit 98dac3b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>authentication</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
</parent>
88

99
<artifactId>authentication-api</artifactId>

omod/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>authentication</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>authentication-omod</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.openmrs.module</groupId>
2222
<artifactId>${project.parent.artifactId}-api</artifactId>
23-
<version>1.1.0-SNAPSHOT</version>
23+
<version>1.1.0</version>
2424
<scope>test</scope>
2525
<type>test-jar</type>
2626
</dependency>

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>authentication</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<packaging>pom</packaging>
99
<name>Authentication</name>
1010
<description>Authentication support for OpenMRS</description>
@@ -18,7 +18,7 @@
1818
<connection>scm:git:git@github.com:openmrs/openmrs-module-authentication.git</connection>
1919
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-authentication.git</developerConnection>
2020
<url>https://github.com/openmrs/openmrs-module-authentication/</url>
21-
<tag>HEAD</tag>
21+
<tag>authentication-1.1.0</tag>
2222
</scm>
2323

2424
<properties>

0 commit comments

Comments
 (0)