This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new e1ab726 updates maven wrapper and removes explicit install variable
(#38)
e1ab726 is described below
commit e1ab72638bced01241f4c1881052b33d2fa9d29b
Author: Adrian Cole <[email protected]>
AuthorDate: Tue Feb 19 15:47:11 2019 +0800
updates maven wrapper and removes explicit install variable (#38)
---
.mvn/wrapper/maven-wrapper.properties | 2 +-
pom.xml | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.mvn/wrapper/maven-wrapper.properties
b/.mvn/wrapper/maven-wrapper.properties
index 00d32aa..b6e6781 100755
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1 +1 @@
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip
\ No newline at end of file
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c8722b1..dd6d66b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,11 +229,14 @@
<build>
<pluginManagement>
<plugins>
- <!-- mvn -N io.takari:maven:wrapper -Dmaven=3.5.4 -->
+ <!-- mvn -N io.takari:maven:wrapper generates the ./mvnw script -->
<plugin>
<groupId>io.takari</groupId>
<artifactId>maven</artifactId>
<version>0.6.1</version>
+ <configuration>
+ <maven>3.6.0</maven>
+ </configuration>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>