Skip to content

Commit

Permalink
Release version 2.0.1.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Dec 2, 2019
1 parent 5030fa1 commit 7b2505c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions java-cfenv-boot-pivotal-scs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-parent</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-boot</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions java-cfenv-boot-pivotal-sso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-parent</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-boot</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-test-support</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java-cfenv-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-parent</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</parent>
<dependencies>
<dependency>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-jdbc</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</dependency>
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-test-support</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions java-cfenv-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
<parent>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-parent</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</parent>

<dependencies>
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</dependency>

<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-test-support</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-cfenv-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>java-cfenv-parent</artifactId>
<groupId>io.pivotal.cfenv</groupId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-cfenv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-parent</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
</parent>

<dependencies>
Expand Down
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>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-parent</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
<packaging>pom</packaging>

<name>Java CF Env Parent</name>
Expand Down

0 comments on commit 7b2505c

Please sign in to comment.