Manually increasing the version to get ready for 0.5 release
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 26 Mar 2013 09:42:42 +0100
changeset 8947aa92399ad18
parent 893 20fb32569339
child 895 850b213f47db
Manually increasing the version to get ready for 0.5 release
rt/archetype/src/main/resources/archetype-resources/nbactions.xml
rt/archetype/src/main/resources/archetype-resources/pom.xml
     1.1 --- a/rt/archetype/src/main/resources/archetype-resources/nbactions.xml	Tue Mar 26 09:29:05 2013 +0100
     1.2 +++ b/rt/archetype/src/main/resources/archetype-resources/nbactions.xml	Tue Mar 26 09:42:42 2013 +0100
     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.5-SNAPSHOT:brwsr</goal>
     1.8 +            <goal>org.apidesign.bck2brwsr:mojo:0.5:brwsr</goal>
     1.9          </goals>
    1.10      </action>
    1.11  </actions>
     2.1 --- a/rt/archetype/src/main/resources/archetype-resources/pom.xml	Tue Mar 26 09:29:05 2013 +0100
     2.2 +++ b/rt/archetype/src/main/resources/archetype-resources/pom.xml	Tue Mar 26 09:42:42 2013 +0100
     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.5-SNAPSHOT</version>
     2.8 +                <version>0.5</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.5-SNAPSHOT</version>
    2.17 +      <version>0.5</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.5-SNAPSHOT</version>
    2.24 +      <version>0.5</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.5-SNAPSHOT</version>
    2.33 +      <version>0.5</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.5-SNAPSHOT</version>
    2.40 +      <version>0.5</version>
    2.41        <scope>test</scope>
    2.42      </dependency>
    2.43    </dependencies>