Skip to content

Commit 79fa883

Browse files
committed
[maven-release-plugin] prepare release release-3.0.4
1 parent e3ad478 commit 79fa883

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
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>3.0.4-SNAPSHOT</version>
14+
<version>3.0.4</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>3.0.4-SNAPSHOT</version>
15+
<version>3.0.4</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

integration-tests/alias-test/generate/pom.xml

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

integration-tests/alias-test/pom.xml

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

integration-tests/alias-test/verify/pom.xml

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

integration-tests/apps/pom.xml

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

integration-tests/apps/simple-app-archive/pom.xml

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

integration-tests/apps/simple-app-updated-archive/pom.xml

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

integration-tests/apps/simple-app/pom.xml

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

integration-tests/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>3.0.4-SNAPSHOT</version>
15+
<version>3.0.4</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

integration-tests/system-test/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-integration-tests</artifactId>
15-
<version>3.0.4-SNAPSHOT</version>
15+
<version>3.0.4</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

pom.xml

+2-2
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>3.0.4-SNAPSHOT</version>
11+
<version>3.0.4</version>
1212
<packaging>pom</packaging>
1313

1414
<name>Oracle WebLogic Server Deploy Tooling</name>
@@ -33,7 +33,7 @@
3333
<url>https://github.com/oracle/weblogic-deploy-tooling</url>
3434
<connection>scm:git:[email protected]:oracle/weblogic-deploy-tooling.git</connection>
3535
<developerConnection>scm:git:[email protected]:oracle/weblogic-deploy-tooling.git</developerConnection>
36-
<tag>weblogic-deploy-tooling-1.6.2</tag>
36+
<tag>release-3.0.4</tag>
3737
</scm>
3838

3939
<properties>

0 commit comments

Comments
 (0)