Skip to content

Commit a853769

Browse files
committedJan 16, 2020
FTS-2266 Added SCM info to pom
1 parent fb7a0f2 commit a853769

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

‎pom.xml

+7-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<artifactId>global_pom</artifactId>
1010
<version>0.3.2</version>
1111
</parent>
12-
12+
1313
<groupId>OfflineReverseGeocode</groupId>
1414
<artifactId>OfflineReverseGeocode</artifactId>
1515
<packaging>jar</packaging>
16-
<version>1.1-SNAPSHOT</version>
16+
<version>1.1.0-SNAPSHOT</version>
1717
<name>Offline Reverse Geocoding Java library</name>
1818
<url>http://github.com/AReallyGoodName/OfflineReverseGeocode</url>
1919

@@ -47,5 +47,9 @@
4747
<scope>test</scope>
4848
</dependency>
4949
</dependencies>
50-
50+
<scm>
51+
<connection>scm:git:git@github.com:sporting-innovations/OfflineReverseGeocode.git</connection>
52+
<developerConnection>scm:git:git@github.com:sporting-innovations/OfflineReverseGeocode.git</developerConnection>
53+
<tag>v1.1.0</tag>
54+
</scm>
5155
</project>

0 commit comments

Comments
 (0)
Failed to load comments.