Rollback 3.5 release

Add extra-enforcer-rules 1.0-beta-5 to be able to generate docs

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1757916 13f79535-47bb-0310-9956-ffa450edef68
master
Robert Scholte 2016-08-26 20:07:12 +00:00
parent e0fe0f017f
commit 3aaa8d275c
14 changed files with 26 additions and 14 deletions

View File

@ -23,7 +23,7 @@
<parent>
<artifactId>maven-plugin-tools</artifactId>
<groupId>org.apache.maven.plugin-tools</groupId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-annotations</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<artifactId>maven-plugin-tools</artifactId>
<groupId>org.apache.maven.plugin-tools</groupId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<groupId>org.apache.maven.plugins</groupId>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-tools-annotations</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-tools-api</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-tools-generators</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-tools-java</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-tools-javadoc</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-tools-ant</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-tools-beanshell</artifactId>

View File

@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-tools-model</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-script-ant</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-script-beanshell</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
</parent>
<artifactId>maven-script</artifactId>

14
pom.xml
View File

@ -29,7 +29,7 @@
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Maven Plugin Tools</name>
@ -284,6 +284,18 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.0-beta-5</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<profiles>