This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch PomUpdate in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit 4538c1c31b2dafc6b33614e7ab5108546fa4bbd4 Author: Lee Rhodes <[email protected]> AuthorDate: Tue Nov 9 15:34:52 2021 -0800 Update pom --- pom.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 07fe47f..68fd099 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ under the License. <maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version> <!-- overrides parent --> <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> <!-- overrides parent --> <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> <!-- overrides parent --> - <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version> <!-- overrides parent --> + <maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version> <!-- overrides parent --> <maven-release-plugin.version>3.0.0-M4</maven-release-plugin.version> <!-- overrides parent --> <maven-remote-resources-plugin.version>[1.7.0,)</maven-remote-resources-plugin.version> <!-- overrides parent --> <maven-source-plugin.version>3.2.1</maven-source-plugin.version> <!-- overrides parent --> @@ -121,13 +121,13 @@ under the License. <!-- Apache Plugins --> <apache-rat-plugin.version>0.13</apache-rat-plugin.version> <!-- overrides parent --> <!-- org.jacoco Maven Plugins --> - <jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version> + <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version> <!-- org.eluder Maven Plugins --> <coveralls-repo-token></coveralls-repo-token> <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version> <!-- other --> <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version> - <git-commit-id-plugin.version>4.0.4</git-commit-id-plugin.version> + <git-commit-id-maven-plugin.version>5.0.0</git-commit-id-maven-plugin.version> </properties> <repositories> @@ -367,9 +367,9 @@ under the License. </plugin> <plugin> - <groupId>pl.project13.maven</groupId> - <artifactId>git-commit-id-plugin</artifactId> - <version>${git-commit-id-plugin.version}</version> + <groupId>io.github.git-commit-id</groupId> + <artifactId>git-commit-id-maven-plugin</artifactId> + <version>${git-commit-id-maven-plugin.version}</version> </plugin> </plugins> @@ -416,8 +416,8 @@ under the License. <artifactId>coveralls-maven-plugin</artifactId> </plugin> <plugin> - <groupId>pl.project13.maven</groupId> - <artifactId>git-commit-id-plugin</artifactId> + <groupId>io.github.git-commit-id</groupId> + <artifactId>git-commit-id-maven-plugin</artifactId> </plugin> </plugins> </build> @@ -503,9 +503,9 @@ under the License. <pluginManagement> <plugins> <plugin> - <groupId>pl.project13.maven</groupId> - <artifactId>git-commit-id-plugin</artifactId> - <version>${git-commit-id-plugin.version}</version> + <groupId>io.github.git-commit-id</groupId> + <artifactId>git-commit-id-maven-plugin</artifactId> + <version>${git-commit-id-maven-plugin.version}</version> <executions> <execution> <goals> @@ -574,7 +574,7 @@ under the License. <Build-OS>${os.name} ${os.arch} ${os.version}</Build-OS> <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> <GroupId-ArtifactId>${project.groupId}:${project.artifactId}</GroupId-ArtifactId> - <!-- these properties are generated by the git-commit-id-plugin during initialize --> + <!-- these properties are generated by the git-commit-id-maven-plugin during initialize --> <!--suppress UnresolvedMavenProperty --> <git-branch>${git.branch}</git-branch> <!--suppress UnresolvedMavenProperty --> @@ -617,8 +617,8 @@ under the License. <plugins> <plugin> - <groupId>pl.project13.maven</groupId> - <artifactId>git-commit-id-plugin</artifactId> + <groupId>io.github.git-commit-id</groupId> + <artifactId>git-commit-id-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
