We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971a619 commit e44fd12Copy full SHA for e44fd12
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>io.github.sebasbaumh</groupId>
6
<artifactId>mapbox-vector-tile-java</artifactId>
7
<!-- version for release -->
8
- <version>22.2.2-SNAPSHOT</version>
+ <version>22.2.2</version>
9
<packaging>jar</packaging>
10
11
<name>Mapbox Vector Tiles - Java</name>
@@ -31,7 +31,7 @@
31
<connection>scm:git:git://github.com/sebasbaumh/mapbox-vector-tile-java.git</connection>
32
<developerConnection>scm:git:ssh://github.com:sebasbaumh/mapbox-vector-tile-java.git</developerConnection>
33
<url>https://github.com/sebasbaumh/mapbox-vector-tile-java/tree/main</url>
34
- <tag>HEAD</tag>
+ <tag>v22.2.2</tag>
35
</scm>
36
<!-- Sonatype repository -->
37
<distributionManagement>
0 commit comments