Skip to content

Commit 0c67c62

Browse files
committed
Set version to 2.3.0
1 parent e3b32cc commit 0c67c62

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

multiapps-common-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.cloudfoundry.multiapps</groupId>
1111
<artifactId>multiapps-parent</artifactId>
12-
<version>2.3.0-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414

1515
<dependencies>

multiapps-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.cloudfoundry.multiapps</groupId>
1111
<artifactId>multiapps-parent</artifactId>
12-
<version>2.3.0-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414

1515
<dependencies>

multiapps-mta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.cloudfoundry.multiapps</groupId>
1111
<artifactId>multiapps-parent</artifactId>
12-
<version>2.3.0-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414

1515
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.cloudfoundry.multiapps</groupId>
66
<artifactId>multiapps-parent</artifactId>
7-
<version>2.3.0-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
<packaging>pom</packaging>
99
<url>https://github.com/cloudfoundry-incubator/multiapps</url>
1010
<name>MultiApps Parent</name>

0 commit comments

Comments
 (0)