We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050ff49 commit d6692eaCopy full SHA for d6692ea
pom.xml
@@ -8,14 +8,14 @@
8
</parent>
9
<groupId>org.mycore.iview2</groupId>
10
<artifactId>image-tiler</artifactId>
11
- <version>3.1-SNAPSHOT</version>
+ <version>3.1</version>
12
<name>MyCoRe IView2 Image Tiler Library</name>
13
<description>Image Tiling Library</description>
14
<scm>
15
<connection>scm:git:https://github.com/MyCoRe-Org/image-tiler.git</connection>
16
<developerConnection>scm:git:https://github.com/MyCoRe-Org/image-tiler.git</developerConnection>
17
<url>https://github.com/MyCoRe-Org/image-tiler/tree/master</url>
18
- <tag>HEAD</tag>
+ <tag>v3.1</tag>
19
</scm>
20
<properties>
21
<java.target.version>11</java.target.version>
0 commit comments