Skip to content

Commit d37be11

Browse files
committed
set version to 1.8.0 and ITW version to 2.0.0-alpha27
1 parent dbdeeb8 commit d37be11

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

ManifestResourceTransformer/pom.xml

Lines changed: 1 addition & 1 deletion
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.8.0-SNAPSHOT</version>
10+
<version>1.8.0</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
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.8.0-SNAPSHOT</version>
10+
<version>1.8.0</version>
1111
</parent>
1212

1313
<artifactId>openwebstart-documentation</artifactId>

openwebstart/pom.xml

Lines changed: 2 additions & 2 deletions
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.8.0-SNAPSHOT</version>
10+
<version>1.8.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-alpha27</icedtea-web.version>
2020
</properties>
2121

2222
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
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.8.0-SNAPSHOT</version>
9+
<version>1.8.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>OpenWebStart Parent</name>

system-properties-printer/pom.xml

Lines changed: 1 addition & 1 deletion
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.8.0-SNAPSHOT</version>
8+
<version>1.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)