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 fd250f4 fixes copy/paste fd250f4 is described below commit fd250f48477c6429b20491d8dbb884df7f5e7f70 Author: Adrian Cole <ac...@pivotal.io> AuthorDate: Sun Jun 16 15:07:12 2019 +0800 fixes copy/paste --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 84f000c..fab9381 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <distributionManagement> <repository> <id>bintray</id> - <url>https://api.bintray.com/maven/openzipkin/maven/brave-cassandra/;publish=1</url> + <url>https://api.bintray.com/maven/openzipkin/maven/brave-karaf/;publish=1</url> </repository> <snapshotRepository> <id>jfrog-snapshots</id> @@ -254,7 +254,7 @@ <artifactId>centralsync-maven-plugin</artifactId> <version>0.1.1</version> <configuration> - <packageName>brave-cassandra</packageName> + <packageName>brave-karaf</packageName> </configuration> </plugin> </plugins>