Skip to content

Commit

Permalink
set version to 1.9.1 and icedtea-web version to 2.0.0-alpha29
Browse files Browse the repository at this point in the history
  • Loading branch information
janakmulani committed Dec 20, 2023
1 parent 77ecfed commit 1fe6816
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.10.0-SNAPSHOT</version>
<version>1.9.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion documentation/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.10.0-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

<artifactId>openwebstart-documentation</artifactId>
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.10.0-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

<artifactId>openwebstart</artifactId>
Expand All @@ -16,7 +16,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-alpha29</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.10.0-SNAPSHOT</version>
<version>1.9.1</version>
<packaging>pom</packaging>

<name>OpenWebStart Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion system-properties-printer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>openwebstart-parent</artifactId>
<groupId>com.openwebstart</groupId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 1fe6816

Please sign in to comment.