From dd8708e0151fbcdf13c17799b49419ff5913b20e Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Tue, 30 Jun 2015 13:00:35 +0400 Subject: [PATCH] Advance version to 0.4.0-SNAPSHOT --- pom.xml | 2 +- teavm-chrome-rdp/pom.xml | 2 +- teavm-classlib/pom.xml | 2 +- teavm-cli/pom.xml | 2 +- teavm-core/pom.xml | 2 +- teavm-dom/pom.xml | 2 +- teavm-eclipse/pom.xml | 2 +- .../teavm-eclipse-core-plugin/META-INF/MANIFEST.MF | 6 +++--- teavm-eclipse/teavm-eclipse-core-plugin/build.properties | 4 ++-- teavm-eclipse/teavm-eclipse-core-plugin/dep-pom.xml | 2 +- teavm-eclipse/teavm-eclipse-core-plugin/pom.xml | 2 +- teavm-eclipse/teavm-eclipse-feature/feature.xml | 2 +- teavm-eclipse/teavm-eclipse-feature/pom.xml | 2 +- teavm-eclipse/teavm-eclipse-m2e-feature/feature.xml | 4 ++-- teavm-eclipse/teavm-eclipse-m2e-feature/pom.xml | 2 +- .../teavm-eclipse-m2e-plugin/META-INF/MANIFEST.MF | 4 ++-- .../lifecycle-mapping-metadata.xml | 2 +- teavm-eclipse/teavm-eclipse-m2e-plugin/pom.xml | 2 +- teavm-eclipse/teavm-eclipse-plugin/META-INF/MANIFEST.MF | 4 ++-- teavm-eclipse/teavm-eclipse-plugin/pom.xml | 2 +- teavm-eclipse/teavm-eclipse-updatesite/category.xml | 8 ++++---- teavm-eclipse/teavm-eclipse-updatesite/pom.xml | 2 +- teavm-eclipse/teavm-eclipse-updatesite/site.xml | 4 ++-- teavm-extras-slf4j/pom.xml | 2 +- teavm-html4j/pom.xml | 2 +- teavm-jso/pom.xml | 2 +- teavm-maven/pom.xml | 2 +- teavm-maven/teavm-maven-plugin/pom.xml | 2 +- teavm-maven/teavm-maven-webapp/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- teavm-platform/pom.xml | 2 +- teavm-samples/pom.xml | 2 +- teavm-samples/teavm-samples-async/pom.xml | 2 +- teavm-samples/teavm-samples-benchmark/pom.xml | 2 +- teavm-samples/teavm-samples-hello/pom.xml | 2 +- teavm-samples/teavm-samples-kotlin/pom.xml | 2 +- teavm-samples/teavm-samples-storage/pom.xml | 2 +- teavm-samples/teavm-samples-video/pom.xml | 2 +- teavm-tests/pom.xml | 2 +- 39 files changed, 49 insertions(+), 49 deletions(-) diff --git a/pom.xml b/pom.xml index 43fca8ac3..a34040e74 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT pom TeaVM diff --git a/teavm-chrome-rdp/pom.xml b/teavm-chrome-rdp/pom.xml index eadaab6a0..d734f22e9 100644 --- a/teavm-chrome-rdp/pom.xml +++ b/teavm-chrome-rdp/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-chrome-rdp diff --git a/teavm-classlib/pom.xml b/teavm-classlib/pom.xml index a6cbf916a..06043e3e7 100644 --- a/teavm-classlib/pom.xml +++ b/teavm-classlib/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-classlib diff --git a/teavm-cli/pom.xml b/teavm-cli/pom.xml index a5fce6333..ed3beeff0 100644 --- a/teavm-cli/pom.xml +++ b/teavm-cli/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-cli diff --git a/teavm-core/pom.xml b/teavm-core/pom.xml index b120bf433..798a6b5a8 100644 --- a/teavm-core/pom.xml +++ b/teavm-core/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-core diff --git a/teavm-dom/pom.xml b/teavm-dom/pom.xml index ae58d1524..28b4eb3f2 100644 --- a/teavm-dom/pom.xml +++ b/teavm-dom/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-dom diff --git a/teavm-eclipse/pom.xml b/teavm-eclipse/pom.xml index 09702bdf0..0c661d539 100644 --- a/teavm-eclipse/pom.xml +++ b/teavm-eclipse/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-eclipse pom diff --git a/teavm-eclipse/teavm-eclipse-core-plugin/META-INF/MANIFEST.MF b/teavm-eclipse/teavm-eclipse-core-plugin/META-INF/MANIFEST.MF index 9b210c313..c92bc3e9d 100644 --- a/teavm-eclipse/teavm-eclipse-core-plugin/META-INF/MANIFEST.MF +++ b/teavm-eclipse/teavm-eclipse-core-plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: TeaVM plugin for Eclipse Bundle-SymbolicName: teavm-eclipse-core-plugin;singleton:=true -Bundle-Version: 0.3.0.qualifier +Bundle-Version: 0.4.0.qualifier Bundle-Vendor: Alexey Andreev Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-ClassPath: ., @@ -37,8 +37,8 @@ Bundle-ClassPath: ., lib/org.apache.aries.spifly.weaver-internal-1.0.1.jar, lib/org.apache.aries.util-1.0.0.jar, lib/slf4j-api-1.7.7.jar, - lib/teavm-chrome-rdp-0.3.0-SNAPSHOT.jar, - lib/teavm-core-0.3.0-SNAPSHOT.jar, + lib/teavm-chrome-rdp-0.4.0-SNAPSHOT.jar, + lib/teavm-core-0.4.0-SNAPSHOT.jar, lib/websocket-api-9.2.1.v20140609.jar, lib/websocket-client-9.2.1.v20140609.jar, lib/websocket-common-9.2.1.v20140609.jar, diff --git a/teavm-eclipse/teavm-eclipse-core-plugin/build.properties b/teavm-eclipse/teavm-eclipse-core-plugin/build.properties index 54ba3e27b..ea8d50c54 100644 --- a/teavm-eclipse/teavm-eclipse-core-plugin/build.properties +++ b/teavm-eclipse/teavm-eclipse-core-plugin/build.properties @@ -34,8 +34,8 @@ bin.includes = META-INF/,\ lib/org.apache.aries.spifly.weaver-internal-1.0.1.jar,\ lib/org.apache.aries.util-1.0.0.jar,\ lib/slf4j-api-1.7.7.jar,\ - lib/teavm-chrome-rdp-0.3.0-SNAPSHOT.jar,\ - lib/teavm-core-0.3.0-SNAPSHOT.jar,\ + lib/teavm-chrome-rdp-0.4.0-SNAPSHOT.jar,\ + lib/teavm-core-0.4.0-SNAPSHOT.jar,\ lib/websocket-api-9.2.1.v20140609.jar,\ lib/websocket-client-9.2.1.v20140609.jar,\ lib/websocket-common-9.2.1.v20140609.jar,\ diff --git a/teavm-eclipse/teavm-eclipse-core-plugin/dep-pom.xml b/teavm-eclipse/teavm-eclipse-core-plugin/dep-pom.xml index cf2e3b38d..41fe15f28 100644 --- a/teavm-eclipse/teavm-eclipse-core-plugin/dep-pom.xml +++ b/teavm-eclipse/teavm-eclipse-core-plugin/dep-pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT ../.. teavm-eclipse-core-deps diff --git a/teavm-eclipse/teavm-eclipse-core-plugin/pom.xml b/teavm-eclipse/teavm-eclipse-core-plugin/pom.xml index b66e3dbbc..d90a8ee50 100644 --- a/teavm-eclipse/teavm-eclipse-core-plugin/pom.xml +++ b/teavm-eclipse/teavm-eclipse-core-plugin/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm-eclipse - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-eclipse-core-plugin eclipse-plugin diff --git a/teavm-eclipse/teavm-eclipse-feature/feature.xml b/teavm-eclipse/teavm-eclipse-feature/feature.xml index e214241ae..d17d30b63 100644 --- a/teavm-eclipse/teavm-eclipse-feature/feature.xml +++ b/teavm-eclipse/teavm-eclipse-feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/teavm-eclipse/teavm-eclipse-feature/pom.xml b/teavm-eclipse/teavm-eclipse-feature/pom.xml index 7a5ec77d6..58d410f26 100644 --- a/teavm-eclipse/teavm-eclipse-feature/pom.xml +++ b/teavm-eclipse/teavm-eclipse-feature/pom.xml @@ -21,7 +21,7 @@ org.teavm teavm-eclipse - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-eclipse-feature diff --git a/teavm-eclipse/teavm-eclipse-m2e-feature/feature.xml b/teavm-eclipse/teavm-eclipse-m2e-feature/feature.xml index 30c08f07f..6a82777a8 100644 --- a/teavm-eclipse/teavm-eclipse-m2e-feature/feature.xml +++ b/teavm-eclipse/teavm-eclipse-m2e-feature/feature.xml @@ -2,7 +2,7 @@ @@ -230,7 +230,7 @@ - + org.teavm teavm-eclipse - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-eclipse-m2e-feature diff --git a/teavm-eclipse/teavm-eclipse-m2e-plugin/META-INF/MANIFEST.MF b/teavm-eclipse/teavm-eclipse-m2e-plugin/META-INF/MANIFEST.MF index 2f64d783a..062e541a9 100644 --- a/teavm-eclipse/teavm-eclipse-m2e-plugin/META-INF/MANIFEST.MF +++ b/teavm-eclipse/teavm-eclipse-m2e-plugin/META-INF/MANIFEST.MF @@ -2,10 +2,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: TeaVM plugin for m2e Bundle-SymbolicName: teavm-eclipse-m2e-plugin;singleton:=true -Bundle-Version: 0.3.0.qualifier +Bundle-Version: 0.4.0.qualifier Bundle-Vendor: Alexey Andreev Bundle-RequiredExecutionEnvironment: JavaSE-1.7 -Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.3.0,0.4.0)", +Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.4.0,0.5.0)", org.eclipse.m2e.core;bundle-version="[1.3,2)", org.eclipse.core.runtime;bundle-version="[3.8,4.0)", org.eclipse.m2e.maven.runtime;bundle-version="[1.3,2)", diff --git a/teavm-eclipse/teavm-eclipse-m2e-plugin/lifecycle-mapping-metadata.xml b/teavm-eclipse/teavm-eclipse-m2e-plugin/lifecycle-mapping-metadata.xml index 928092661..3ca52caff 100644 --- a/teavm-eclipse/teavm-eclipse-m2e-plugin/lifecycle-mapping-metadata.xml +++ b/teavm-eclipse/teavm-eclipse-m2e-plugin/lifecycle-mapping-metadata.xml @@ -5,7 +5,7 @@ org.teavm teavm-maven-plugin - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT build-javascript diff --git a/teavm-eclipse/teavm-eclipse-m2e-plugin/pom.xml b/teavm-eclipse/teavm-eclipse-m2e-plugin/pom.xml index c0192c52e..82f658577 100644 --- a/teavm-eclipse/teavm-eclipse-m2e-plugin/pom.xml +++ b/teavm-eclipse/teavm-eclipse-m2e-plugin/pom.xml @@ -21,7 +21,7 @@ org.teavm teavm-eclipse - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-eclipse-m2e-plugin diff --git a/teavm-eclipse/teavm-eclipse-plugin/META-INF/MANIFEST.MF b/teavm-eclipse/teavm-eclipse-plugin/META-INF/MANIFEST.MF index 8e6db8b07..416ca1e23 100644 --- a/teavm-eclipse/teavm-eclipse-plugin/META-INF/MANIFEST.MF +++ b/teavm-eclipse/teavm-eclipse-plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: TeaVM plugin for Eclipse Bundle-SymbolicName: teavm-eclipse-plugin;singleton:=true -Bundle-Version: 0.3.0.qualifier +Bundle-Version: 0.4.0.qualifier Bundle-Vendor: Alexey Andreev Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Bundle-Activator: org.teavm.eclipse.TeaVMEclipsePlugin @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.8.0,4.0)", org.eclipse.core.variables;bundle-version="[3.2.600,4)", org.eclipse.core.databinding.observable;bundle-version="[1.4.1,2)", org.eclipse.jface.databinding;bundle-version="[1.6.0,2)", - teavm-eclipse-core-plugin;bundle-version="0.3.0" + teavm-eclipse-core-plugin;bundle-version="[0.4.0,0.5.0)" Export-Package: org.teavm.eclipse.debugger,org.teavm.eclipse Bundle-ActivationPolicy: lazy Import-Package: org.teavm.cache, diff --git a/teavm-eclipse/teavm-eclipse-plugin/pom.xml b/teavm-eclipse/teavm-eclipse-plugin/pom.xml index 677704ec4..fef760803 100644 --- a/teavm-eclipse/teavm-eclipse-plugin/pom.xml +++ b/teavm-eclipse/teavm-eclipse-plugin/pom.xml @@ -21,7 +21,7 @@ org.teavm teavm-eclipse - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-eclipse-plugin diff --git a/teavm-eclipse/teavm-eclipse-updatesite/category.xml b/teavm-eclipse/teavm-eclipse-updatesite/category.xml index 564c1f863..94d66ab04 100644 --- a/teavm-eclipse/teavm-eclipse-updatesite/category.xml +++ b/teavm-eclipse/teavm-eclipse-updatesite/category.xml @@ -1,11 +1,11 @@ - + - + diff --git a/teavm-eclipse/teavm-eclipse-updatesite/pom.xml b/teavm-eclipse/teavm-eclipse-updatesite/pom.xml index 310e0956f..df7ecd862 100644 --- a/teavm-eclipse/teavm-eclipse-updatesite/pom.xml +++ b/teavm-eclipse/teavm-eclipse-updatesite/pom.xml @@ -21,7 +21,7 @@ org.teavm teavm-eclipse - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-eclipse-updatesite diff --git a/teavm-eclipse/teavm-eclipse-updatesite/site.xml b/teavm-eclipse/teavm-eclipse-updatesite/site.xml index f464a0420..13b4bb0eb 100644 --- a/teavm-eclipse/teavm-eclipse-updatesite/site.xml +++ b/teavm-eclipse/teavm-eclipse-updatesite/site.xml @@ -3,10 +3,10 @@ TeaVM update site - + - + diff --git a/teavm-extras-slf4j/pom.xml b/teavm-extras-slf4j/pom.xml index ddf2d0477..6077db6b4 100644 --- a/teavm-extras-slf4j/pom.xml +++ b/teavm-extras-slf4j/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-extras-slf4j diff --git a/teavm-html4j/pom.xml b/teavm-html4j/pom.xml index 195a501d2..bffacb498 100644 --- a/teavm-html4j/pom.xml +++ b/teavm-html4j/pom.xml @@ -19,7 +19,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-html4j diff --git a/teavm-jso/pom.xml b/teavm-jso/pom.xml index 8b70a0006..aaffeb282 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.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-jso diff --git a/teavm-maven/pom.xml b/teavm-maven/pom.xml index ca27b6a53..77e719b48 100644 --- a/teavm-maven/pom.xml +++ b/teavm-maven/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-maven diff --git a/teavm-maven/teavm-maven-plugin/pom.xml b/teavm-maven/teavm-maven-plugin/pom.xml index d7682a086..5d837d732 100644 --- a/teavm-maven/teavm-maven-plugin/pom.xml +++ b/teavm-maven/teavm-maven-plugin/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm-maven - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-maven-plugin maven-plugin diff --git a/teavm-maven/teavm-maven-webapp/pom.xml b/teavm-maven/teavm-maven-webapp/pom.xml index d444170eb..3f235f704 100644 --- a/teavm-maven/teavm-maven-webapp/pom.xml +++ b/teavm-maven/teavm-maven-webapp/pom.xml @@ -5,7 +5,7 @@ org.teavm teavm-maven - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-maven-webapp TeaVM maven web application archetype diff --git a/teavm-maven/teavm-maven-webapp/src/main/resources/archetype-resources/pom.xml b/teavm-maven/teavm-maven-webapp/src/main/resources/archetype-resources/pom.xml index e6a5199c7..0a265a56c 100644 --- a/teavm-maven/teavm-maven-webapp/src/main/resources/archetype-resources/pom.xml +++ b/teavm-maven/teavm-maven-webapp/src/main/resources/archetype-resources/pom.xml @@ -9,7 +9,7 @@ 1.7 - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT UTF-8 diff --git a/teavm-platform/pom.xml b/teavm-platform/pom.xml index a9ea6d967..55be15bc3 100644 --- a/teavm-platform/pom.xml +++ b/teavm-platform/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-platform diff --git a/teavm-samples/pom.xml b/teavm-samples/pom.xml index 4dd090a69..a1964207a 100644 --- a/teavm-samples/pom.xml +++ b/teavm-samples/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-samples diff --git a/teavm-samples/teavm-samples-async/pom.xml b/teavm-samples/teavm-samples-async/pom.xml index 5805851ee..001e04006 100644 --- a/teavm-samples/teavm-samples-async/pom.xml +++ b/teavm-samples/teavm-samples-async/pom.xml @@ -19,7 +19,7 @@ org.teavm teavm-samples - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-samples-async diff --git a/teavm-samples/teavm-samples-benchmark/pom.xml b/teavm-samples/teavm-samples-benchmark/pom.xml index 1ba0d82a5..167860511 100644 --- a/teavm-samples/teavm-samples-benchmark/pom.xml +++ b/teavm-samples/teavm-samples-benchmark/pom.xml @@ -10,7 +10,7 @@ org.teavm teavm-samples - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-samples-benchmark war diff --git a/teavm-samples/teavm-samples-hello/pom.xml b/teavm-samples/teavm-samples-hello/pom.xml index 6bdababac..0f0d6e78f 100644 --- a/teavm-samples/teavm-samples-hello/pom.xml +++ b/teavm-samples/teavm-samples-hello/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm-samples - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-samples-hello diff --git a/teavm-samples/teavm-samples-kotlin/pom.xml b/teavm-samples/teavm-samples-kotlin/pom.xml index 7e7147a5d..39ff1b30f 100644 --- a/teavm-samples/teavm-samples-kotlin/pom.xml +++ b/teavm-samples/teavm-samples-kotlin/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm-samples - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-samples-kotlin diff --git a/teavm-samples/teavm-samples-storage/pom.xml b/teavm-samples/teavm-samples-storage/pom.xml index edfa3d4e1..5c3ba11e9 100644 --- a/teavm-samples/teavm-samples-storage/pom.xml +++ b/teavm-samples/teavm-samples-storage/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm-samples - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-samples-storage diff --git a/teavm-samples/teavm-samples-video/pom.xml b/teavm-samples/teavm-samples-video/pom.xml index 351969f11..3979d4c40 100644 --- a/teavm-samples/teavm-samples-video/pom.xml +++ b/teavm-samples/teavm-samples-video/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm-samples - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-samples-video diff --git a/teavm-tests/pom.xml b/teavm-tests/pom.xml index 806173c02..45bb9a28b 100644 --- a/teavm-tests/pom.xml +++ b/teavm-tests/pom.xml @@ -20,7 +20,7 @@ org.teavm teavm - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT teavm-tests