We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038141f commit 397cf01Copy full SHA for 397cf01
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.levigo.jbig2</groupId>
5
<artifactId>levigo-jbig2-imageio</artifactId>
6
<name>jbig2-imageio</name>
7
- <version>1.6.3-SNAPSHOT</version>
+ <version>1.6.3</version>
8
9
<distributionManagement>
10
<repository>
@@ -17,7 +17,7 @@
17
<connection>scm:git:ssh://github.com/levigo/jbig2-imageio.git</connection>
18
<developerConnection>scm:git:ssh://git@github.com/levigo/jbig2-imageio.git</developerConnection>
19
<url>https://github.com/levigo/jbig2-imageio</url>
20
- <tag>HEAD</tag>
+ <tag>levigo-jbig2-imageio-1.6.3-SNAPSHOT</tag>
21
</scm>
22
23
<dependencies>
0 commit comments