launcher/pom.xml
changeset 1091 3904623ea995
parent 1089 23572dc719bd
child 1099 dcc7ab0f2692
     1.1 --- a/launcher/pom.xml	Thu May 09 23:08:50 2013 +0200
     1.2 +++ b/launcher/pom.xml	Thu May 09 23:26:37 2013 +0200
     1.3 @@ -4,11 +4,11 @@
     1.4    <parent>
     1.5      <artifactId>bck2brwsr</artifactId>
     1.6      <groupId>org.apidesign</groupId>
     1.7 -    <version>0.7</version>
     1.8 +    <version>0.8-SNAPSHOT</version>
     1.9    </parent>
    1.10    <groupId>org.apidesign.bck2brwsr</groupId>
    1.11    <artifactId>launcher-pom</artifactId>
    1.12 -  <version>0.7.1</version>
    1.13 +  <version>0.8-SNAPSHOT</version>
    1.14    <packaging>pom</packaging>
    1.15    <name>Launchers</name>
    1.16    <properties>
    1.17 @@ -19,8 +19,4 @@
    1.18      <module>http</module>
    1.19      <module>fx</module>
    1.20    </modules>
    1.21 -
    1.22 -  <scm>
    1.23 -    <tag>release-${releaseVersion}</tag>
    1.24 -  </scm>
    1.25  </project>
    1.26 \ No newline at end of file