diff --git a/ortools/java/pom-full.xml.in b/ortools/java/pom-full.xml.in index f77dfa46d5..dc58678ca5 100644 --- a/ortools/java/pom-full.xml.in +++ b/ortools/java/pom-full.xml.in @@ -118,7 +118,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.0 + 3.3.1 attach-sources @@ -131,7 +131,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.8.0 false ${maven.compiler.source} @@ -150,7 +150,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.5 sign-artifacts diff --git a/ortools/java/pom-local.xml.in b/ortools/java/pom-local.xml.in index 5cf680afba..5129ac592f 100644 --- a/ortools/java/pom-local.xml.in +++ b/ortools/java/pom-local.xml.in @@ -90,7 +90,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.0 + 3.3.1 attach-sources @@ -103,7 +103,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.8.0 false ${maven.compiler.source} @@ -122,7 +122,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.5 sign-artifacts diff --git a/ortools/java/pom-native.xml.in b/ortools/java/pom-native.xml.in index 29ba460145..ef7fb72eb8 100644 --- a/ortools/java/pom-native.xml.in +++ b/ortools/java/pom-native.xml.in @@ -70,7 +70,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.0 + 3.3.1 **/*.cxx @@ -88,7 +88,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.8.0 false ${maven.compiler.source} @@ -107,7 +107,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.5 sign-artifacts diff --git a/ortools/java/pom-sample.xml.in b/ortools/java/pom-sample.xml.in index cfaaa272e8..4640c57f53 100644 --- a/ortools/java/pom-sample.xml.in +++ b/ortools/java/pom-sample.xml.in @@ -77,7 +77,7 @@ com.google.guava guava - 30.1.1-jre + 33.3.0-jre @@ -86,7 +86,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.0 + 3.3.1 attach-sources @@ -99,7 +99,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.8.0 false ${maven.compiler.source} @@ -118,7 +118,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.5 sign-artifacts diff --git a/ortools/java/pom-test.xml.in b/ortools/java/pom-test.xml.in index 0737b1e5d7..fe81bd6b6d 100644 --- a/ortools/java/pom-test.xml.in +++ b/ortools/java/pom-test.xml.in @@ -76,24 +76,24 @@ org.junit.jupiter junit-jupiter-engine - 5.7.0 + 5.11.0 test com.google.truth truth - 1.1.3 + 1.4.4 test com.google.guava guava - 30.1.1-jre + 33.3.0-jre com.google.auto.value auto-value - 1.8.2 + 1.11.0 provided @@ -102,12 +102,16 @@ maven-surefire-plugin - 2.22.2 + 3.5.0 + + + + org.apache.maven.plugins maven-source-plugin - 3.2.0 + 3.3.1 attach-sources @@ -120,7 +124,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.8.0 false ${maven.compiler.source} @@ -139,7 +143,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.5 sign-artifacts diff --git a/ortools/java/pom.xml.in b/ortools/java/pom.xml.in deleted file mode 100644 index 4c3795d893..0000000000 --- a/ortools/java/pom.xml.in +++ /dev/null @@ -1,167 +0,0 @@ - - -4.0.0 - -@JAVA_PACKAGE@ -@JAVA_PROJECT@ -@PROJECT_VERSION@ -jar - -${project.groupId}:${project.artifactId} -Google OR-Tools Java project. -https://github.com/google/or-tools - - - - The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - - Corentin "Mizux" Le Molgat - corentinl@google.com - Google LLC - http://www.google.com - - - Laurent Perron - lperron@google.com - Google LLC - http://www.google.com - - - - - scm:git:git://github.com/google/or-tools.git - scm:git:ssh://github.com:google/or-tools.git - http://github.com/google/or-tools/tree/main - HEAD - - - - GitHub Issues - http://github.com/google/or-tools/issues - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - UTF-8 - 1.8 - 1.8 - - - - - com.google.protobuf - protobuf-java - 4.27.3 - - - junit - junit - 4.11 - test - - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.0 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.2.0 - - false - ${maven.compiler.source} - ${maven.compiler.target} - -Xdoclint:none - - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - - - - - build-fat-jar - - - fatjar - true - - - - - - maven-assembly-plugin - - - jar-with-dependencies - - false - - - - make-assembly - package - - single - - - - - - - - - -