Commit 284e7c70 authored by terrymanu's avatar terrymanu
Browse files

update pom info

parent 62091ca9
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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>
@@ -560,7 +560,7 @@
        </repository>
    </repositories>
    
    <url>http://www.dangdang.com</url>
    <url>http://shardingjdbc.io</url>
    <description>RDB Sharding</description>
    <licenses>
        <license>
@@ -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>