Skip to content

Commit 9b03e7d

Browse files
committed
preparing for release 1.9.9
1 parent 67f56ec commit 9b03e7d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>weblogic-deploy</artifactId>
1313
<groupId>com.oracle.weblogic.lifecycle</groupId>
14-
<version>1.9.9-SNAPSHOT</version>
14+
<version>1.9.9</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

installer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.oracle.weblogic.lifecycle</groupId>
1414
<artifactId>weblogic-deploy</artifactId>
15-
<version>1.9.9-SNAPSHOT</version>
15+
<version>1.9.9</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.oracle.weblogic.lifecycle</groupId>
1010
<artifactId>weblogic-deploy</artifactId>
11-
<version>1.9.9-SNAPSHOT</version>
11+
<version>1.9.9</version>
1212
<packaging>pom</packaging>
1313

1414
<name>Oracle WebLogic Server Deploy Tooling</name>

system-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<artifactId>weblogic-deploy</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>1.9.9-SNAPSHOT</version>
15+
<version>1.9.9</version>
1616
</parent>
1717

1818
<properties>

0 commit comments

Comments
 (0)