We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f62c2 commit 7736204Copy full SHA for 7736204
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.locationtech.proj4j</groupId>
5
<artifactId>proj4j</artifactId>
6
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
7
<packaging>jar</packaging>
8
<name>Proj4J</name>
9
<url>https://github.com/locationtech/proj4j</url>
@@ -17,7 +17,7 @@
17
<scm>
18
<url>https://github.com/locationtech/proj4j.git</url>
19
<connection>scm:git:https://github.com/locationtech/proj4j.git</connection>
20
- <tag>HEAD</tag>
+ <tag>v1.0.0</tag>
21
</scm>
22
23
<developers>
0 commit comments