This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-models.git
The following commit(s) were added to refs/heads/main by this push:
new b9a04b0 OPENNLP-1630 Move to Apache Parent 33 (#17)
b9a04b0 is described below
commit b9a04b01331c782472a1243a17f3df1899e3738a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 30 17:52:24 2024 +0100
OPENNLP-1630 Move to Apache Parent 33 (#17)
---
pom.xml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 744e796..2f94bb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>29</version>
+ <version>33</version>
<relativePath />
</parent>
@@ -94,18 +94,18 @@
<properties>
<!-- Build Properties -->
<java.version>17</java.version>
+ <maven.compiler.release>${java.version}</maven.compiler.release>
+ <maven.compiler.target>${java.version}</maven.compiler.target>
<maven.version>3.6.3</maven.version>
<asf.dist.base>https://dist.apache.org/repos/dist/release/opennlp/models/</asf.dist.base>
<sf.dist.base>https://opennlp.sourceforge.net/models-1.5/</sf.dist.base>
- <!-- set a fixed value here to enable reproducable builds -->
+ <!-- set a fixed value here to enable reproducible builds -->
<project.build.outputTimestamp>2024-10-22T08:34:41Z</project.build.outputTimestamp>
<!-- maven plugin versions -->
- <enforcer.plugin.version>3.5.0</enforcer.plugin.version>
<download.plugin.version>1.11.1</download.plugin.version>
- <compiler.plugin.version>3.13.0</compiler.plugin.version>
<build-helper.plugin.version>3.6.0</build-helper.plugin.version>
<exec.plugin.version>3.5.0</exec.plugin.version>
<javadoc.plugin.version>3.10.1</javadoc.plugin.version>
@@ -170,7 +170,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${compiler.plugin.version}</version>
<configuration>
<release>${java.version}</release>
<compilerArgument>-Xlint</compilerArgument>
@@ -201,7 +200,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>${enforcer.plugin.version}</version>
<executions>
<execution>
<id>enforce-java</id>