diff --git a/pom.xml b/pom.xml index 6937d906f..abe9225e6 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ UTF-8 https://oss.sonatype.org/content/repositories/snapshots/ - 1.0 + 1.1 9.2.1.v20140609 1.7.7 diff --git a/teavm-samples/teavm-samples-benchmark/pom.xml b/teavm-samples/teavm-samples-benchmark/pom.xml index a0851d244..00c095804 100644 --- a/teavm-samples/teavm-samples-benchmark/pom.xml +++ b/teavm-samples/teavm-samples-benchmark/pom.xml @@ -1,20 +1,10 @@ - + + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -73,7 +63,6 @@ org.netbeans.html net.java.html.boot - 1.1 @@ -94,66 +83,66 @@ maven-jar-plugin 2.5 - - prepare-package - - jar - - - - - org.teamvm.samples.benchmark.htmljava.BenchmarkStarter - true - lib/ - false - - - - **/gwt/* - **/teavm/* - - - + + prepare-package + + jar + + + + + org.teamvm.samples.benchmark.htmljava.BenchmarkStarter + true + lib/ + false + + + + **/gwt/* + **/teavm/* + + + - org.teavm - teavm-maven-plugin - ${project.version} - - - web-client - prepare-package - - build-javascript - - - ${project.build.directory}/generated/js/teavm - org.teavm.samples.benchmark.teavm.BenchmarkStarter - SEPARATE - false - true - - - + org.teavm + teavm-maven-plugin + ${project.version} + + + web-client + prepare-package + + build-javascript + + + ${project.build.directory}/generated/js/teavm + org.teavm.samples.benchmark.teavm.BenchmarkStarter + SEPARATE + true + true + + + - org.codehaus.mojo - gwt-maven-plugin - 2.7.0 - - - - compile - - - 9 - - org.jbox2d:jbox2d-library - - - - + org.codehaus.mojo + gwt-maven-plugin + 2.7.0 + + + + compile + + + 9 + + org.jbox2d:jbox2d-library + + + + org.apache.maven.plugins @@ -172,11 +161,11 @@ html4j-maven-plugin 1.1 - - - process-js-annotations - - + + + process-js-annotations + + @@ -186,28 +175,28 @@ - - fx - - - org.netbeans.html - net.java.html.boot.fx - 1.1 - runtime - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.3.2 - - org.teavm.samples.benchmark.htmljava.BenchmarkFX - - - - - + + fx + + + org.netbeans.html + net.java.html.boot.fx + 1.1 + runtime + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.3.2 + + org.teavm.samples.benchmark.htmljava.BenchmarkFX + + + + + \ No newline at end of file