Skip to content

Commit 5293f99

Browse files
authored
Merge pull request #13 from isudana/master
Update scm in pom to use Github repo url
2 parents d0da274 + b389e9b commit 5293f99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
</licenses>
7777

7878
<scm>
79-
<connection>scm:svn:http://svn.apache.org/repos/asf/synapse/trunk/java</connection>
80-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/synapse/trunk/java</developerConnection>
81-
<url>http://svn.apache.org/viewvc/synapse/trunk/java/</url>
79+
<connection>scm:git:https://github.com/apache/synapse.git</connection>
80+
<developerConnection>scm:git:https://github.com/apache/synapse.git</developerConnection>
81+
<url>https://github.com/apache/synapse.git/</url>
8282
</scm>
8383

8484
<organization>

0 commit comments

Comments
 (0)