This is an automated email from the ASF dual-hosted git repository.

nicoloboschi pushed a commit to branch ds-4.14
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git

commit abc82398fe222422b9252ca0c1783243392e08a3
Author: Enrico Olivelli <[email protected]>
AuthorDate: Fri Jun 11 11:44:43 2021 +0200

    Publish snapshots to DataStax repo
    
    (cherry picked from commit 122386a86c94803ebd52ee3b12699585c9df4537)
    (cherry picked from commit ea9874d1f6e93e0415bf4ef0d9f6b214b4dde993)
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 110bbeddac..45ba08654b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1131,4 +1131,16 @@
       </build>
     </profile>
   </profiles>
+  <distributionManagement>
+    <repository>
+      <id>datastax-releases</id>
+      <name>DataStax Local Releases</name>
+      
<url>https://repo.sjc.dsinternal.org/artifactory/datastax-releases-local/</url>
+    </repository>
+    <snapshotRepository>
+      <id>datastax-snapshots-local</id>
+      <name>DataStax Local Snapshots</name>
+      
<url>https://repo.sjc.dsinternal.org/artifactory/datastax-snapshots-local/</url>
+    </snapshotRepository>
+  </distributionManagement>
 </project>

Reply via email to