Skip to content

Commit c29390d

Browse files
committed
Add scm section to pom.xml
1 parent 54c8960 commit c29390d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.netpreserve</groupId>
1111
<artifactId>jwarc</artifactId>
12-
<version>0.31.1</version>
12+
<version>0.32.0-SNAPSHOT</version>
1313

1414
<name>jwarc</name>
1515
<description>Java library for reading and writing WARC files with a typed API</description>
@@ -25,6 +25,8 @@
2525

2626
<scm>
2727
<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>
2830
</scm>
2931

3032
<build>

0 commit comments

Comments
 (0)