We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73876e0 commit 20a76d2Copy full SHA for 20a76d2
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>2.0-SNAPSHOT</version>
+ <version>2.0</version>
8
9
<description>Java Image I/O plugin for reading JBIG2-compressed image data</description>
10
<url>https://github.com/levigo/jbig2-imageio</url>
@@ -41,7 +41,7 @@
41
<connection>scm:git:ssh://github.com/levigo/jbig2-imageio.git</connection>
42
<developerConnection>scm:git:ssh://git@github.com/levigo/jbig2-imageio.git</developerConnection>
43
44
- <tag>HEAD</tag>
+ <tag>levigo-jbig2-imageio-2.0</tag>
45
</scm>
46
47
<dependencies>
0 commit comments