Skip to content

Commit

Permalink
Actually fix URLs in POM.
Browse files Browse the repository at this point in the history
Conflicts:
	pom.xml
  • Loading branch information
kurtraschke authored and ffissore committed Aug 26, 2014
1 parent 09a8fda commit 274fbe6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<version>1</version>
</parent>
<issueManagement>
<system>JIRA</system>
<url>http://java.net/jira/browse/JRECORDBIND</url>
<system>GitHub</system>
<url>https://github.com/ffissore/jrecordbind/issues</url>
</issueManagement>
<scm>
<connection>scm:svn:https://svn.java.net/svn/jrecordbind~svn/trunk</connection>
<developerConnection>scm:svn:https://svn.java.net/svn/jrecordbind~svn/trunk</developerConnection>
<url>http://java.net/projects/jrecordbind/sources/svn/show</url>
<connection>scm:git:https://github.com/ffissore/jrecordbind.git</connection>
<developerConnection>scm:git:[email protected]:ffissore/jrecordbind.git</developerConnection>
<url>https://github.com/ffissore/jrecordbind</url>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 274fbe6

Please sign in to comment.