rt/archetype/src/main/resources/archetype-resources/pom.xml
changeset 1093 5201a2a0ccd1
parent 1065 75daa5478b89
child 1100 151f30e0892b
     1.1 --- a/rt/archetype/src/main/resources/archetype-resources/pom.xml	Tue Apr 30 15:22:57 2013 +0200
     1.2 +++ b/rt/archetype/src/main/resources/archetype-resources/pom.xml	Mon May 13 16:11:21 2013 +0200
     1.3 @@ -3,12 +3,12 @@
     1.4    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     1.5    <modelVersion>4.0.0</modelVersion>
     1.6  
     1.7 -  <groupId>${groupId}</groupId>
     1.8 -  <artifactId>${artifactId}</artifactId>
     1.9 -  <version>${version}</version>
    1.10 +  <groupId>\${groupId}</groupId>
    1.11 +  <artifactId>\${artifactId}</artifactId>
    1.12 +  <version>\${version}</version>
    1.13    <packaging>jar</packaging>
    1.14  
    1.15 -  <name>${artifactId}</name>
    1.16 +  <name>\${artifactId}</name>
    1.17  
    1.18    <repositories>
    1.19        <repository>
    1.20 @@ -53,7 +53,7 @@
    1.21                      </execution>
    1.22                  </executions>
    1.23                  <configuration>
    1.24 -                    <startpage>${package.replace('.','/')}/index.html</startpage>
    1.25 +                    <startpage>\${package.replace('.','/')}/index.html</startpage>
    1.26                  </configuration>
    1.27              </plugin>
    1.28           <plugin>
    1.29 @@ -103,13 +103,13 @@
    1.30      <dependency>
    1.31        <groupId>org.apidesign.bck2brwsr</groupId>
    1.32        <artifactId>emul</artifactId>
    1.33 -      <version>0.8-SNAPSHOT</version>
    1.34 +      <version>${project.version}</version>
    1.35        <classifier>rt</classifier>
    1.36      </dependency>
    1.37      <dependency>
    1.38        <groupId>org.apidesign.bck2brwsr</groupId>
    1.39        <artifactId>javaquery.api</artifactId>
    1.40 -      <version>0.8-SNAPSHOT</version>
    1.41 +      <version>${project.version}</version>
    1.42      </dependency>
    1.43      <dependency>
    1.44        <groupId>org.testng</groupId>
    1.45 @@ -122,13 +122,13 @@
    1.46        <artifactId>vm4brwsr</artifactId>
    1.47        <classifier>js</classifier>
    1.48        <type>zip</type>
    1.49 -      <version>0.8-SNAPSHOT</version>
    1.50 +      <version>${project.version}</version>
    1.51        <scope>provided</scope>
    1.52      </dependency>
    1.53      <dependency>
    1.54        <groupId>org.apidesign.bck2brwsr</groupId>
    1.55        <artifactId>vmtest</artifactId>
    1.56 -      <version>0.8-SNAPSHOT</version>
    1.57 +      <version>${project.version}</version>
    1.58        <scope>test</scope>
    1.59      </dependency>
    1.60    </dependencies>