We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8631bec commit 028d127Copy full SHA for 028d127
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.5-SNAPSHOT</version>
+ <version>1.6.5</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-1.6.5</tag>
45
</scm>
46
47
<dependencies>
0 commit comments