Skip to content

Commit abfb0bd

Browse files
Merge pull request #189 from oracle/do-release-14
ready for release 0.14
2 parents 1dd5514 + 88c01a4 commit abfb0bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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>0.14-SNAPSHOT</version>
14+
<version>0.14</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>0.14-SNAPSHOT</version>
15+
<version>0.14</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>0.14-SNAPSHOT</version>
11+
<version>0.14</version>
1212
<packaging>pom</packaging>
1313

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

0 commit comments

Comments
 (0)