Skip to content

Commit

Permalink
set version to 1.0.0 and ITW to 2.0.0-alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
sclassen committed Nov 18, 2019
1 parent 0294b58 commit 16e180e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ManifestResourceTransformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.openwebstart</groupId>
<artifactId>openwebstart-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions openwebstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.openwebstart</groupId>
<artifactId>openwebstart-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@
<description>Additional Java Code which is only available in OWS and not in ITW</description>

<properties>
<icedtea-web.version>2.0.0-SNAPSHOT</icedtea-web.version>
<icedtea-web.version>2.0.0-alpha6</icedtea-web.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.openwebstart</groupId>
<artifactId>openwebstart-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>OpenWebStart Parent</name>
Expand Down

0 comments on commit 16e180e

Please sign in to comment.