Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sijie Guo committed Jan 8, 2017
1 parent 3fe2d75 commit 8bb9cc0
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion distributedlog-benchmark/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog</artifactId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>distributedlog-benchmark</artifactId>
<name>Apache DistributedLog :: Benchmark</name>
Expand Down
4 changes: 2 additions & 2 deletions distributedlog-build-tools/pom.xml
Expand Up @@ -20,10 +20,10 @@
<parent>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog</artifactId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>distributedlog-build-tools</artifactId>
<name>Apache DistributedLog :: Build Tools</name>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion distributedlog-client/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog</artifactId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>distributedlog-client</artifactId>
<name>Apache DistributedLog :: Proxy Client</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-core/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog</artifactId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>distributedlog-core</artifactId>
<name>Apache DistributedLog :: Core Library</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-protocol/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog</artifactId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>distributedlog-protocol</artifactId>
<name>Apache DistributedLog :: Protocol</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-service/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog</artifactId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>distributedlog-service</artifactId>
<name>Apache DistributedLog :: Proxy Service</name>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-tutorials/distributedlog-basic/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>distributedlog</artifactId>
<groupId>org.apache.distributedlog</groupId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.apache.distributedlog</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-tutorials/distributedlog-kafka/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>distributedlog</artifactId>
<groupId>org.apache.distributedlog</groupId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.apache.distributedlog</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-tutorials/distributedlog-mapreduce/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>distributedlog</artifactId>
<groupId>org.apache.distributedlog</groupId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.apache.distributedlog</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distributedlog-tutorials/distributedlog-messaging/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>distributedlog</artifactId>
<groupId>org.apache.distributedlog</groupId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.apache.distributedlog</groupId>
Expand Down
4 changes: 2 additions & 2 deletions distributedlog-tutorials/pom.xml
Expand Up @@ -15,11 +15,11 @@
limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog</artifactId>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>distributedlog-tutorials</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@
<groupId>org.apache.distributedlog</groupId>
<artifactId>distributedlog</artifactId>
<packaging>pom</packaging>
<version>0.4.0-incubating-SNAPSHOT</version>
<version>0.5.0-incubating-SNAPSHOT</version>
<name>Apache DistributedLog :: Parent</name>
<description>
Apache DistributedLog provides a high performance replicated log service.
Expand Down

0 comments on commit 8bb9cc0

Please sign in to comment.