Skip to content

Commit

Permalink
Add distribution management for Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
narendly authored and huizhilu committed Nov 11, 2020
1 parent dab3e3f commit 5a0cd41
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/dist-management.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
diff --git a/pom.xml b/pom.xml
index b8c0d9a9d..7c2674e63 100755
--- a/pom.xml
+++ b/pom.xml
@@ -920,5 +920,12 @@
</plugin>
</plugins>
</reporting>
-
+
+ <distributionManagement>
+ <repository>
+ <id>bintray-linkedin-maven</id>
+ <name>linkedin-maven</name>
+ <url>https://api.bintray.com/maven/linkedin/maven/zookeeper/;publish=1;override=1</url>
+ </repository>
+ </distributionManagement>
</project>
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -957,5 +957,12 @@
</plugin>
</plugins>
</reporting>


<distributionManagement>
<repository>
<id>bintray-linkedin-maven</id>
<name>linkedin-maven</name>
<url>https://api.bintray.com/maven/linkedin/maven/zookeeper/;publish=1;override=1</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 5a0cd41

Please sign in to comment.