Skip to content

Commit 8e9d444

Browse files
committed
[maven-release-plugin] prepare release locationbasedaccess-0.1.1
1 parent 28da8c1 commit 8e9d444

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
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.openmrs.module</groupId>
1818
<artifactId>locationbasedaccess</artifactId>
19-
<version>0.2.0-SNAPSHOT</version>
19+
<version>0.1.1</version>
2020
</parent>
2121

2222
<artifactId>locationbasedaccess-api</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>locationbasedaccess</artifactId>
7-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
</parent>
99

1010
<artifactId>locationbasedaccess-omod</artifactId>

pom.xml

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

44
<groupId>org.openmrs.module</groupId>
55
<artifactId>locationbasedaccess</artifactId>
6-
<version>0.2.0-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
<packaging>pom</packaging>
88
<name>Location Based Access Control</name>
99
<description>Location Based Access Control for the Reference Application</description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git@github.com:openmrs/openmrs-module-locationbasedaccess.git</connection>
3232
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-locationbasedaccess.git</developerConnection>
3333
<url>scm:git:https://github.com/openmrs/openmrs-module-locationbasedaccess</url>
34-
<tag>HEAD</tag>
34+
<tag>locationbasedaccess-0.1.1</tag>
3535
</scm>
3636

3737
<modules>

0 commit comments

Comments
 (0)