[maven-release-plugin] prepare release 1.0.0.Beta3

This commit is contained in:
Gunnar Morling 2014-11-30 19:43:17 +01:00
parent 7ab9e77529
commit d18cb9c64d
9 changed files with 13 additions and 14 deletions

View File

@ -25,7 +25,7 @@
<parent> <parent>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId> <artifactId>mapstruct-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Beta3</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>

View File

@ -25,7 +25,7 @@
<parent> <parent>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId> <artifactId>mapstruct-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Beta3</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>

View File

@ -25,7 +25,7 @@
<parent> <parent>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId> <artifactId>mapstruct-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Beta3</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>

View File

@ -25,7 +25,7 @@
<parent> <parent>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId> <artifactId>mapstruct-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Beta3</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>

View File

@ -25,7 +25,7 @@
<parent> <parent>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId> <artifactId>mapstruct-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Beta3</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>

View File

@ -19,14 +19,13 @@
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId> <artifactId>mapstruct-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Beta3</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>

View File

@ -31,7 +31,7 @@
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId> <artifactId>mapstruct-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Beta3</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>MapStruct Parent</name> <name>MapStruct Parent</name>
@ -45,7 +45,7 @@
<org.apache.maven.plugins.enforcer.version>1.2</org.apache.maven.plugins.enforcer.version> <org.apache.maven.plugins.enforcer.version>1.2</org.apache.maven.plugins.enforcer.version>
<org.apache.maven.plugins.surefire.version>2.17</org.apache.maven.plugins.surefire.version> <org.apache.maven.plugins.surefire.version>2.17</org.apache.maven.plugins.surefire.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version> <org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<add.release.arguments></add.release.arguments> <add.release.arguments />
<forkCount>1</forkCount> <forkCount>1</forkCount>
</properties> </properties>
@ -70,7 +70,7 @@
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection> <connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
<developerConnection>scm:git:git@github.com:mapstruct/mapstruct.git</developerConnection> <developerConnection>scm:git:git@github.com:mapstruct/mapstruct.git</developerConnection>
<url>https://github.com/mapstruct/mapstruct/</url> <url>https://github.com/mapstruct/mapstruct/</url>
<tag>HEAD</tag> <tag>1.0.0.Beta3</tag>
</scm> </scm>
<issueManagement> <issueManagement>

View File

@ -26,7 +26,7 @@
<parent> <parent>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId> <artifactId>mapstruct-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Beta3</version>
<relativePath>parent/pom.xml</relativePath> <relativePath>parent/pom.xml</relativePath>
</parent> </parent>
@ -71,7 +71,7 @@
<connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection> <connection>scm:git:git://github.com/mapstruct/mapstruct.git</connection>
<developerConnection>scm:git:git@github.com:mapstruct/mapstruct.git</developerConnection> <developerConnection>scm:git:git@github.com:mapstruct/mapstruct.git</developerConnection>
<url>https://github.com/mapstruct/mapstruct/</url> <url>https://github.com/mapstruct/mapstruct/</url>
<tag>HEAD</tag> <tag>1.0.0.Beta3</tag>
</scm> </scm>
<profiles> <profiles>

View File

@ -25,7 +25,7 @@
<parent> <parent>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-parent</artifactId> <artifactId>mapstruct-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Beta3</version>
<relativePath>../parent/pom.xml</relativePath> <relativePath>../parent/pom.xml</relativePath>
</parent> </parent>