[maven-release-plugin] prepare for next development iteration

This commit is contained in:
rfscholte 2019-11-19 20:17:36 +01:00
parent cecedd3430
commit ead06d23d4
15 changed files with 16 additions and 16 deletions

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>apache-maven</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-artifact</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-builder-support</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-compat</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-core</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-embedder</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-model-builder</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-model</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-api</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-repository-metadata</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-resolver-provider</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-settings-builder</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-settings</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>maven-slf4j-provider</artifactId>

View File

@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>maven</artifactId>
<version>3.6.3</version>
<version>3.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Maven</name>
@ -101,7 +101,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
<tag>maven-3.6.3</tag>
<tag>master</tag>
</scm>
<issueManagement>
<system>jira</system>