Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpatrick committed Mar 14, 2024
1 parent cf98aec commit 43d3afb
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>weblogic-deploy</artifactId>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<artifactId>weblogic-deploy</artifactId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/alias-test/generate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>weblogic-deploy-alias-test</artifactId>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/alias-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>weblogic-deploy-integration-tests</artifactId>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/alias-test/verify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>weblogic-deploy-alias-test</artifactId>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>weblogic-deploy-integration-tests</artifactId>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/apps/simple-app-archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>weblogic-deploy-system-test-apps</artifactId>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/apps/simple-app-updated-archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>weblogic-deploy-system-test-apps</artifactId>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/apps/simple-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>weblogic-deploy-system-test-apps</artifactId>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>weblogic-deploy</artifactId>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/system-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.oracle.weblogic.lifecycle</groupId>
<artifactId>weblogic-deploy-integration-tests</artifactId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.oracle.weblogic.lifecycle</groupId>
<artifactId>weblogic-deploy</artifactId>
<version>3.5.4-SNAPSHOT</version>
<version>3.5.4</version>
<packaging>pom</packaging>

<name>Oracle WebLogic Server Deploy Tooling</name>
Expand Down Expand Up @@ -66,7 +66,7 @@
<url>${wdt.scm.repo.url}</url>
<connection>scm:git:${wdt.scm.repo.conn}</connection>
<developerConnection>scm:git:${wdt.scm.repo.conn}</developerConnection>
<tag>HEAD</tag>
<tag>release-3.5.4</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 43d3afb

Please sign in to comment.