# HG changeset patch # User Jaroslav Tulach # Date 1368454281 -7200 # Node ID 5201a2a0ccd14a49246aa3ce3d3546f8f9fe135b # Parent e684cc5dec3248ee864e2d0c30c5d67a74eb3596 Simpler way to maintain correct versioning. Replace it on resources copy. diff -r e684cc5dec32 -r 5201a2a0ccd1 rt/archetype/pom.xml --- a/rt/archetype/pom.xml Fri May 10 00:05:40 2013 +0200 +++ b/rt/archetype/pom.xml Mon May 13 16:11:21 2013 +0200 @@ -17,6 +17,22 @@ virtual machine. + + + src/main/resources + true + + **/pom.xml + + + + src/main/resources + false + + **/pom.xml + + + org.apache.maven.plugins @@ -29,6 +45,15 @@ org.apache.maven.plugins + maven-resources-plugin + 2.6 + + \ + 1.6 + + + + org.apache.maven.plugins maven-surefire-plugin true diff -r e684cc5dec32 -r 5201a2a0ccd1 rt/archetype/src/main/resources/archetype-resources/pom.xml --- a/rt/archetype/src/main/resources/archetype-resources/pom.xml Fri May 10 00:05:40 2013 +0200 +++ b/rt/archetype/src/main/resources/archetype-resources/pom.xml Mon May 13 16:11:21 2013 +0200 @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - ${groupId} - ${artifactId} - ${version} + \${groupId} + \${artifactId} + \${version} jar - ${artifactId} + \${artifactId} @@ -53,7 +53,7 @@ - ${package.replace('.','/')}/index.html + \${package.replace('.','/')}/index.html @@ -103,13 +103,13 @@ org.apidesign.bck2brwsr emul - 0.8-SNAPSHOT + ${project.version} rt org.apidesign.bck2brwsr javaquery.api - 0.8-SNAPSHOT + ${project.version} org.testng @@ -122,13 +122,13 @@ vm4brwsr js zip - 0.8-SNAPSHOT + ${project.version} provided org.apidesign.bck2brwsr vmtest - 0.8-SNAPSHOT + ${project.version} test