[maven-release-plugin] copy for tag maven-plugin-tools-3.5

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/tags/maven-plugin-tools-3.5@1757927 13f79535-47bb-0310-9956-ffa450edef68
maven-plugin-tools-3.5
Robert Scholte 2016-08-26 21:19:05 +00:00
commit 9107632fe9
3 changed files with 14 additions and 2 deletions

View File

@ -35,7 +35,7 @@ under the License.
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.2.1</version>
<version>1.5</version>
</skin>
<custom>

12
pom.xml
View File

@ -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>

View File

@ -33,7 +33,7 @@ under the License.
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.2.1</version>
<version>1.5</version>
</skin>
<custom>