Skip to content

Commit

Permalink
Internal release 0.1 (early access)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsharpe committed May 24, 2019
1 parent f5e3026 commit ea67cd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The Image Tool provides three functions within the main script:

## Setup

- Build the project (`mvn clean package`) to generate artifacts `imagetool-0.1-SNAPSHOT.zip`.
- Build the project (`mvn clean package`), to create the ZIP installer in ./imagetool/target.
- Unzip the release ZIP file to a desired location.
- If running an OS with bash, run `cd your_unzipped_location/bin` and `source setup.sh`.
- On Windows, set up with `imagetool.cmd` or the `imagetool.bat` script:
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</groupId>
<version>0.1-SNAPSHOT</version>
<version>0.1</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</groupId>
<artifactId>imagetool-parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<packaging>pom</packaging>

<name>WebLogic Image Tool (parent)</name>
Expand Down

0 comments on commit ea67cd5

Please sign in to comment.