We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d646b commit 437d954Copy full SHA for 437d954
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.jboss.com.sun.httpserver</groupId>
6
<artifactId>httpserver</artifactId>
7
- <version>1.0.5.Final</version>
+ <version>1.0.6.Final-SNAPSHOT</version>
8
9
<parent>
10
<groupId>org.jboss</groupId>
@@ -50,6 +50,6 @@
50
<connection>scm:git:https://github.com/jbossas/httpserver.git</connection>
51
<developerConnection>scm:git:git@github.com:jbossas/httpserver.git</developerConnection>
52
<url>https://github.com/jbossas/httpserver</url>
53
- <tag>1.0.5.Final</tag>
+ <tag>HEAD</tag>
54
</scm>
55
</project>
0 commit comments