Additional tweaks to eliminate references to SNAPSHOT versions
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 30 Apr 2013 15:19:27 +0200
changeset 10639e3a4ba88c2f
parent 1060 e3845e4f0ec8
child 1064 4e09d2b924ff
child 1066 6792dc0bafb9
Additional tweaks to eliminate references to SNAPSHOT versions
javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html
rt/archetype/src/main/resources/archetype-resources/pom.xml
     1.1 --- a/javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html	Tue Apr 30 15:15:46 2013 +0200
     1.2 +++ b/javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html	Tue Apr 30 15:19:27 2013 +0200
     1.3 @@ -90,7 +90,7 @@
     1.4          
     1.5          <script src="bck2brwsr.js"></script>
     1.6          <script type="text/javascript">
     1.7 -            var vm = bck2brwsr('demo-twitter-0.6-SNAPSHOT.jar');
     1.8 +            var vm = bck2brwsr('demo-twitter-0.7.jar');
     1.9              vm.loadClass('org.apidesign.bck2brwsr.demo.twitter.TwitterClient');
    1.10          </script>
    1.11  
     2.1 --- a/rt/archetype/src/main/resources/archetype-resources/pom.xml	Tue Apr 30 15:15:46 2013 +0200
     2.2 +++ b/rt/archetype/src/main/resources/archetype-resources/pom.xml	Tue Apr 30 15:19:27 2013 +0200
     2.3 @@ -44,7 +44,7 @@
     2.4              <plugin>
     2.5                  <groupId>org.apidesign.bck2brwsr</groupId>
     2.6                  <artifactId>bck2brwsr-maven-plugin</artifactId>
     2.7 -                <version>0.7-SNAPSHOT</version>
     2.8 +                <version>0.7</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.7-SNAPSHOT</version>
    2.17 +      <version>0.7</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.7-SNAPSHOT</version>
    2.24 +      <version>0.7</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.7-SNAPSHOT</version>
    2.33 +      <version>0.7</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.7-SNAPSHOT</version>
    2.40 +      <version>0.7</version>
    2.41        <scope>test</scope>
    2.42      </dependency>
    2.43    </dependencies>