From cbdcfa8977727ed9fdc7d93af7297f58e3923886 Mon Sep 17 00:00:00 2001 From: konsoletyper Date: Wed, 19 Mar 2014 01:48:43 +0400 Subject: [PATCH] Switches to 0.2-SNAPSHOT version --- pom.xml | 2 +- teavm-classlib/pom.xml | 2 +- teavm-core/pom.xml | 2 +- teavm-dom/pom.xml | 6 +++--- teavm-html4j/pom.xml | 2 +- teavm-jso/pom.xml | 2 +- teavm-maven-plugin/pom.xml | 2 +- teavm-samples/pom.xml | 2 +- teavm-scala-samples/pom.xml | 8 ++++---- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 69e84d4a8..0989fc6f3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.teavm teavm - 0.0.1-SNAPSHOT + 0.2-SNAPSHOT pom diff --git a/teavm-classlib/pom.xml b/teavm-classlib/pom.xml index 6f05657bd..85c05cf35 100644 --- a/teavm-classlib/pom.xml +++ b/teavm-classlib/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.0.1-SNAPSHOT + 0.2-SNAPSHOT teavm-classlib diff --git a/teavm-core/pom.xml b/teavm-core/pom.xml index ac7a7dfe3..c906c52b7 100644 --- a/teavm-core/pom.xml +++ b/teavm-core/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.0.1-SNAPSHOT + 0.2-SNAPSHOT teavm-core diff --git a/teavm-dom/pom.xml b/teavm-dom/pom.xml index 32111a663..0b934a965 100644 --- a/teavm-dom/pom.xml +++ b/teavm-dom/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.0.1-SNAPSHOT + 0.2-SNAPSHOT teavm-dom @@ -28,13 +28,13 @@ org.teavm teavm-core - 0.0.1-SNAPSHOT + ${project.version} true org.teavm teavm-jso - 0.0.1-SNAPSHOT + ${project.version} \ No newline at end of file diff --git a/teavm-html4j/pom.xml b/teavm-html4j/pom.xml index eaac58bf6..1cb264359 100644 --- a/teavm-html4j/pom.xml +++ b/teavm-html4j/pom.xml @@ -19,7 +19,7 @@ org.teavm teavm - 0.0.1-SNAPSHOT + 0.2-SNAPSHOT teavm-html4j diff --git a/teavm-jso/pom.xml b/teavm-jso/pom.xml index d8b6db83e..11d77ae1e 100644 --- a/teavm-jso/pom.xml +++ b/teavm-jso/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.0.1-SNAPSHOT + 0.2-SNAPSHOT teavm-jso diff --git a/teavm-maven-plugin/pom.xml b/teavm-maven-plugin/pom.xml index 730346dd4..fe329fbb6 100644 --- a/teavm-maven-plugin/pom.xml +++ b/teavm-maven-plugin/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.0.1-SNAPSHOT + 0.2-SNAPSHOT teavm-maven-plugin maven-plugin diff --git a/teavm-samples/pom.xml b/teavm-samples/pom.xml index 3de6c6fd8..4a5306614 100644 --- a/teavm-samples/pom.xml +++ b/teavm-samples/pom.xml @@ -19,7 +19,7 @@ org.teavm teavm - 0.0.1-SNAPSHOT + 0.2-SNAPSHOT teavm-samples diff --git a/teavm-scala-samples/pom.xml b/teavm-scala-samples/pom.xml index 2cbb9f376..bc32acdad 100644 --- a/teavm-scala-samples/pom.xml +++ b/teavm-scala-samples/pom.xml @@ -5,7 +5,7 @@ org.teavm teavm - 0.0.1-SNAPSHOT + 0.2-SNAPSHOT teavm-scala-samples @@ -13,12 +13,12 @@ org.teavm teavm-core - 0.0.1-SNAPSHOT + ${project.version} org.teavm teavm-dom - 0.0.1-SNAPSHOT + ${project.version} @@ -50,7 +50,7 @@ org.teavm teavm-classlib - 0.0.1-SNAPSHOT + ${project.version} org.scala-lang