Skip to content

Commit

Permalink
Advance version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Jul 2, 2015
1 parent 2502220 commit 40da888
Show file tree
Hide file tree
Showing 39 changed files with 49 additions and 49 deletions.
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.3.0</version>
<version>0.3.1</version>
<packaging>pom</packaging>

<name>TeaVM</name>
Expand Down
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-chrome-rdp</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-classlib</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-cli</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-dom/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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-dom</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-eclipse</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions teavm-eclipse/teavm-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.3.0
Bundle-Version: 0.3.1
Bundle-Vendor: Alexey Andreev <[email protected]>
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .,
Expand Down Expand Up @@ -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.jar,
lib/teavm-core-0.3.0.jar,
lib/teavm-chrome-rdp-0.3.1.jar,
lib/teavm-core-0.3.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
4 changes: 2 additions & 2 deletions teavm-eclipse/teavm-eclipse-core-plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.jar,\
lib/teavm-core-0.3.0.jar,\
lib/teavm-chrome-rdp-0.3.1.jar,\
lib/teavm-core-0.3.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 teavm-eclipse/teavm-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.3.0</version>
<version>0.3.1</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-eclipse-core-deps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-eclipse-core-plugin</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/teavm-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.3.0"
version="0.3.1"
provider-name="Alexey Andreev &lt;[email protected]&gt;">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-eclipse-feature</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions teavm-eclipse/teavm-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.3.0"
version="0.3.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.3.0"/>
<import feature="teavm-eclipse-feature" version="0.3.1"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-eclipse-m2e-feature</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions teavm-eclipse/teavm-eclipse-m2e-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Bundle-Version: 0.3.1
Bundle-Vendor: Alexey Andreev <[email protected]>
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.3.1,0.4.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)",
Expand Down
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.3.0,0.4.0)</versionRange>
<versionRange>[0.3.1,0.4.0)</versionRange>
<goals>
<goal>build-javascript</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-eclipse-m2e-plugin</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions teavm-eclipse/teavm-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.3.0
Bundle-Version: 0.3.1
Bundle-Vendor: Alexey Andreev <[email protected]>
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Activator: org.teavm.eclipse.TeaVMEclipsePlugin
Expand All @@ -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,0.4.0)"
teavm-eclipse-core-plugin;bundle-version="[0.3.1,0.4.0)"
Export-Package: org.teavm.eclipse.debugger,org.teavm.eclipse
Bundle-ActivationPolicy: lazy
Import-Package: org.teavm.cache,
Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-eclipse-plugin</artifactId>

Expand Down
8 changes: 4 additions & 4 deletions teavm-eclipse/teavm-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.3.0.jar" id="teavm-eclipse-feature"
version="0.3.0">
<feature url="features/teavm-eclipse-feature_0.3.1.jar" id="teavm-eclipse-feature"
version="0.3.1">
<category name="teavm-category"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.3.0.jar" id="teavm-eclipse-m2e-feature"
version="0.3.0">
<feature url="features/teavm-eclipse-m2e-feature_0.3.1.jar" id="teavm-eclipse-m2e-feature"
version="0.3.1">
<category name="teavm-category"/>
</feature>
<category-def name="teavm-category" label="TeaVM"/>
Expand Down
2 changes: 1 addition & 1 deletion teavm-eclipse/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-eclipse-updatesite</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions teavm-eclipse/teavm-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.3.0.jar" id="teavm-eclipse-feature" version="0.0.0">
<feature url="features/teavm-eclipse-feature_0.3.1.jar" id="teavm-eclipse-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.3.0.jar" id="teavm-eclipse-m2e-feature" version="0.0.0">
<feature url="features/teavm-eclipse-m2e-feature_0.3.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
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-extras-slf4j</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-html4j</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-jso/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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-jso</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-maven/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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-maven</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-maven/teavm-maven-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-maven</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion teavm-maven/teavm-maven-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.teavm</groupId>
<artifactId>teavm-maven</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-maven-webapp</artifactId>
<name>TeaVM maven web application archetype</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<java.version>1.7</java.version>
<teavm.version>0.3.0</teavm.version>
<teavm.version>0.3.1</teavm.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-platform</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-samples</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-samples-async</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-samples-benchmark</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-samples-hello</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-samples-kotlin</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-samples-storage</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-samples/teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-samples-video</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion teavm-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.3.0</version>
<version>0.3.1</version>
</parent>
<artifactId>teavm-tests</artifactId>

Expand Down

0 comments on commit 40da888

Please sign in to comment.