Fix modello-plugin-velocity which breaks the release plugin

This commit is contained in:
Guillaume Nodet 2022-10-14 22:19:24 +02:00
parent 2b6977a85f
commit f84d8338ab
9 changed files with 8 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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