Skip to content

Commit ea67cd5

Browse files
committed
Internal release 0.1 (early access)
1 parent f5e3026 commit ea67cd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Image Tool provides three functions within the main script:
2727

2828
## Setup
2929

30-
- Build the project (`mvn clean package`) to generate artifacts `imagetool-0.1-SNAPSHOT.zip`.
30+
- Build the project (`mvn clean package`), to create the ZIP installer in ./imagetool/target.
3131
- Unzip the release ZIP file to a desired location.
3232
- If running an OS with bash, run `cd your_unzipped_location/bin` and `source setup.sh`.
3333
- On Windows, set up with `imagetool.cmd` or the `imagetool.bat` script:

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</groupId>
16-
<version>0.1-SNAPSHOT</version>
16+
<version>0.1</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</groupId>
1010
<artifactId>imagetool-parent</artifactId>
11-
<version>0.1-SNAPSHOT</version>
11+
<version>0.1</version>
1212
<packaging>pom</packaging>
1313

1414
<name>WebLogic Image Tool (parent)</name>

0 commit comments

Comments
 (0)