Skip to content

Commit 32e937c

Browse files
committed
set version to 1.9.0 and icedtea-web version to 2.0.0-alpha28
1 parent d151286 commit 32e937c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

ManifestResourceTransformer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.openwebstart</groupId>
99
<artifactId>openwebstart-parent</artifactId>
10-
<version>1.9.0-SNAPSHOT</version>
10+
<version>1.9.0</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.openwebstart</groupId>
99
<artifactId>openwebstart-parent</artifactId>
10-
<version>1.9.0-SNAPSHOT</version>
10+
<version>1.9.0</version>
1111
</parent>
1212

1313
<artifactId>openwebstart-documentation</artifactId>

openwebstart/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.openwebstart</groupId>
99
<artifactId>openwebstart-parent</artifactId>
10-
<version>1.9.0-SNAPSHOT</version>
10+
<version>1.9.0</version>
1111
</parent>
1212

1313
<artifactId>openwebstart</artifactId>
@@ -16,7 +16,7 @@
1616
<description>Additional Java Code which is only available in OWS and not in ITW</description>
1717

1818
<properties>
19-
<icedtea-web.version>2.0.0-SNAPSHOT</icedtea-web.version>
19+
<icedtea-web.version>2.0.0-alpha28</icedtea-web.version>
2020
</properties>
2121

2222
<dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.openwebstart</groupId>
88
<artifactId>openwebstart-parent</artifactId>
9-
<version>1.9.0-SNAPSHOT</version>
9+
<version>1.9.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>OpenWebStart Parent</name>

system-properties-printer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>openwebstart-parent</artifactId>
77
<groupId>com.openwebstart</groupId>
8-
<version>1.9.0-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)