File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.openmrs.module</groupId >
5
5
<artifactId >authentication</artifactId >
6
- <version >1.1.0-SNAPSHOT </version >
6
+ <version >1.1.0</version >
7
7
</parent >
8
8
9
9
<artifactId >authentication-api</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.openmrs.module</groupId >
6
6
<artifactId >authentication</artifactId >
7
- <version >1.1.0-SNAPSHOT </version >
7
+ <version >1.1.0</version >
8
8
</parent >
9
9
10
10
<artifactId >authentication-omod</artifactId >
20
20
<dependency >
21
21
<groupId >org.openmrs.module</groupId >
22
22
<artifactId >${project.parent.artifactId}-api</artifactId >
23
- <version >1.1.0-SNAPSHOT </version >
23
+ <version >1.1.0</version >
24
24
<scope >test</scope >
25
25
<type >test-jar</type >
26
26
</dependency >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.openmrs.module</groupId >
6
6
<artifactId >authentication</artifactId >
7
- <version >1.1.0-SNAPSHOT </version >
7
+ <version >1.1.0</version >
8
8
<packaging >pom</packaging >
9
9
<name >Authentication</name >
10
10
<description >Authentication support for OpenMRS</description >
18
18
<connection >scm:git:git@github.com:openmrs/openmrs-module-authentication.git</connection >
19
19
<developerConnection >scm:git:git@github.com:openmrs/openmrs-module-authentication.git</developerConnection >
20
20
<url >https://github.com/openmrs/openmrs-module-authentication/</url >
21
- <tag >HEAD </tag >
21
+ <tag >authentication-1.1.0 </tag >
22
22
</scm >
23
23
24
24
<properties >
You can’t perform that action at this time.
0 commit comments