Official teavm version has been uploaded to Maven central. Switching to it. teavm
authorJaroslav Tulach <jtulach@netbeans.org>
Thu, 20 Mar 2014 10:55:11 +0100
branchteavm
changeset 115c9ea9ae71c2c
parent 105 ea79b73d590a
child 116 4dce5ea7e13a
child 220 35d0118c1490
Official teavm version has been uploaded to Maven central. Switching to it.
chess/pom.xml
minesweeper/pom.xml
pom.xml
     1.1 --- a/chess/pom.xml	Tue Mar 11 20:50:57 2014 +0100
     1.2 +++ b/chess/pom.xml	Thu Mar 20 10:55:11 2014 +0100
     1.3 @@ -264,19 +264,19 @@
     1.4                    <plugin>
     1.5                        <groupId>org.teavm</groupId>
     1.6                        <artifactId>teavm-maven-plugin</artifactId>
     1.7 -                      <version>0.0.1-SNAPSHOT</version>
     1.8 +                      <version>${teavm.version}</version>
     1.9                        <dependencies>
    1.10                            <dependency>
    1.11                                <groupId>org.teavm</groupId>
    1.12                                <artifactId>teavm-classlib</artifactId>
    1.13 -                              <version>0.0.1-SNAPSHOT</version>
    1.14 +                              <version>${teavm.version}</version>
    1.15                            </dependency>
    1.16                            <!-- This module adds html4j support. It mainly includes JavaScriptBuilder support.
    1.17                            Also there are some little patches to JCL emulation, that are required to pass TCK -->
    1.18                            <dependency>
    1.19                                <groupId>org.teavm</groupId>
    1.20                                <artifactId>teavm-html4j</artifactId>
    1.21 -                              <version>0.0.1-SNAPSHOT</version>
    1.22 +                              <version>${teavm.version}</version>
    1.23                            </dependency>
    1.24                        </dependencies>
    1.25                        <executions>
     2.1 --- a/minesweeper/pom.xml	Tue Mar 11 20:50:57 2014 +0100
     2.2 +++ b/minesweeper/pom.xml	Thu Mar 20 10:55:11 2014 +0100
     2.3 @@ -305,19 +305,19 @@
     2.4                    <plugin>
     2.5                        <groupId>org.teavm</groupId>
     2.6                        <artifactId>teavm-maven-plugin</artifactId>
     2.7 -                      <version>0.0.1-SNAPSHOT</version>
     2.8 +                      <version>${teavm.version}</version>
     2.9                        <dependencies>
    2.10                            <dependency>
    2.11                                <groupId>org.teavm</groupId>
    2.12                                <artifactId>teavm-classlib</artifactId>
    2.13 -                              <version>0.0.1-SNAPSHOT</version>
    2.14 +                              <version>${teavm.version}</version>
    2.15                            </dependency>
    2.16                            <!-- This module adds html4j support. It mainly includes JavaScriptBuilder support.
    2.17                            Also there are some little patches to JCL emulation, that are required to pass TCK -->
    2.18                            <dependency>
    2.19                                <groupId>org.teavm</groupId>
    2.20                                <artifactId>teavm-html4j</artifactId>
    2.21 -                              <version>0.0.1-SNAPSHOT</version>
    2.22 +                              <version>${teavm.version}</version>
    2.23                            </dependency>
    2.24                        </dependencies>
    2.25                        <executions>
     3.1 --- a/pom.xml	Tue Mar 11 20:50:57 2014 +0100
     3.2 +++ b/pom.xml	Thu Mar 20 10:55:11 2014 +0100
     3.3 @@ -15,6 +15,7 @@
     3.4        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     3.5        <net.java.html.version>0.7.5</net.java.html.version>
     3.6        <bck2brwsr.version>0.8.1</bck2brwsr.version>
     3.7 +      <teavm.version>0.1</teavm.version>
     3.8        <license>COPYING</license>
     3.9    </properties>
    3.10    <modules>