diff --git a/README.md b/README.md
index 88f7fc5c5..8501466c4 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ The easiest way to create a new TeaVM project is to type in the command line:
mvn -DarchetypeCatalog=local \
-DarchetypeGroupId=org.teavm \
-DarchetypeArtifactId=teavm-maven-webapp \
- -DarchetypeVersion=0.4.3 archetype:generate
+ -DarchetypeVersion=0.5.0 archetype:generate
Now you can execute `mvn clean package` and get the generated `war` file.
Deploy this `war` in Tomcat or another container, or simply unzip it and open the `index.html` page.
diff --git a/classlib/pom.xml b/classlib/pom.xml
index 4fc9f815c..a1a0cafa9 100644
--- a/classlib/pom.xml
+++ b/classlib/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-classlib
diff --git a/core/pom.xml b/core/pom.xml
index 3b3a15f4f..56c80d364 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-core
diff --git a/extras-slf4j/pom.xml b/extras-slf4j/pom.xml
index a6889b47f..31ad2f296 100644
--- a/extras-slf4j/pom.xml
+++ b/extras-slf4j/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-extras-slf4j
diff --git a/html4j/pom.xml b/html4j/pom.xml
index a824f4497..7a8db6e89 100644
--- a/html4j/pom.xml
+++ b/html4j/pom.xml
@@ -19,7 +19,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-html4j
diff --git a/interop/core/pom.xml b/interop/core/pom.xml
index 6dbaf3f8e..0bd082391 100644
--- a/interop/core/pom.xml
+++ b/interop/core/pom.xml
@@ -23,7 +23,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../..
teavm-interop
diff --git a/jso/apis/pom.xml b/jso/apis/pom.xml
index 1f8107810..c6322aef9 100644
--- a/jso/apis/pom.xml
+++ b/jso/apis/pom.xml
@@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../..
teavm-jso-apis
diff --git a/jso/core/pom.xml b/jso/core/pom.xml
index b132c201f..92644d7d4 100644
--- a/jso/core/pom.xml
+++ b/jso/core/pom.xml
@@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../..
teavm-jso
diff --git a/jso/impl/pom.xml b/jso/impl/pom.xml
index a9ffa2800..87afd8d83 100644
--- a/jso/impl/pom.xml
+++ b/jso/impl/pom.xml
@@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../..
teavm-jso-impl
diff --git a/metaprogramming/api/pom.xml b/metaprogramming/api/pom.xml
index 29a485d04..45a59b5bf 100644
--- a/metaprogramming/api/pom.xml
+++ b/metaprogramming/api/pom.xml
@@ -23,7 +23,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../..
teavm-metaprogramming-api
diff --git a/metaprogramming/impl/pom.xml b/metaprogramming/impl/pom.xml
index a3d81e259..ada51eb94 100644
--- a/metaprogramming/impl/pom.xml
+++ b/metaprogramming/impl/pom.xml
@@ -21,7 +21,7 @@
teavm
org.teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/platform/pom.xml b/platform/pom.xml
index aa8837413..5693a3652 100644
--- a/platform/pom.xml
+++ b/platform/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-platform
diff --git a/pom.xml b/pom.xml
index d59a75a67..00eae3b1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
pom
TeaVM
diff --git a/samples/async/pom.xml b/samples/async/pom.xml
index 814a17d70..bb55b7c93 100644
--- a/samples/async/pom.xml
+++ b/samples/async/pom.xml
@@ -19,7 +19,7 @@
org.teavm
teavm-samples
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-samples-async
diff --git a/samples/benchmark/pom.xml b/samples/benchmark/pom.xml
index f9dffd328..344c7c9f4 100644
--- a/samples/benchmark/pom.xml
+++ b/samples/benchmark/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm-samples
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-samples-benchmark
war
diff --git a/samples/hello/pom.xml b/samples/hello/pom.xml
index 97384af28..bba3bb496 100644
--- a/samples/hello/pom.xml
+++ b/samples/hello/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm-samples
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-samples-hello
diff --git a/samples/kotlin/pom.xml b/samples/kotlin/pom.xml
index 0ccfd3f28..f8b3e101b 100644
--- a/samples/kotlin/pom.xml
+++ b/samples/kotlin/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm-samples
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-samples-kotlin
diff --git a/samples/pom.xml b/samples/pom.xml
index 01f830f20..ba00e830b 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-samples
diff --git a/samples/scala/pom.xml b/samples/scala/pom.xml
index d834d74e8..f6f95706e 100644
--- a/samples/scala/pom.xml
+++ b/samples/scala/pom.xml
@@ -4,7 +4,7 @@
org.teavm
teavm-samples
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
war
diff --git a/samples/storage/pom.xml b/samples/storage/pom.xml
index fa130914b..23f001aee 100644
--- a/samples/storage/pom.xml
+++ b/samples/storage/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm-samples
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-samples-storage
diff --git a/samples/video/pom.xml b/samples/video/pom.xml
index 641cdc5cc..b0331837b 100644
--- a/samples/video/pom.xml
+++ b/samples/video/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm-samples
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-samples-video
diff --git a/tests/pom.xml b/tests/pom.xml
index 594f0ee5c..f2bdac374 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-tests
diff --git a/tools/chrome-rdp/pom.xml b/tools/chrome-rdp/pom.xml
index 92fc8ae80..962218ef3 100644
--- a/tools/chrome-rdp/pom.xml
+++ b/tools/chrome-rdp/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../..
teavm-chrome-rdp
diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml
index c03b4ed0e..dc6031ac9 100644
--- a/tools/cli/pom.xml
+++ b/tools/cli/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../..
teavm-cli
diff --git a/tools/core/pom.xml b/tools/core/pom.xml
index fd241dff5..ff2de9a53 100644
--- a/tools/core/pom.xml
+++ b/tools/core/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../..
teavm-tooling
diff --git a/tools/idea/idea-artifacts/pom.xml b/tools/idea/idea-artifacts/pom.xml
index 5b231c5c5..313d33005 100644
--- a/tools/idea/idea-artifacts/pom.xml
+++ b/tools/idea/idea-artifacts/pom.xml
@@ -21,7 +21,7 @@
org.teavm
teavm-idea-parent
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tools/idea/jps-common/pom.xml b/tools/idea/jps-common/pom.xml
index a50203e47..3ce827906 100644
--- a/tools/idea/jps-common/pom.xml
+++ b/tools/idea/jps-common/pom.xml
@@ -22,7 +22,7 @@
teavm-idea-parent
org.teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tools/idea/jps-common/teavm-jps-common.iml b/tools/idea/jps-common/teavm-jps-common.iml
index ee6bf7029..53785dc1a 100644
--- a/tools/idea/jps-common/teavm-jps-common.iml
+++ b/tools/idea/jps-common/teavm-jps-common.iml
@@ -15,7 +15,7 @@
-
+
diff --git a/tools/idea/jps-plugin/pom.xml b/tools/idea/jps-plugin/pom.xml
index 97dffb9f4..48cbdb5c6 100644
--- a/tools/idea/jps-plugin/pom.xml
+++ b/tools/idea/jps-plugin/pom.xml
@@ -22,7 +22,7 @@
teavm-idea-parent
org.teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tools/idea/jps-plugin/teavm-jps-plugin.iml b/tools/idea/jps-plugin/teavm-jps-plugin.iml
index 79f94a998..7957a897e 100644
--- a/tools/idea/jps-plugin/teavm-jps-plugin.iml
+++ b/tools/idea/jps-plugin/teavm-jps-plugin.iml
@@ -17,6 +17,6 @@
-
+
\ No newline at end of file
diff --git a/tools/idea/plugin/pom.xml b/tools/idea/plugin/pom.xml
index 09fcfddef..bb8ba91a6 100644
--- a/tools/idea/plugin/pom.xml
+++ b/tools/idea/plugin/pom.xml
@@ -21,7 +21,7 @@
teavm-idea-parent
org.teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../pom.xml
4.0.0
diff --git a/tools/idea/pom.xml b/tools/idea/pom.xml
index 94e93bfa3..eb4c98424 100644
--- a/tools/idea/pom.xml
+++ b/tools/idea/pom.xml
@@ -20,7 +20,7 @@
teavm
org.teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/tools/junit/pom.xml b/tools/junit/pom.xml
index 76e68887f..e8fc0ea6a 100644
--- a/tools/junit/pom.xml
+++ b/tools/junit/pom.xml
@@ -20,7 +20,7 @@
teavm
org.teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/tools/maven/plugin/pom.xml b/tools/maven/plugin/pom.xml
index 1164947d9..17e564954 100644
--- a/tools/maven/plugin/pom.xml
+++ b/tools/maven/plugin/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm-maven
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-maven-plugin
maven-plugin
diff --git a/tools/maven/pom.xml b/tools/maven/pom.xml
index 36809080b..426398ec5 100644
--- a/tools/maven/pom.xml
+++ b/tools/maven/pom.xml
@@ -20,7 +20,7 @@
org.teavm
teavm
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
../..
teavm-maven
diff --git a/tools/maven/webapp/pom.xml b/tools/maven/webapp/pom.xml
index 4c61e3893..954e384e4 100644
--- a/tools/maven/webapp/pom.xml
+++ b/tools/maven/webapp/pom.xml
@@ -5,7 +5,7 @@
org.teavm
teavm-maven
- 0.5.0-SNAPSHOT
+ 0.6.0-SNAPSHOT
teavm-maven-webapp
TeaVM maven web application archetype