>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21215?usp=email )
Change subject: [NO ISSUE][MISC] Update Plugin Versions ...................................................................... [NO ISSUE][MISC] Update Plugin Versions - maven-antrun-plugin: 3.0.0 → 3.1.0 (do not update to 3.2.0 due to warning spam) - maven-assembly-plugin: 3.1.1 → 3.8.0 - maven-checkstyle-plugin: 3.3.1 → 3.6.0 - maven-clean-plugin: 3.0.0 → 3.5.0 - maven-compiler-plugin: 3.8.1 → 3.15.0 - maven-dependency-plugin: 3.6.1 → 3.10.0 - maven-jar-plugin: 3.0.2 → 3.5.0 - maven-javadoc-plugin: 3.0.1 → 3.12.0 - maven-plugin-annotations: 3.6.4 → 3.15.2 - maven-plugin-plugin: 3.9.0 → 3.15.2 - maven-remote-resources-plugin: 1.7.0 → 3.3.0 - maven-resources-plugin: 3.0.2 → 3.5.0 - maven-scm-plugin: 1.9.5 → 2.2.1 - maven-site-plugin: 3.7.1 → 3.21.0 - maven-surefire-plugin: 2.21.0 → 3.5.5 Ext-ref: MB-71693 Change-Id: Id482ef5c717d7c3f51827673b01c996e2c3e3a61 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21215 Tested-by: Michael Blow <[email protected]> Reviewed-by: Michael Blow <[email protected]> --- M asterixdb/asterix-maven-plugins/asterix-grammar-extension-maven-plugin/pom.xml M asterixdb/asterix-maven-plugins/asterix-test-datagenerator-maven-plugin/pom.xml M asterixdb/pom.xml M hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml M hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml M hyracks-fullstack/hyracks/pom.xml M hyracks-fullstack/pom.xml 7 files changed, 49 insertions(+), 31 deletions(-) Approvals: Michael Blow: Looks good to me, approved; Verified diff --git a/asterixdb/asterix-maven-plugins/asterix-grammar-extension-maven-plugin/pom.xml b/asterixdb/asterix-maven-plugins/asterix-grammar-extension-maven-plugin/pom.xml index 2216e8b..5fe2450 100644 --- a/asterixdb/asterix-maven-plugins/asterix-grammar-extension-maven-plugin/pom.xml +++ b/asterixdb/asterix-maven-plugins/asterix-grammar-extension-maven-plugin/pom.xml @@ -59,7 +59,7 @@ <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>3.3.0</version> + <version>3.5.1</version> <scope>test</scope> </dependency> <dependency> diff --git a/asterixdb/asterix-maven-plugins/asterix-test-datagenerator-maven-plugin/pom.xml b/asterixdb/asterix-maven-plugins/asterix-test-datagenerator-maven-plugin/pom.xml index f30f03b..f6dca0a 100644 --- a/asterixdb/asterix-maven-plugins/asterix-test-datagenerator-maven-plugin/pom.xml +++ b/asterixdb/asterix-maven-plugins/asterix-test-datagenerator-maven-plugin/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>file-management</artifactId> - <version>3.0.0</version> + <version>3.2.0</version> </dependency> <dependency> <groupId>org.apache.asterix</groupId> diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index e7420c1..9369e5c 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -213,7 +213,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.3.1</version> + <version>3.6.0</version> <executions> <execution> <id>verify-style</id> @@ -376,7 +376,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> + <version>3.15.0</version> </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <plugin> @@ -502,7 +502,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> - <version>1.9.5</version> + <version>2.2.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -522,22 +522,22 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.1.1</version> + <version>3.8.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> <!-- do not update to 3.2.0, it adds lots of warning spam (https://github.com/apache/maven-antrun-plugin/issues/348) --> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.0.2</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -547,27 +547,27 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.0.2</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.6.1</version> + <version>3.10.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.0.1</version> + <version>3.12.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.9.0</version> + <version>3.15.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.7.1</version> + <version>3.21.0</version> </plugin> <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> diff --git a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml index a746c86..4059988 100644 --- a/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-hdfs/pom.xml @@ -238,12 +238,6 @@ <artifactId>log4j-api</artifactId> </dependency> <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.0.b2</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <scope>test</scope> diff --git a/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml b/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml index 40b34b2..4bc45c7 100644 --- a/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/pom.xml @@ -28,6 +28,30 @@ <artifactId>license-automation-plugin</artifactId> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <configuration> + <usedDependencies combine.children="append"> + <usedDependency>org.codehaus.plexus:plexus-utils</usedDependency> + </usedDependencies> + <ignoredUsedUndeclaredDependencies combine.children="append"> + <dependency>org.codehaus.plexus:plexus-xml</dependency> + </ignoredUsedUndeclaredDependencies> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <configuration> + <goalPrefix>license-automation</goalPrefix> + </configuration> + </plugin> + </plugins> + </build> + <properties> <root.dir>${basedir}/../../..</root.dir> </properties> diff --git a/hyracks-fullstack/hyracks/pom.xml b/hyracks-fullstack/hyracks/pom.xml index ff390a9..a769c34 100644 --- a/hyracks-fullstack/hyracks/pom.xml +++ b/hyracks-fullstack/hyracks/pom.xml @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.9.0</version> + <version>3.15.2</version> </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <plugin> diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index c857ca7..1cffd63 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -496,12 +496,12 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>3.6.4</version> + <version>3.15.2</version> </dependency> <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.7.0</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>it.unimi.dsi</groupId> @@ -681,7 +681,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.3.1</version> + <version>3.6.0</version> <executions> <execution> <id>verify-style</id> @@ -835,7 +835,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> + <version>3.15.0</version> </plugin> <plugin> <groupId>org.apache.rat</groupId> @@ -931,7 +931,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> - <version>1.9.5</version> + <version>2.2.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -941,7 +941,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.21.0</version> + <version>3.5.5</version> <configuration> <failIfNoTests>false</failIfNoTests> <forkCount>1</forkCount> @@ -980,7 +980,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.1.1</version> + <version>3.8.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -990,12 +990,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>3.0.2</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -1005,7 +1005,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.6.1</version> + <version>3.10.0</version> </plugin> <plugin> <groupId>org.apache.maven.doxia</groupId> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21215?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb Gerrit-Branch: lumina Gerrit-Change-Id: Id482ef5c717d7c3f51827673b01c996e2c3e3a61 Gerrit-Change-Number: 21215 Gerrit-PatchSet: 6 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]>
