Skip to content

Commit

Permalink
release 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsharpe committed Mar 15, 2021
1 parent 5c38f09 commit dde57b1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion imagetool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>imagetool-parent</artifactId>
<groupId>com.oracle.weblogic.lifecycle.imagetool</groupId>
<version>1.9.10-SNAPSHOT</version>
<version>1.9.10</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 @@ -13,7 +13,7 @@
<parent>
<artifactId>imagetool-parent</artifactId>
<groupId>com.oracle.weblogic.lifecycle.imagetool</groupId>
<version>1.9.10-SNAPSHOT</version>
<version>1.9.10</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.oracle.weblogic.lifecycle.imagetool</groupId>
<artifactId>imagetool-parent</artifactId>
<version>1.9.10-SNAPSHOT</version>
<version>1.9.10</version>
<packaging>pom</packaging>

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

Expand Down

0 comments on commit dde57b1

Please sign in to comment.