diff --git a/README.md b/README.md index cd009486..4714d3c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Oracle WebLogic Image Tool +**NOTE: Due to changes in Oracle's security, older versions of the Image Tool will no longer be able to download patches. +Please use WebLogic Image Tool 1.9.10 or newer.** + Oracle is finding ways for organizations using WebLogic Server to run important workloads, to move those workloads into the cloud, and to simplify and speed up the application deployment life cycle. By adopting industry standards, such as Docker and Kubernetes, WebLogic now runs in a cloud neutral infrastructure. To help simplify and automate the creation of diff --git a/imagetool/pom.xml b/imagetool/pom.xml index d0378891..2f379908 100644 --- a/imagetool/pom.xml +++ b/imagetool/pom.xml @@ -13,7 +13,7 @@ imagetool-parent com.oracle.weblogic.lifecycle.imagetool - 1.9.10-SNAPSHOT + 1.9.10 ../pom.xml diff --git a/installer/pom.xml b/installer/pom.xml index 1e8e9eb1..268b3c58 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -13,7 +13,7 @@ imagetool-parent com.oracle.weblogic.lifecycle.imagetool - 1.9.10-SNAPSHOT + 1.9.10 ../pom.xml diff --git a/pom.xml b/pom.xml index a0efc4fc..5884550f 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 com.oracle.weblogic.lifecycle.imagetool imagetool-parent - 1.9.10-SNAPSHOT + 1.9.10 pom WebLogic Image Tool diff --git a/tests/pom.xml b/tests/pom.xml index 1bea38a3..ad0b2937 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -12,7 +12,7 @@ imagetool-parent com.oracle.weblogic.lifecycle.imagetool - 1.9.10-SNAPSHOT + 1.9.10 ../pom.xml