>From Michael Blow <[email protected]>:
Michael Blow has submitted this change. (
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21224?usp=email )
Change subject: [NO ISSUE][MISC] Update build-time dependencies
......................................................................
[NO ISSUE][MISC] Update build-time dependencies
- org.codehaus.mojo:
- appassembler-maven-plugin: 2.0.0 → 2.1.0
- build-helper-maven-plugin: 3.0.0 → 3.6.1
- exec-maven-plugin: 1.6.0 → 3.6.3
- appassembler-booter: 2.0.0 → 2.1.0
Ext-ref: MB-71693
Change-Id: Ia6a1f34b94fa9f2d68bfb390833d9d29dc5f18e8
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21224
Reviewed-by: Michael Blow <[email protected]>
Tested-by: Jenkins <[email protected]>
---
M asterixdb/pom.xml
M hyracks-fullstack/pom.xml
2 files changed, 6 insertions(+), 6 deletions(-)
Approvals:
Michael Blow: Looks good to me, approved
Jenkins: Verified
Anon. E. Moose #1000171:
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 508b17a..7136236 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -507,7 +507,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>appassembler-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
@@ -542,7 +542,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.6.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -618,7 +618,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.6.0</version>
+ <version>3.6.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -1533,7 +1533,7 @@
<dependency>
<groupId>org.codehaus.mojo.appassembler</groupId>
<artifactId>appassembler-booter</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 143d0a9..6b05cbc 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -936,7 +936,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>appassembler-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -1000,7 +1000,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.6.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21224?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: Ia6a1f34b94fa9f2d68bfb390833d9d29dc5f18e8
Gerrit-Change-Number: 21224
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Blow <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>