Skip to content

Commit e8f02c4

Browse files
committed
set version to 2.0.0-SNAPSHOT
1 parent 6a19374 commit e8f02c4

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

artifact-all-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.adoptopenjdk</groupId>
99
<artifactId>icedtea-web-parent</artifactId>
10-
<version>2.0.0-alpha31</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

artifact-no-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.adoptopenjdk</groupId>
99
<artifactId>icedtea-web-parent</artifactId>
10-
<version>2.0.0-alpha31</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.adoptopenjdk</groupId>
99
<artifactId>icedtea-web-parent</artifactId>
10-
<version>2.0.0-alpha31</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.adoptopenjdk</groupId>
99
<artifactId>icedtea-web-parent</artifactId>
10-
<version>2.0.0-alpha31</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.adoptopenjdk</groupId>
99
<artifactId>icedtea-web-parent</artifactId>
10-
<version>2.0.0-alpha31</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.adoptopenjdk</groupId>
99
<artifactId>icedtea-web-parent</artifactId>
10-
<version>2.0.0-alpha31</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

jnlp-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.adoptopenjdk</groupId>
99
<artifactId>icedtea-web-parent</artifactId>
10-
<version>2.0.0-alpha31</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

launchers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.adoptopenjdk</groupId>
99
<artifactId>icedtea-web-parent</artifactId>
10-
<version>2.0.0-alpha31</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.adoptopenjdk</groupId>
88
<artifactId>icedtea-web-parent</artifactId>
9-
<version>2.0.0-alpha31</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>IcedTeaWeb</name>

test-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>net.adoptopenjdk</groupId>
99
<artifactId>icedtea-web-parent</artifactId>
10-
<version>2.0.0-alpha31</version>
10+
<version>2.0.0-SNAPSHOT</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)