Skip to content

Commit

Permalink
Next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Mar 20, 2017
1 parent bbd6e92 commit 43d23fb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-deployer-parent</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
<groupId>org.springframework.cloud</groupId>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-deployer-resource-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-parent</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-deployer-resource-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-parent</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-deployer-resource-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-parent</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-deployer-spi-test-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-parent</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-deployer-spi-test-app</artifactId>
<properties>
Expand Down
8 changes: 4 additions & 4 deletions spring-cloud-deployer-spi-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-parent</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -33,17 +33,17 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-spi</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-resource-maven</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-spi-test-app</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-deployer-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-parent</artifactId>
<version>1.2.0.M3</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 43d23fb

Please sign in to comment.