Skip to content

Commit 71b0ecc

Browse files
committed
Release version 2.3.0
1 parent bd3f54d commit 71b0ecc

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

java-cfenv-boot-pivotal-scs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>io.pivotal.cfenv</groupId>
1010
<artifactId>java-cfenv-parent</artifactId>
11-
<version>2.3.0.BUILD-SNAPSHOT</version>
11+
<version>2.3.0</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.pivotal.cfenv</groupId>
1616
<artifactId>java-cfenv-boot</artifactId>
17-
<version>2.3.0.BUILD-SNAPSHOT</version>
17+
<version>2.3.0</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.springframework.boot</groupId>

java-cfenv-boot-pivotal-sso/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.pivotal.cfenv</groupId>
1010
<artifactId>java-cfenv-parent</artifactId>
11-
<version>2.3.0.BUILD-SNAPSHOT</version>
11+
<version>2.3.0</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.pivotal.cfenv</groupId>
2020
<artifactId>java-cfenv-boot</artifactId>
21-
<version>2.3.0.BUILD-SNAPSHOT</version>
21+
<version>2.3.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.springframework.boot</groupId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.pivotal.cfenv</groupId>
3030
<artifactId>java-cfenv-test-support</artifactId>
31-
<version>2.3.0.BUILD-SNAPSHOT</version>
31+
<version>2.3.0</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>

java-cfenv-boot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.pivotal.cfenv</groupId>
1010
<artifactId>java-cfenv-parent</artifactId>
11-
<version>2.3.0.BUILD-SNAPSHOT</version>
11+
<version>2.3.0</version>
1212
</parent>
1313
<dependencies>
1414
<dependency>
@@ -18,12 +18,12 @@
1818
<dependency>
1919
<groupId>io.pivotal.cfenv</groupId>
2020
<artifactId>java-cfenv-jdbc</artifactId>
21-
<version>2.3.0.BUILD-SNAPSHOT</version>
21+
<version>2.3.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>io.pivotal.cfenv</groupId>
2525
<artifactId>java-cfenv-test-support</artifactId>
26-
<version>2.3.0.BUILD-SNAPSHOT</version>
26+
<version>2.3.0</version>
2727
<scope>test</scope>
2828
</dependency>
2929
</dependencies>

java-cfenv-jdbc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
<parent>
99
<groupId>io.pivotal.cfenv</groupId>
1010
<artifactId>java-cfenv-parent</artifactId>
11-
<version>2.3.0.BUILD-SNAPSHOT</version>
11+
<version>2.3.0</version>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>io.pivotal.cfenv</groupId>
1717
<artifactId>java-cfenv</artifactId>
18-
<version>2.3.0.BUILD-SNAPSHOT</version>
18+
<version>2.3.0</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>io.pivotal.cfenv</groupId>
2323
<artifactId>java-cfenv-test-support</artifactId>
24-
<version>2.3.0.BUILD-SNAPSHOT</version>
24+
<version>2.3.0</version>
2525
<scope>test</scope>
2626
</dependency>
2727
<dependency>

java-cfenv-test-support/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>java-cfenv-parent</artifactId>
1919
<groupId>io.pivotal.cfenv</groupId>
20-
<version>2.3.0.BUILD-SNAPSHOT</version>
20+
<version>2.3.0</version>
2121
</parent>
2222
<modelVersion>4.0.0</modelVersion>
2323

@@ -30,13 +30,13 @@
3030
<dependency>
3131
<groupId>io.pivotal.cfenv</groupId>
3232
<artifactId>java-cfenv</artifactId>
33-
<version>2.3.0.BUILD-SNAPSHOT</version>
33+
<version>2.3.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>io.pivotal.cfenv</groupId>
3737
<artifactId>java-cfenv</artifactId>
3838
<type>test-jar</type>
39-
<version>2.3.0.BUILD-SNAPSHOT</version>
39+
<version>2.3.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.springframework.boot</groupId>

java-cfenv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.pivotal.cfenv</groupId>
1010
<artifactId>java-cfenv-parent</artifactId>
11-
<version>2.3.0.BUILD-SNAPSHOT</version>
11+
<version>2.3.0</version>
1212
</parent>
1313

1414
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.pivotal.cfenv</groupId>
55
<artifactId>java-cfenv-parent</artifactId>
6-
<version>2.3.0.BUILD-SNAPSHOT</version>
6+
<version>2.3.0</version>
77
<packaging>pom</packaging>
88

99
<name>Java CF Env Parent</name>

0 commit comments

Comments
 (0)