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 acff62c commit a115e38Copy full SHA for a115e38
pom.xml
@@ -26,7 +26,7 @@
26
</parent>
27
<groupId>com.helger.phive</groupId>
28
<artifactId>phive-binary</artifactId>
29
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
30
<packaging>bundle</packaging>
31
<name>phive-binary</name>
32
<description>Library for validating binary file types</description>
@@ -45,7 +45,7 @@
45
<connection>scm:git:https://github.com/phax/phive-binary.git</connection>
46
<developerConnection>scm:git:https://github.com/phax/phive-binary.git</developerConnection>
47
<url>https://github.com/phax/phive-binary</url>
48
- <tag>HEAD</tag>
+ <tag>phive-binary-0.1.0</tag>
49
</scm>
50
51
<organization>
0 commit comments