Skip to content

Commit

Permalink
chore: update build plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Nov 1, 2023
1 parent 0f410f1 commit f7d1730
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions distribution-tp2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<executions>
<execution>
<id>unzip-community</id>
Expand Down Expand Up @@ -227,7 +227,7 @@

<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<version>3.1</version>
<executions>
<execution>
<id>start-orient</id>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<osgi.dynamicImport />
<osgi.private />
<!-- | shared build/report plugins version -->
<surefire.version>3.1.2</surefire.version>
<surefire.version>3.2.1</surefire.version>
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/
</sonatypeOssDistMgmtSnapshotsUrl>

Expand All @@ -190,7 +190,7 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.2</version>
</plugin>

<plugin>
Expand All @@ -212,7 +212,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -268,7 +268,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M8</version>
<version>4.0.0-M11</version>
</plugin>

<plugin>
Expand All @@ -292,7 +292,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<configuration>
<doclint>none</doclint>
<maxmemory>2G</maxmemory>
Expand Down Expand Up @@ -345,7 +345,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.2</version>
<version>4.3</version>
<inherited>true</inherited>
<configuration>
<header>${license.location}</header>
Expand All @@ -370,7 +370,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.3.0</version>

<configuration>
<licenseMerges>
Expand Down Expand Up @@ -496,7 +496,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down Expand Up @@ -565,7 +565,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<configuration>
<destFile>${project.basedir}/../target/jacoco.exec</destFile>
<dataFile>${project.basedir}/../target/jacoco.exec</dataFile>
Expand Down

0 comments on commit f7d1730

Please sign in to comment.