mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
[maven-release-plugin] prepare release 1.1.0.Beta1
This commit is contained in:
parent
ee2ff03c5b
commit
deacfc2c6a
@ -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.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -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.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -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.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -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.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -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.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -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.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@ -91,9 +91,9 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<backend>pdf</backend>
|
<backend>pdf</backend>
|
||||||
<attributes>
|
<attributes>
|
||||||
<pagenums/>
|
<pagenums />
|
||||||
<toc/>
|
<toc />
|
||||||
<idprefix/>
|
<idprefix />
|
||||||
<idseparator>-</idseparator>
|
<idseparator>-</idseparator>
|
||||||
</attributes>
|
</attributes>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -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.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
<groupId>org.mapstruct</groupId>
|
<groupId>org.mapstruct</groupId>
|
||||||
<artifactId>mapstruct-parent</artifactId>
|
<artifactId>mapstruct-parent</artifactId>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>MapStruct Parent</name>
|
<name>MapStruct Parent</name>
|
||||||
@ -73,7 +73,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.1.0.Beta1</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
4
pom.xml
4
pom.xml
@ -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.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</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.1.0.Beta1</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
@ -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.1-SNAPSHOT</version>
|
<version>1.1.0.Beta1</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user