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
Marek Paterczyk committed Jun 3, 2015
1 parent 82555eb commit 689c2af
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>
<artifactId>lightblue-client-core</artifactId>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>
<artifactId>lightblue-client-http</artifactId>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion hystrix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>
<artifactId>lightblue-client-hystrix</artifactId>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion lightblue-client-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>lightblue-client-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lightblue-client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
</parent>

<artifactId>lightblue-client-test</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-pom</artifactId>
<version>1.4.0</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>lightblue-client: ${project.groupId}|${project.artifactId}</name>
<licenses>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/lightblue-platform/lightblue-client.git</connection>
<developerConnection>scm:git:[email protected]:lightblue-platform/lightblue-client.git</developerConnection>
<url>https://github.com/lightblue-platform/lightblue-client</url>
<tag>V1.4.0</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<repository>
Expand Down Expand Up @@ -51,13 +51,13 @@
<dependency>
<groupId>com.redhat.lightblue.rest</groupId>
<artifactId>lightblue-rest-integration-test</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>lightblue-core-hystrix</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.netflix.hystrix</groupId>
Expand Down

0 comments on commit 689c2af

Please sign in to comment.