diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-12-20 01:32:49 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-12-20 01:43:21 +0100 |
commit | 5aebfd78c3ab07d1f4292179d36734b39ac3fce2 (patch) | |
tree | 089014814b9d6df2cd606d68b07b07ffd1b795c1 /org.eclipse.jgit.packaging/pom.xml | |
parent | 9326f7570d63973706aa64c411d5bb6669af872e (diff) | |
download | jgit-5aebfd78c3ab07d1f4292179d36734b39ac3fce2.tar.gz jgit-5aebfd78c3ab07d1f4292179d36734b39ac3fce2.zip |
Update maven plugins
- cyclonedx-maven-plugin to 2.9.1
- eclipse-jarsigner-plugin to 1.5.2
- git-commit-id-maven-plugin to 9.0.1
- gmavenplus-plugin to 4.0.1
- japicmp-maven-plugin to 0.23.0
- maven-artifact-plugin to 3.5.3
- maven-clean-plugin to 3.4.0
- maven-dependency-plugin to 3.8.1
- maven-deploy-plugin to 3.1.3
- maven-enforcer-plugin to 3.5.0
- maven-install-plugin to 3.1.3
- maven-jar-plugin to 3.4.2
- maven-javadoc-plugin-version to 3.11.2
- maven-jxr-plugin-version>3.6.0
- maven-pmd-plugin to 3.26.0
- maven-project-info-reports-plugin-version>3.8.0
- maven-shade-plugin to 3.6.0
- maven-site-plugin to 4.0.0-M16
- maven-surefire-plugin-version>3.5.2
- maven-surefire-report-plugin to 3.5.2
- spotbugs-maven-plugin-version>4.8.6.6
- spring-boot-maven-plugin to 3.4.1
- tycho to 4.0.10
Change-Id: I604c0550c98cb98ebc79817ee352ac5b0357d35f
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 3560d17033..5bc67b458e 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -30,7 +30,7 @@ <properties> <java.version>17</java.version> - <tycho-version>4.0.8</tycho-version> + <tycho-version>4.0.10</tycho-version> <target-platform>jgit-4.32</target-platform> <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> </properties> @@ -174,7 +174,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.4.1</version> + <version>3.5.0</version> <executions> <execution> <id>enforce-maven</id> @@ -204,7 +204,7 @@ <plugin> <groupId>org.cyclonedx</groupId> <artifactId>cyclonedx-maven-plugin</artifactId> - <version>2.8.0</version> + <version>2.9.1</version> <configuration> <projectType>library</projectType> <schemaVersion>1.4</schemaVersion> @@ -233,7 +233,7 @@ <plugin> <groupId>io.github.git-commit-id</groupId> <artifactId>git-commit-id-maven-plugin</artifactId> - <version>8.0.2</version> + <version>9.0.1</version> <executions> <execution> <id>get-the-git-infos</id> @@ -273,7 +273,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.4.1</version> + <version>3.4.2</version> <configuration> <archive> <manifestEntries> @@ -381,7 +381,7 @@ <plugin> <groupId>org.eclipse.cbi.maven.plugins</groupId> <artifactId>eclipse-jarsigner-plugin</artifactId> - <version>1.4.3</version> + <version>1.5.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -390,27 +390,27 @@ </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> - <version>3.3.2</version> + <version>3.4.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>3.1.2</version> + <version>3.1.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> - <version>3.1.2</version> + <version>3.1.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>4.0.0-M14</version> + <version>4.0.0-M16</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-artifact-plugin</artifactId> - <version>3.5.1</version> + <version>3.5.3</version> <configuration> <ignore>**/*cyclonedx.json</ignore> <reproducible>true</reproducible> |