# HG changeset patch # User Jaroslav Tulach # Date 1366281091 -7200 # Node ID ad7b9ae807a1a3c09f89ef8427f50c4c3f9cb966 # Parent f268375927446a8bc40e0a08a0c3b9c17b3fdf9f Update the archetype to use 0.7 snapshot diff -r f26837592744 -r ad7b9ae807a1 rt/archetype/src/main/resources/archetype-resources/nbactions.xml --- a/rt/archetype/src/main/resources/archetype-resources/nbactions.xml Wed Apr 17 13:42:51 2013 +0200 +++ b/rt/archetype/src/main/resources/archetype-resources/nbactions.xml Thu Apr 18 12:31:31 2013 +0200 @@ -4,7 +4,7 @@ run process-classes - org.apidesign.bck2brwsr:mojo:0.6:brwsr + org.apidesign.bck2brwsr:mojo:0.7-SNAPSHOT:brwsr diff -r f26837592744 -r ad7b9ae807a1 rt/archetype/src/main/resources/archetype-resources/pom.xml --- a/rt/archetype/src/main/resources/archetype-resources/pom.xml Wed Apr 17 13:42:51 2013 +0200 +++ b/rt/archetype/src/main/resources/archetype-resources/pom.xml Thu Apr 18 12:31:31 2013 +0200 @@ -44,7 +44,7 @@ org.apidesign.bck2brwsr mojo - 0.6 + 0.7-SNAPSHOT @@ -103,13 +103,13 @@ org.apidesign.bck2brwsr emul - 0.6 + 0.7-SNAPSHOT rt org.apidesign.bck2brwsr javaquery.api - 0.6 + 0.7-SNAPSHOT org.testng @@ -122,13 +122,13 @@ vm4brwsr js zip - 0.6 + 0.7-SNAPSHOT provided org.apidesign.bck2brwsr vmtest - 0.6 + 0.7-SNAPSHOT test diff -r f26837592744 -r ad7b9ae807a1 rt/archetype/src/test/java/org/apidesign/bck2brwsr/archetype/ArchetypeVersionTest.java --- a/rt/archetype/src/test/java/org/apidesign/bck2brwsr/archetype/ArchetypeVersionTest.java Wed Apr 17 13:42:51 2013 +0200 +++ b/rt/archetype/src/test/java/org/apidesign/bck2brwsr/archetype/ArchetypeVersionTest.java Thu Apr 18 12:31:31 2013 +0200 @@ -24,7 +24,6 @@ import javax.xml.xpath.XPathExpression; import javax.xml.xpath.XPathFactory; import org.testng.annotations.Test; -import org.xml.sax.InputSource; import static org.testng.Assert.*; import org.testng.annotations.BeforeClass; import org.w3c.dom.Document;