Skip to content

Commit

Permalink
Raise version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Nov 30, 2015
1 parent 516f211 commit 7b33bb6
Show file tree
Hide file tree
Showing 42 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion classlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-classlib</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion extras-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-extras-slf4j</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion html4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-html4j</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jso/apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-jso-apis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jso/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-jso</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jso/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-jso-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-platform</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>pom</packaging>

<name>TeaVM</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-samples-async</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion samples/benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-samples-benchmark</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-samples-hello</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-samples-kotlin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-samples</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion samples/scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<packaging>war</packaging>

Expand Down
2 changes: 1 addition & 1 deletion samples/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-samples-storage</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion samples/video/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-samples</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-samples-video</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-tests</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tools/chrome-rdp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-chrome-rdp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-tooling</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions tools/eclipse/core-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1.qualifier
Bundle-Version: 0.4.1
Bundle-Vendor: Alexey Andreev <[email protected]>
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .,
Expand Down Expand Up @@ -37,9 +37,9 @@ 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.4.1-SNAPSHOT.jar,
lib/teavm-core-0.4.1-SNAPSHOT.jar,
lib/teavm-tooling-0.4.1-SNAPSHOT.jar,
lib/teavm-chrome-rdp-0.4.1.jar,
lib/teavm-core-0.4.1.jar,
lib/teavm-tooling-0.4.1.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,
Expand Down
6 changes: 3 additions & 3 deletions tools/eclipse/core-plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ 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.4.1-SNAPSHOT.jar,\
lib/teavm-core-0.4.1-SNAPSHOT.jar,\
lib/teavm-tooling-0.4.1-SNAPSHOT.jar,\
lib/teavm-chrome-rdp-0.4.1.jar,\
lib/teavm-core-0.4.1.jar,\
lib/teavm-tooling-0.4.1.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,\
Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/core-plugin/dep-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-eclipse-core-deps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/core-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-eclipse-core-plugin</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
6 changes: 3 additions & 3 deletions tools/eclipse/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="teavm-eclipse-feature"
label="TeaVM Eclipse support"
version="0.4.1.qualifier"
version="0.4.1"
provider-name="Alexey Andreev &lt;[email protected]&gt;">

<description url="http://www.example.com/description">
Expand Down Expand Up @@ -233,14 +233,14 @@
id="teavm-eclipse-plugin"
download-size="0"
install-size="0"
version="0.4.1.qualifier"
version="0.4.1"
unpack="false"/>

<plugin
id="teavm-eclipse-core-plugin"
download-size="0"
install-size="0"
version="0.4.1.qualifier"
version="0.4.1"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion tools/eclipse/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-eclipse-feature</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions tools/eclipse/m2e-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="teavm-eclipse-m2e-feature"
label="TeaVM maven configuration support"
version="0.4.1.qualifier"
version="0.4.1"
provider-name="Alexey Andreev &lt;[email protected]&gt;">

<description url="http://www.example.com/description">
Expand Down Expand Up @@ -230,7 +230,7 @@
</license>

<requires>
<import feature="teavm-eclipse-feature" version="0.4.1.qualifier"/>
<import feature="teavm-eclipse-feature" version="0.4.1"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/m2e-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-eclipse-m2e-feature</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/m2e-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TeaVM plugin for m2e
Bundle-SymbolicName: teavm-eclipse-m2e-plugin;singleton:=true
Bundle-Version: 0.4.1.qualifier
Bundle-Version: 0.4.1
Bundle-Vendor: Alexey Andreev <[email protected]>
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: teavm-eclipse-plugin;bundle-version="[0.4.0,0.5.0)",
Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/m2e-plugin/lifecycle-mapping-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<pluginExecutionFilter>
<groupId>org.teavm</groupId>
<artifactId>teavm-maven-plugin</artifactId>
<versionRange>0.4.1-SNAPSHOT</versionRange>
<versionRange>0.4.1</versionRange>
<goals>
<goal>compile</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/m2e-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-eclipse-m2e-plugin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1.qualifier
Bundle-Version: 0.4.1
Bundle-Vendor: Alexey Andreev <[email protected]>
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: org.teavm.eclipse.TeaVMEclipsePlugin
Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-eclipse-plugin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-eclipse</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions tools/eclipse/updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/teavm-eclipse-feature_0.4.1.qualifier.jar" id="teavm-eclipse-feature"
version="0.4.1.qualifier">
<feature url="features/teavm-eclipse-feature_0.4.1.jar" id="teavm-eclipse-feature"
version="0.4.1">
<category name="teavm-category"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.4.1.qualifier.jar" id="teavm-eclipse-m2e-feature"
version="0.4.1.qualifier">
<feature url="features/teavm-eclipse-m2e-feature_0.4.1.jar" id="teavm-eclipse-m2e-feature"
version="0.4.1">
<category name="teavm-category"/>
</feature>
<category-def name="teavm-category" label="TeaVM"/>
Expand Down
2 changes: 1 addition & 1 deletion tools/eclipse/updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-eclipse</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>
<artifactId>teavm-eclipse-updatesite</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions tools/eclipse/updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description name="TeaVM update site">
TeaVM update site
</description>
<feature url="features/teavm-eclipse-feature_0.4.1.qualifier.jar" id="teavm-eclipse-feature" version="0.0.0">
<feature url="features/teavm-eclipse-feature_0.4.1.jar" id="teavm-eclipse-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.4.1.qualifier.jar" id="teavm-eclipse-m2e-feature" version="0.0.0">
<feature url="features/teavm-eclipse-m2e-feature_0.4.1.jar" id="teavm-eclipse-m2e-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/>
</feature>
<category-def name="teavm-eclipse-caregory" label="TeaVM"/>
Expand Down
Loading

0 comments on commit 7b33bb6

Please sign in to comment.