Update the archetype to use 0.7 snapshot
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 18 Apr 2013 12:31:31 +0200
changeset 1008ad7b9ae807a1
parent 1002 f26837592744
child 1009 80c46ea076d3
Update the archetype to use 0.7 snapshot
rt/archetype/src/main/resources/archetype-resources/nbactions.xml
rt/archetype/src/main/resources/archetype-resources/pom.xml
rt/archetype/src/test/java/org/apidesign/bck2brwsr/archetype/ArchetypeVersionTest.java
     1.1 --- a/rt/archetype/src/main/resources/archetype-resources/nbactions.xml	Wed Apr 17 13:42:51 2013 +0200
     1.2 +++ b/rt/archetype/src/main/resources/archetype-resources/nbactions.xml	Thu Apr 18 12:31:31 2013 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4          <actionName>run</actionName>
     1.5          <goals>
     1.6              <goal>process-classes</goal>
     1.7 -            <goal>org.apidesign.bck2brwsr:mojo:0.6:brwsr</goal>
     1.8 +            <goal>org.apidesign.bck2brwsr:mojo:0.7-SNAPSHOT:brwsr</goal>
     1.9          </goals>
    1.10      </action>
    1.11  </actions>
     2.1 --- a/rt/archetype/src/main/resources/archetype-resources/pom.xml	Wed Apr 17 13:42:51 2013 +0200
     2.2 +++ b/rt/archetype/src/main/resources/archetype-resources/pom.xml	Thu Apr 18 12:31:31 2013 +0200
     2.3 @@ -44,7 +44,7 @@
     2.4              <plugin>
     2.5                  <groupId>org.apidesign.bck2brwsr</groupId>
     2.6                  <artifactId>mojo</artifactId>
     2.7 -                <version>0.6</version>
     2.8 +                <version>0.7-SNAPSHOT</version>
     2.9                  <executions>
    2.10                      <execution>
    2.11                          <goals>
    2.12 @@ -103,13 +103,13 @@
    2.13      <dependency>
    2.14        <groupId>org.apidesign.bck2brwsr</groupId>
    2.15        <artifactId>emul</artifactId>
    2.16 -      <version>0.6</version>
    2.17 +      <version>0.7-SNAPSHOT</version>
    2.18        <classifier>rt</classifier>
    2.19      </dependency>
    2.20      <dependency>
    2.21        <groupId>org.apidesign.bck2brwsr</groupId>
    2.22        <artifactId>javaquery.api</artifactId>
    2.23 -      <version>0.6</version>
    2.24 +      <version>0.7-SNAPSHOT</version>
    2.25      </dependency>
    2.26      <dependency>
    2.27        <groupId>org.testng</groupId>
    2.28 @@ -122,13 +122,13 @@
    2.29        <artifactId>vm4brwsr</artifactId>
    2.30        <classifier>js</classifier>
    2.31        <type>zip</type>
    2.32 -      <version>0.6</version>
    2.33 +      <version>0.7-SNAPSHOT</version>
    2.34        <scope>provided</scope>
    2.35      </dependency>
    2.36      <dependency>
    2.37        <groupId>org.apidesign.bck2brwsr</groupId>
    2.38        <artifactId>vmtest</artifactId>
    2.39 -      <version>0.6</version>
    2.40 +      <version>0.7-SNAPSHOT</version>
    2.41        <scope>test</scope>
    2.42      </dependency>
    2.43    </dependencies>
     3.1 --- a/rt/archetype/src/test/java/org/apidesign/bck2brwsr/archetype/ArchetypeVersionTest.java	Wed Apr 17 13:42:51 2013 +0200
     3.2 +++ b/rt/archetype/src/test/java/org/apidesign/bck2brwsr/archetype/ArchetypeVersionTest.java	Thu Apr 18 12:31:31 2013 +0200
     3.3 @@ -24,7 +24,6 @@
     3.4  import javax.xml.xpath.XPathExpression;
     3.5  import javax.xml.xpath.XPathFactory;
     3.6  import org.testng.annotations.Test;
     3.7 -import org.xml.sax.InputSource;
     3.8  import static org.testng.Assert.*;
     3.9  import org.testng.annotations.BeforeClass;
    3.10  import org.w3c.dom.Document;