1 parent 12c51e3 commit 33ec4f3Copy full SHA for 33ec4f3
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>com.headius</groupId>
4
<artifactId>invokebinder</artifactId>
5
<packaging>bundle</packaging>
6
- <version>1.16-SNAPSHOT</version>
+ <version>1.17-SNAPSHOT</version>
7
<name>invokebinder</name>
8
<description>The missing MethodHandle builder API</description>
9
<url>http://maven.apache.org</url>
@@ -24,7 +24,8 @@
24
<connection>scm:git:https://github.com/headius/invokebinder.git</connection>
25
<developerConnection>scm:git:git@github.com:headius/invokebinder.git</developerConnection>
26
<url>https://github.com/headius/invokebinder</url>
27
- </scm>
+ <tag>HEAD</tag>
28
+ </scm>
29
30
<developers>
31
<developer>
0 commit comments