Skip to content

Commit d6de872

Browse files
committed
[maven-release-plugin] prepare release release-4.3.0
1 parent ac76e6d commit d6de872

File tree

23 files changed

+24
-24
lines changed

23 files changed

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

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

integration-tests/apps/structured-app/structured-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-structured-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

integration-tests/apps/structured-app/structured-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-structured-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

integration-tests/apps/structured-app/structured-app-war/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-structured-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

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

integration-tests/apps/versioned-app/versioned-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-versioned-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

integration-tests/apps/versioned-app/versioned-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-versioned-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

integration-tests/apps/versioned-app/versioned-app-updated-war/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-versioned-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

integration-tests/apps/versioned-app/versioned-app-war/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-versioned-app</artifactId>
1414
<groupId>com.oracle.weblogic.lifecycle</groupId>
15-
<version>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</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>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</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>4.3.0-SNAPSHOT</version>
15+
<version>4.3.0</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>4.3.0-SNAPSHOT</version>
11+
<version>4.3.0</version>
1212
<packaging>pom</packaging>
1313

1414
<name>Oracle WebLogic Server Deploy Tooling</name>
@@ -72,7 +72,7 @@
7272
<url>${wdt.scm.repo.url}</url>
7373
<connection>scm:git:${wdt.scm.repo.conn}</connection>
7474
<developerConnection>scm:git:${wdt.scm.repo.conn}</developerConnection>
75-
<tag>HEAD</tag>
75+
<tag>release-4.3.0</tag>
7676
</scm>
7777

7878
<dependencyManagement>

tools/crd-schema/pom.xml

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

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

0 commit comments

Comments
 (0)