Skip to content

Commit 0531507

Browse files
committed
[maven-release-plugin] prepare release release-3.5.3
1 parent 1a0bd85 commit 0531507

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

Diff for: 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.5.3-SNAPSHOT</version>
14+
<version>3.5.3</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
15+
<version>3.5.3</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

Diff for: 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.5.3-SNAPSHOT</version>
11+
<version>3.5.3</version>
1212
<packaging>pom</packaging>
1313

1414
<name>Oracle WebLogic Server Deploy Tooling</name>
@@ -66,7 +66,7 @@
6666
<url>${wdt.scm.repo.url}</url>
6767
<connection>scm:git:${wdt.scm.repo.conn}</connection>
6868
<developerConnection>scm:git:${wdt.scm.repo.conn}</developerConnection>
69-
<tag>HEAD</tag>
69+
<tag>release-3.5.3</tag>
7070
</scm>
7171

7272
<dependencyManagement>

0 commit comments

Comments
 (0)