[maven-release-plugin] prepare release release-${releaseVersion} release-0.7.1
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 09 May 2013 23:08:50 +0200
changeset 108923572dc719bd
parent 1088 4b65abc39565
child 1090 351dc2687062
[maven-release-plugin] prepare release release-${releaseVersion}
launcher/api/pom.xml
launcher/fx/pom.xml
launcher/http/pom.xml
launcher/pom.xml
     1.1 --- a/launcher/api/pom.xml	Thu May 09 21:51:56 2013 +0200
     1.2 +++ b/launcher/api/pom.xml	Thu May 09 23:08:50 2013 +0200
     1.3 @@ -4,11 +4,11 @@
     1.4    <parent>
     1.5      <groupId>org.apidesign.bck2brwsr</groupId>
     1.6      <artifactId>launcher-pom</artifactId>
     1.7 -    <version>0.8-SNAPSHOT</version>
     1.8 +    <version>0.7.1</version>
     1.9    </parent>
    1.10    <groupId>org.apidesign.bck2brwsr</groupId>
    1.11    <artifactId>launcher</artifactId>
    1.12 -  <version>0.8-SNAPSHOT</version>
    1.13 +  <version>0.7.1</version>
    1.14    <name>Launcher API</name>
    1.15    <url>http://maven.apache.org</url>
    1.16    <properties>
     2.1 --- a/launcher/fx/pom.xml	Thu May 09 21:51:56 2013 +0200
     2.2 +++ b/launcher/fx/pom.xml	Thu May 09 23:08:50 2013 +0200
     2.3 @@ -4,11 +4,11 @@
     2.4    <parent>
     2.5      <groupId>org.apidesign.bck2brwsr</groupId>
     2.6      <artifactId>launcher-pom</artifactId>
     2.7 -    <version>0.8-SNAPSHOT</version>
     2.8 +    <version>0.7.1</version>
     2.9    </parent>
    2.10    <groupId>org.apidesign.bck2brwsr</groupId>
    2.11    <artifactId>launcher.fx</artifactId>
    2.12 -  <version>0.8-SNAPSHOT</version>
    2.13 +  <version>0.7.1</version>
    2.14    <name>FXBrwsr Launcher</name>
    2.15    <url>http://maven.apache.org</url>
    2.16      <build>
     3.1 --- a/launcher/http/pom.xml	Thu May 09 21:51:56 2013 +0200
     3.2 +++ b/launcher/http/pom.xml	Thu May 09 23:08:50 2013 +0200
     3.3 @@ -4,11 +4,11 @@
     3.4    <parent>
     3.5      <groupId>org.apidesign.bck2brwsr</groupId>
     3.6      <artifactId>launcher-pom</artifactId>
     3.7 -    <version>0.8-SNAPSHOT</version>
     3.8 +    <version>0.7.1</version>
     3.9    </parent>
    3.10    <groupId>org.apidesign.bck2brwsr</groupId>
    3.11    <artifactId>launcher.http</artifactId>
    3.12 -  <version>0.8-SNAPSHOT</version>
    3.13 +  <version>0.7.1</version>
    3.14    <name>Bck2Brwsr Launcher</name>
    3.15    <url>http://maven.apache.org</url>
    3.16      <build>
    3.17 @@ -54,7 +54,7 @@
    3.18      <dependency>
    3.19        <groupId>${project.groupId}</groupId>
    3.20        <artifactId>vm4brwsr</artifactId>
    3.21 -      <version>${project.version}</version>
    3.22 +      <version>0.7</version>
    3.23      </dependency>
    3.24    </dependencies>
    3.25  </project>
     4.1 --- a/launcher/pom.xml	Thu May 09 21:51:56 2013 +0200
     4.2 +++ b/launcher/pom.xml	Thu May 09 23:08:50 2013 +0200
     4.3 @@ -4,11 +4,11 @@
     4.4    <parent>
     4.5      <artifactId>bck2brwsr</artifactId>
     4.6      <groupId>org.apidesign</groupId>
     4.7 -    <version>0.8-SNAPSHOT</version>
     4.8 +    <version>0.7</version>
     4.9    </parent>
    4.10    <groupId>org.apidesign.bck2brwsr</groupId>
    4.11    <artifactId>launcher-pom</artifactId>
    4.12 -  <version>0.8-SNAPSHOT</version>
    4.13 +  <version>0.7.1</version>
    4.14    <packaging>pom</packaging>
    4.15    <name>Launchers</name>
    4.16    <properties>
    4.17 @@ -19,4 +19,8 @@
    4.18      <module>http</module>
    4.19      <module>fx</module>
    4.20    </modules>
    4.21 +
    4.22 +  <scm>
    4.23 +    <tag>release-${releaseVersion}</tag>
    4.24 +  </scm>
    4.25  </project>
    4.26 \ No newline at end of file