Skip to content

Commit

Permalink
OPENNLP-1630 Move to Apache Parent 33 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent d712730 commit b9a04b0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>29</version>
<version>33</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit b9a04b0

Please sign in to comment.