[maven-release-plugin] prepare release 1.7.0

This commit is contained in:
Patrick Gotthard 2016-07-24 12:36:15 +02:00
parent b7a715d54a
commit 63bd54f047
10 changed files with 20 additions and 21 deletions

23
pom.xml
View file

@ -1,11 +1,10 @@
<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>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
@ -38,7 +37,7 @@
<connection>scm:git:ssh://github.com/rometools/rome.git</connection> <connection>scm:git:ssh://github.com/rometools/rome.git</connection>
<developerConnection>scm:git:ssh://git@github.com/rometools/rome.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/rometools/rome.git</developerConnection>
<url>https://github.com/rometools/rome</url> <url>https://github.com/rometools/rome</url>
<tag>HEAD</tag> <tag>1.7.0</tag>
</scm> </scm>
<developers> <developers>
@ -239,42 +238,42 @@
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome</artifactId> <artifactId>rome</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-certiorem</artifactId> <artifactId>rome-certiorem</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-certiorem-webapp</artifactId> <artifactId>rome-certiorem-webapp</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-fetcher</artifactId> <artifactId>rome-fetcher</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-modules</artifactId> <artifactId>rome-modules</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-opml</artifactId> <artifactId>rome-opml</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-propono</artifactId> <artifactId>rome-propono</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-utils</artifactId> <artifactId>rome-utils</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</dependency> </dependency>
<!-- JDOM --> <!-- JDOM -->
<dependency> <dependency>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</parent> </parent>
<artifactId>rome-certiorem-webapp</artifactId> <artifactId>rome-certiorem-webapp</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</parent> </parent>
<artifactId>rome-certiorem</artifactId> <artifactId>rome-certiorem</artifactId>

View file

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</parent> </parent>
<artifactId>rome-fetcher</artifactId> <artifactId>rome-fetcher</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</parent> </parent>
<artifactId>rome-modules</artifactId> <artifactId>rome-modules</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</parent> </parent>
<artifactId>rome-opml</artifactId> <artifactId>rome-opml</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</parent> </parent>
<artifactId>rome-osgi-test</artifactId> <artifactId>rome-osgi-test</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</parent> </parent>
<artifactId>rome-propono</artifactId> <artifactId>rome-propono</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</parent> </parent>
<artifactId>rome-utils</artifactId> <artifactId>rome-utils</artifactId>

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.rometools</groupId> <groupId>com.rometools</groupId>
<artifactId>rome-parent</artifactId> <artifactId>rome-parent</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0</version>
</parent> </parent>
<artifactId>rome</artifactId> <artifactId>rome</artifactId>