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 1acc18f Removes maven wrapper jar (#31)
1acc18f is described below
commit 1acc18f1c5ab2aa90acc4fb595ac99d25c8f57ee
Author: Adrian Cole <[email protected]>
AuthorDate: Thu Feb 14 15:55:46 2019 +0800
Removes maven wrapper jar (#31)
During our release vote, @justinmclean noticed we had accidentally
included the Maven wrapper jar. This removes it, so that we can pass
the next release vote.
See
https://lists.apache.org/thread.html/8e9b5ec9b8fcc14427bee4dc64f4db7692b787e6349ed348b983d914@%3Cgeneral.incubator.apache.org%3E
---
.gitignore | 3 +++
.mvn/wrapper/maven-wrapper.jar | Bin 48337 -> 0 bytes
2 files changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index fb3a2f5..53ecf9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,6 @@ target/
.classpath
.project
.settings/
+
+# Maven Wrapper
+.mvn/wrapper/maven-wrapper.jar
diff --git a/.mvn/wrapper/maven-wrapper.jar b/.mvn/wrapper/maven-wrapper.jar
deleted file mode 100755
index 01e6799..0000000
Binary files a/.mvn/wrapper/maven-wrapper.jar and /dev/null differ