Skip to content

Commit

Permalink
Fixed the project metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhad committed Jun 22, 2016
1 parent f6c88fa commit c910948
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.2</version>
<packaging>jar</packaging>
<name>Paradox Driver</name>
<url>http://paradoxdriver.googlecode.com/</url>
<url>https://github.com/leonhad/paradoxdriver</url>
<description>A Paradox Java Driver (using JDBC 4)</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -27,7 +27,7 @@
<name>Leonardo Alves da Costa</name>
<email>[email protected]</email>
<organization>Particular</organization>
<organizationUrl>https://code.google.com/u/leonhad/</organizationUrl>
<organizationUrl>https://github.com/leonhad/</organizationUrl>
</developer>
</developers>
<build>
Expand Down Expand Up @@ -183,10 +183,9 @@
</license>
</licenses>
<scm>
<url>http://paradoxdriver.googlecode.com/svn/trunk</url>
<connection>scm:svn:http://paradoxdriver.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://paradoxdriver.googlecode.com/svn/trunk/</developerConnection>
<tag>HEAD</tag>
<connection>scm:git:[email protected]:leonhad/paradoxdriver.git</connection>
<developerConnection>scm:git:[email protected]:leonhad/paradoxdriver.git</developerConnection>
<url>https://github.com/leonhad/paradoxdriver.git</url>
</scm>
<distributionManagement>
<snapshotRepository>
Expand All @@ -199,8 +198,8 @@
</repository>
</distributionManagement>
<issueManagement>
<system>Google Code</system>
<url>https://code.google.com/p/paradoxdriver/issues</url>
<system>GitHub</system>
<url>https://github.com/leonhad/paradoxdriver/issues</url>
</issueManagement>
<mailingLists>
<mailingList>
Expand Down

0 comments on commit c910948

Please sign in to comment.