This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch apache-33 in repository https://gitbox.apache.org/repos/asf/velocity-master.git
commit 350b04a9883fc7bd7e22a589ebaa686584768583 Author: Michael Osipov <[email protected]> AuthorDate: Fri Jul 19 17:10:41 2024 +0200 Upgrade to Apache Parent 33 --- pom/pom.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pom/pom.xml b/pom/pom.xml index dea5eaf..74496e9 100644 --- a/pom/pom.xml +++ b/pom/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>31</version> + <version>33</version> </parent> <groupId>org.apache.velocity</groupId> @@ -39,7 +39,6 @@ <inceptionYear>2000</inceptionYear> <properties> - <minimalMavenBuildVersion>3.2.5</minimalMavenBuildVersion> <javaVersion>8</javaVersion> <maven.compiler.source>${javaVersion}</maven.compiler.source> <maven.compiler.target>${javaVersion}</maven.compiler.target> @@ -211,13 +210,6 @@ <build> <pluginManagement> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <autoVersionSubmodules>true</autoVersionSubmodules> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> @@ -241,7 +233,7 @@ <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>extra-enforcer-rules</artifactId> - <version>1.7.0</version> + <version>1.8.0</version> </dependency> </dependencies> </plugin>
