Need to use fixed groupId
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 01 Feb 2013 14:48:40 +0100
changeset 6312c2331a0bb93
parent 605 3223b1897b71
child 632 ff8a017096d2
Need to use fixed groupId
mojo/src/main/resources/archetype-resources/pom.xml
     1.1 --- a/mojo/src/main/resources/archetype-resources/pom.xml	Tue Jan 29 20:16:56 2013 +0100
     1.2 +++ b/mojo/src/main/resources/archetype-resources/pom.xml	Fri Feb 01 14:48:40 2013 +0100
     1.3 @@ -60,7 +60,7 @@
     1.4        <scope>test</scope>
     1.5      </dependency>
     1.6      <dependency>
     1.7 -      <groupId>${project.groupId}</groupId>
     1.8 +      <groupId>org.apidesign.bck2brwsr</groupId>
     1.9        <artifactId>vmtest</artifactId>
    1.10        <version>0.3-SNAPSHOT</version>
    1.11        <scope>test</scope>