Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit ff59366

Browse files
committed
fix repo urls
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 27719b9 commit ff59366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<url>http://jsr224.java.net/</url>
6565

6666
<scm>
67-
<connection>scm:svn:https://svn.java.net/svn/jsr224~svn/branches/mr_2_2_new/api</connection>
67+
<connection>scm:git:git://java.net/jsr224~git</connection>
6868
<developerConnection>${scm.developerConnection}</developerConnection>
6969
<url>http://svn.java.net/svn/jsr224~svn/branches/mr_2_2_new/api</url>
7070
<tag>HEAD</tag>
@@ -116,15 +116,15 @@
116116
<spec.version>2.3</spec.version>
117117
<old.spec.version>2.2</old.spec.version>
118118
<jaxb.version>2.3.0-b170201.1204</jaxb.version>
119-
<soap.version>1.4.0-SNAPSHOT</soap.version>
119+
<soap.version>1.4.0-b01</soap.version>
120120

121121
<non.final>false</non.final>
122122
<mod.dir>${project.build.directory}/mods</mod.dir>
123123

124124
<findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
125125
<findbugs.threshold>Low</findbugs.threshold>
126126
<maven.build.timestamp.format>yyMMdd.HHmm</maven.build.timestamp.format>
127-
<scm.developerConnection>scm:svn:https://svn.java.net/svn/jsr224~svn/branches/mr_2_2_new/api</scm.developerConnection>
127+
<scm.developerConnection>scm:git:ssh://git.java.net/jsr224~git</scm.developerConnection>
128128
</properties>
129129

130130
<build>

0 commit comments

Comments
 (0)