Skip to content

Commit dde57b1

Browse files
committed
release 1.9.10
1 parent 5c38f09 commit dde57b1

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Oracle WebLogic Image Tool
22

3+
**NOTE: Due to changes in Oracle's security, older versions of the Image Tool will no longer be able to download patches.
4+
Please use WebLogic Image Tool 1.9.10 or newer.**
5+
36
Oracle is finding ways for organizations using WebLogic Server to run important workloads, to move those workloads into
47
the cloud, and to simplify and speed up the application deployment life cycle. By adopting industry standards, such as Docker
58
and Kubernetes, WebLogic now runs in a cloud neutral infrastructure. To help simplify and automate the creation of

imagetool/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.10-SNAPSHOT</version>
16+
<version>1.9.10</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

installer/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.10-SNAPSHOT</version>
16+
<version>1.9.10</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

pom.xml

Lines changed: 1 addition & 1 deletion
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.9.10-SNAPSHOT</version>
11+
<version>1.9.10</version>
1212
<packaging>pom</packaging>
1313

1414
<name>WebLogic Image Tool</name>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
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.9.10-SNAPSHOT</version>
15+
<version>1.9.10</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)