We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7a0f2 commit a853769Copy full SHA for a853769
pom.xml
@@ -9,11 +9,11 @@
9
<artifactId>global_pom</artifactId>
10
<version>0.3.2</version>
11
</parent>
12
-
+
13
<groupId>OfflineReverseGeocode</groupId>
14
<artifactId>OfflineReverseGeocode</artifactId>
15
<packaging>jar</packaging>
16
- <version>1.1-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
17
<name>Offline Reverse Geocoding Java library</name>
18
<url>http://github.com/AReallyGoodName/OfflineReverseGeocode</url>
19
@@ -47,5 +47,9 @@
47
<scope>test</scope>
48
</dependency>
49
</dependencies>
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>
55
</project>
0 commit comments