This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 1e043d479beab82862c39af3b91f85fd8eeef2b6 Author: exceptionfactory <[email protected]> AuthorDate: Mon Apr 3 09:40:00 2023 -0500 NIFI-11375 This closes #7111. Upgraded Surefire to 3.0.0 and upgraded other plugins - Upgraded Surefire Plugin from 3.0.0-M8 to 3.0.0 - Upgraded Compiler Plugin from 3.10.1 to 3.11.0 - Upgraded Assembly Plugin from 3.4.2 to 3.5.0 - Upgraded Javadoc Plugin from 3.4.1 to 3.5.0 - Upgraded Release Plugin from 3.0.0-M7 to 3.0.0 Signed-off-by: Joe Witt <[email protected]> --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index bcdd332141..d86855050a 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ <json.smart.version>2.4.10</json.smart.version> <nifi.groovy.version>3.0.14</nifi.groovy.version> <groovy.eclipse.batch.version>3.0.8-01</groovy.eclipse.batch.version> - <surefire.version>3.0.0-M8</surefire.version> + <surefire.version>3.0.0</surefire.version> <hadoop.version>3.3.5</hadoop.version> <ozone.version>1.2.1</ozone.version> <gcs.version>2.1.5</gcs.version> @@ -743,7 +743,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.10.1</version> + <version>3.11.0</version> <configuration> <fork>true</fork> <showDeprecation>${maven.compiler.showDeprecation}</showDeprecation> @@ -783,7 +783,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.4.2</version> + <version>3.5.0</version> <configuration> <tarLongFileMode>gnu</tarLongFileMode> </configuration> @@ -809,7 +809,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.4.1</version> + <version>3.5.0</version> <configuration> <failOnError>false</failOnError> <quiet>true</quiet> @@ -823,7 +823,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>3.0.0-M7</version> + <version>3.0.0</version> <configuration> <useReleaseProfile>true</useReleaseProfile> <releaseProfiles>apache-release</releaseProfiles>
