Skip to content

Commit

Permalink
update pom info
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 10, 2017
1 parent 62091ca commit 284e7c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@
<instrumentation>
<ignoreTrivial>true</ignoreTrivial>
<excludes>
<exclude>com/dangdang/**/*Test.class</exclude>
<exclude>com/dangdang/**/Test*.class</exclude>
<exclude>io/shardingjdbc/**/*Test.class</exclude>
<exclude>io/shardingjdbc/**/Test*.class</exclude>
</excludes>
</instrumentation>
</configuration>
Expand All @@ -436,7 +436,7 @@
<artifactId>coveralls-maven-plugin</artifactId>
<version>${coveralls-maven-plugin.version}</version>
</plugin>
<!--
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down Expand Up @@ -560,7 +560,7 @@
</repository>
</repositories>

<url>http://www.dangdang.com</url>
<url>http://shardingjdbc.io</url>
<description>RDB Sharding</description>
<licenses>
<license>
Expand All @@ -571,9 +571,9 @@
</licenses>

<scm>
<connection>scm:https://github.com/dangdangdotcom/sharding-jdbc</connection>
<developerConnection>scm:https://github.com/dangdangdotcom/sharding-jdbc</developerConnection>
<url>https://github.com/dangdangdotcom/sharding-jdbc</url>
<connection>scm:https://github.com/shardingjdbc/sharding-jdbc</connection>
<developerConnection>scm:https://github.com/shardingjdbc/sharding-jdbc</developerConnection>
<url>https://github.com/shardingjdbc/sharding-jdbc</url>
</scm>

<mailingLists>
Expand Down

0 comments on commit 284e7c7

Please sign in to comment.