[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-ffa450edef68maven-plugin-tools-3.5
commit
9107632fe9
|
|
@ -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
12
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue