Commit f758b55b authored by terrymanu's avatar terrymanu
Browse files

[maven-release-plugin] prepare for next development iteration

parent 00055e58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    </parent>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere</artifactId>
    <version>4.0.0-RC1</version>
    <version>4.0.0-RC2-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>${project.artifactId}</name>
    
@@ -910,7 +910,7 @@
        <connection>scm:git:https://github.com/apache/incubator-shardingsphere.git</connection>
        <developerConnection>scm:git:https://github.com/apache/incubator-shardingsphere.git</developerConnection>
        <url>https://github.com/apache/incubator-shardingsphere.git</url>
      <tag>4.0.0-RC1</tag>
      <tag>HEAD</tag>
    </scm>
    
    <mailingLists>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    <parent>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>shardingsphere</artifactId>
        <version>4.0.0-RC1</version>
        <version>4.0.0-RC2-SNAPSHOT</version>
    </parent>
    <artifactId>sharding-core</artifactId>
    <name>${project.artifactId}</name>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>sharding-core</artifactId>
        <version>4.0.0-RC1</version>
        <version>4.0.0-RC2-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>sharding-core-api</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>sharding-core</artifactId>
        <version>4.0.0-RC1</version>
        <version>4.0.0-RC2-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>sharding-core-common</artifactId>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <parent>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>sharding-core</artifactId>
        <version>4.0.0-RC1</version>
        <version>4.0.0-RC2-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>sharding-core-entry</artifactId>
Loading