Skip to content

Commit

Permalink
Change version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Oct 22, 2015
1 parent f8452e6 commit f25b2d4
Show file tree
Hide file tree
Showing 40 changed files with 51 additions and 52 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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>teavm-samples</artifactId>

Expand Down
11 changes: 5 additions & 6 deletions 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.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<packaging>war</packaging>

Expand All @@ -15,7 +15,6 @@

<properties>
<java.version>1.8</java.version>
<teavm.version>0.4.0-SNAPSHOT</teavm.version>
<scala.version>2.11.7</scala.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -24,13 +23,13 @@
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-classlib</artifactId>
<version>${teavm.version}</version>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-jso</artifactId>
<version>${teavm.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down Expand Up @@ -63,7 +62,7 @@
<plugin>
<groupId>org.teavm</groupId>
<artifactId>teavm-maven-plugin</artifactId>
<version>${teavm.version}</version>
<version>${project.version}</version>
<executions>
<execution>
<id>web-client</id>
Expand Down Expand Up @@ -103,5 +102,5 @@
</plugin>
</plugins>
</build>

</project>
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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</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.0.qualifier
Bundle-Version: 0.4.0
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
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.0-SNAPSHOT.jar,
lib/teavm-core-0.4.0-SNAPSHOT.jar,
lib/teavm-tooling-0.4.0-SNAPSHOT.jar,
lib/teavm-chrome-rdp-0.4.0.jar,
lib/teavm-core-0.4.0.jar,
lib/teavm-tooling-0.4.0.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.0-SNAPSHOT.jar,\
lib/teavm-core-0.4.0-SNAPSHOT.jar,\
lib/teavm-tooling-0.4.0-SNAPSHOT.jar,\
lib/teavm-chrome-rdp-0.4.0.jar,\
lib/teavm-core-0.4.0.jar,\
lib/teavm-tooling-0.4.0.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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>teavm-eclipse-core-plugin</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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.0.qualifier"
version="0.4.0"
provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;">

<description url="http://www.example.com/description">
Expand Down
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.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>teavm-eclipse-feature</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion 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.0.qualifier"
version="0.4.0"
provider-name="Alexey Andreev &lt;konsoletyper@gmail.com&gt;">

<description url="http://www.example.com/description">
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.0-SNAPSHOT</version>
<version>0.4.0</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.0.qualifier
Bundle-Version: 0.4.0
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
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/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.0-SNAPSHOT</version>
<version>0.4.0</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.0.qualifier
Bundle-Version: 0.4.0
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
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.0-SNAPSHOT</version>
<version>0.4.0</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.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>teavm-eclipse</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tools/eclipse/updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/teavm-eclipse-feature_0.4.0.qualifier.jar" id="teavm-eclipse-feature"
<feature url="features/teavm-eclipse-feature_0.4.0.jar" id="teavm-eclipse-feature"
version="0.4.0.qualifier">
<category name="teavm-category"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.4.0.qualifier.jar" id="teavm-eclipse-m2e-feature"
<feature url="features/teavm-eclipse-m2e-feature_0.4.0.jar" id="teavm-eclipse-m2e-feature"
version="0.4.0.qualifier">
<category name="teavm-category"/>
</feature>
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.0-SNAPSHOT</version>
<version>0.4.0</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.0.qualifier.jar" id="teavm-eclipse-feature" version="0.0.0">
<feature url="features/teavm-eclipse-feature_0.4.0.jar" id="teavm-eclipse-feature" version="0.0.0">
<category name="teavm-eclipse-caregory"/>
</feature>
<feature url="features/teavm-eclipse-m2e-feature_0.4.0.qualifier.jar" id="teavm-eclipse-m2e-feature" version="0.0.0">
<feature url="features/teavm-eclipse-m2e-feature_0.4.0.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 f25b2d4

Please sign in to comment.