Skip to content

Commit 284e7c7

Browse files
committed
update pom info
1 parent 62091ca commit 284e7c7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@
425425
<instrumentation>
426426
<ignoreTrivial>true</ignoreTrivial>
427427
<excludes>
428-
<exclude>com/dangdang/**/*Test.class</exclude>
429-
<exclude>com/dangdang/**/Test*.class</exclude>
428+
<exclude>io/shardingjdbc/**/*Test.class</exclude>
429+
<exclude>io/shardingjdbc/**/Test*.class</exclude>
430430
</excludes>
431431
</instrumentation>
432432
</configuration>
@@ -436,7 +436,7 @@
436436
<artifactId>coveralls-maven-plugin</artifactId>
437437
<version>${coveralls-maven-plugin.version}</version>
438438
</plugin>
439-
<!--
439+
<!--
440440
<plugin>
441441
<groupId>org.apache.maven.plugins</groupId>
442442
<artifactId>maven-gpg-plugin</artifactId>
@@ -560,7 +560,7 @@
560560
</repository>
561561
</repositories>
562562

563-
<url>http://www.dangdang.com</url>
563+
<url>http://shardingjdbc.io</url>
564564
<description>RDB Sharding</description>
565565
<licenses>
566566
<license>
@@ -571,9 +571,9 @@
571571
</licenses>
572572

573573
<scm>
574-
<connection>scm:https://github.com/dangdangdotcom/sharding-jdbc</connection>
575-
<developerConnection>scm:https://github.com/dangdangdotcom/sharding-jdbc</developerConnection>
576-
<url>https://github.com/dangdangdotcom/sharding-jdbc</url>
574+
<connection>scm:https://github.com/shardingjdbc/sharding-jdbc</connection>
575+
<developerConnection>scm:https://github.com/shardingjdbc/sharding-jdbc</developerConnection>
576+
<url>https://github.com/shardingjdbc/sharding-jdbc</url>
577577
</scm>
578578

579579
<mailingLists>

0 commit comments

Comments
 (0)