Skip to content

Commit 36b12b6

Browse files
committed
Changed pom version back to bug release and updated 3rd party dependencies
1 parent 457b8b0 commit 36b12b6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

imagetool/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>imagetool-parent</artifactId>
1515
<groupId>com.oracle.weblogic.lifecycle.imagetool</groupId>
16-
<version>1.14.0-SNAPSHOT</version>
16+
<version>1.13.4-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

installer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>imagetool-parent</artifactId>
1515
<groupId>com.oracle.weblogic.lifecycle.imagetool</groupId>
16-
<version>1.14.0-SNAPSHOT</version>
16+
<version>1.13.4-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.oracle.weblogic.lifecycle.imagetool</groupId>
1010
<artifactId>imagetool-parent</artifactId>
11-
<version>1.14.0-SNAPSHOT</version>
11+
<version>1.13.4-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313

1414
<name>WebLogic Image Tool</name>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.junit.jupiter</groupId>
7474
<artifactId>junit-jupiter-engine</artifactId>
75-
<version>5.10.0</version>
75+
<version>5.11.0</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.jetbrains</groupId>
9191
<artifactId>annotations</artifactId>
92-
<version>24.0.1</version>
92+
<version>24.1.0</version>
9393
</dependency>
9494
</dependencies>
9595
</dependencyManagement>
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-jar-plugin</artifactId>
136-
<version>3.3.0</version>
136+
<version>3.4.2</version>
137137
<configuration>
138138
<archive>
139139
<manifest>
@@ -149,12 +149,12 @@
149149
<plugin>
150150
<groupId>org.apache.maven.plugins</groupId>
151151
<artifactId>maven-install-plugin</artifactId>
152-
<version>3.1.1</version>
152+
<version>3.1.3</version>
153153
</plugin>
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-failsafe-plugin</artifactId>
157-
<version>3.3.1</version>
157+
<version>3.5.0</version>
158158
<configuration>
159159
<groups>${test.groups}</groups>
160160
<excludedGroups>failing</excludedGroups>

tests/pom.xml

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

0 commit comments

Comments
 (0)