We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a612b0a commit b4a631bCopy full SHA for b4a631b
pom.xml
@@ -8,7 +8,7 @@
8
<modelVersion>4.0.0</modelVersion>
9
<groupId>org.netpreserve</groupId>
10
<artifactId>jwarc</artifactId>
11
- <version>0.34.0</version>
+ <version>0.34.1-SNAPSHOT</version>
12
13
<name>jwarc</name>
14
<description>Java library for reading and writing WARC files with a typed API</description>
@@ -26,7 +26,7 @@
26
<url>https://github.com/iipc/jwarc</url>
27
<connection>scm:git:git@github.com:iipc/jwarc.git</connection>
28
<developerConnection>scm:git:git@github.com:iipc/jwarc.git</developerConnection>
29
- <tag>v0.34.0</tag>
+ <tag>HEAD</tag>
30
</scm>
31
32
<build>
0 commit comments