We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887cf17 commit a6e21e6Copy full SHA for a6e21e6
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.dampcake</groupId>
5
<artifactId>bencode</artifactId>
6
- <version>1.3.2</version>
+ <version>1.3.3-SNAPSHOT</version>
7
<packaging>jar</packaging>
8
9
<name>bencode</name>
@@ -23,7 +23,7 @@
23
<connection>scm:git:git@github.com:dampcake/bencode.git</connection>
24
<developerConnection>scm:git:git@github.com:dampcake/bencode.git</developerConnection>
25
<url>git@github.com:dampcake/bencode.git</url>
26
- <tag>bencode-1.3.2</tag>
+ <tag>HEAD</tag>
27
</scm>
28
29
<issueManagement>
0 commit comments