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 54c8960 commit c29390dCopy full SHA for c29390d
pom.xml
@@ -9,7 +9,7 @@
9
<modelVersion>4.0.0</modelVersion>
10
<groupId>org.netpreserve</groupId>
11
<artifactId>jwarc</artifactId>
12
- <version>0.31.1</version>
+ <version>0.32.0-SNAPSHOT</version>
13
14
<name>jwarc</name>
15
<description>Java library for reading and writing WARC files with a typed API</description>
@@ -25,6 +25,8 @@
25
26
<scm>
27
<url>https://github.com/iipc/jwarc</url>
28
+ <connection>scm:git:[email protected]:iipc/jwarc.git</connection>
29
+ <developerConnection>scm:git:[email protected]:iipc/jwarc.git</developerConnection>
30
</scm>
31
32
<build>
0 commit comments