pom.xml
changeset 819 caf1e66268fd
parent 810 9eb750594b15
child 821 60caf5806aa8
     1.1 --- a/pom.xml	Mon Mar 04 19:20:40 2013 +0100
     1.2 +++ b/pom.xml	Thu Mar 07 23:33:50 2013 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4    <modelVersion>4.0.0</modelVersion>
     1.5    <groupId>org.apidesign</groupId>
     1.6    <artifactId>bck2brwsr</artifactId>
     1.7 -  <version>0.4-SNAPSHOT</version>
     1.8 +  <version>0.4</version>
     1.9    <packaging>pom</packaging>
    1.10    <name>Back 2 Browser</name>
    1.11    <parent>
    1.12 @@ -33,6 +33,7 @@
    1.13        <connection>scm:hg:http://source.apidesign.org/hg/bck2brwsr</connection>
    1.14        <developerConnection>scm:hg:https://source.apidesign.org/hg/bck2brwsr</developerConnection>
    1.15        <url>http://source.apidesign.org/hg/bck2brwsr</url>
    1.16 +    <tag>release-${releaseVersion}</tag>
    1.17    </scm>
    1.18    <repositories>
    1.19        <repository>
    1.20 @@ -86,7 +87,14 @@
    1.21                    </excludes>
    1.22                </configuration>
    1.23            </plugin>
    1.24 -      </plugins>
    1.25 +          <plugin>
    1.26 +              <groupId>org.apache.maven.plugins</groupId>
    1.27 +              <artifactId>maven-release-plugin</artifactId>
    1.28 +              <version>2.4</version>
    1.29 +              <configuration>
    1.30 +                  <tag>release-${releaseVersion}</tag>
    1.31 +              </configuration>
    1.32 +          </plugin>      </plugins>
    1.33        <pluginManagement>
    1.34            <plugins>
    1.35                <plugin>