mirror of https://github.com/apache/maven.git
Fix modello-plugin-velocity which breaks the release plugin
This commit is contained in:
parent
2b6977a85f
commit
f84d8338ab
|
@ -67,7 +67,6 @@ under the License.
|
|||
<plugin>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>modello-plugin-velocity</artifactId>
|
||||
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
||||
<configuration>
|
||||
<version>5.0.0</version>
|
||||
<models>
|
||||
|
|
|
@ -67,7 +67,6 @@ under the License.
|
|||
<plugin>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>modello-plugin-velocity</artifactId>
|
||||
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
||||
<configuration>
|
||||
<version>2.0.0</version>
|
||||
<models>
|
||||
|
|
|
@ -68,7 +68,6 @@ under the License.
|
|||
<plugin>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>modello-plugin-velocity</artifactId>
|
||||
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
||||
<configuration>
|
||||
<version>1.1.0</version>
|
||||
<models>
|
||||
|
|
|
@ -33,22 +33,17 @@
|
|||
Modello Velocity Plugin generates custom templates.
|
||||
</description>
|
||||
|
||||
<properties>
|
||||
<mavenPluginTools>3.6.4</mavenPluginTools>
|
||||
<maven>3.8.5</maven>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||
<artifactId>maven-plugin-annotations</artifactId>
|
||||
<version>${mavenPluginTools}</version>
|
||||
<version>3.6.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
<version>${maven}</version>
|
||||
<version>3.8.6</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
@ -60,7 +55,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core</artifactId>
|
||||
<version>${maven}</version>
|
||||
<version>3.8.6</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
|
@ -77,7 +77,6 @@ under the License.
|
|||
<plugin>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>modello-plugin-velocity</artifactId>
|
||||
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>velocity</id>
|
||||
|
|
|
@ -90,7 +90,6 @@ under the License.
|
|||
<plugin>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>modello-plugin-velocity</artifactId>
|
||||
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>velocity</id>
|
||||
|
|
|
@ -81,7 +81,6 @@ under the License.
|
|||
<plugin>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>modello-plugin-velocity</artifactId>
|
||||
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>velocity</id>
|
||||
|
|
|
@ -82,7 +82,6 @@ under the License.
|
|||
<plugin>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>modello-plugin-velocity</artifactId>
|
||||
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>velocity</id>
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -499,6 +499,11 @@ under the License.
|
|||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>modello-plugin-velocity</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue