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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-native.git


The following commit(s) were added to refs/heads/master by this push:
     new 72f010b  NO-JIRA update pom
72f010b is described below

commit 72f010b3ce4e147c54a3b6a2e63177e85292195b
Author: Clebert Suconic <[email protected]>
AuthorDate: Fri Mar 1 10:11:08 2019 -0500

    NO-JIRA update pom
---
 pom.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/pom.xml b/pom.xml
index a9ea38f..2a938cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,33 @@
         <testFailureIgnore>true</testFailureIgnore>
     </properties>
 
+    <scm>
+        
<connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-native.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-native.git</developerConnection>
+        
<url>https://fisheye6.atlassian.com/browse/~br=master/activemq-artemis-git</url>
+    </scm>
+
+    <distributionManagement>
+        <site>
+            <!-- this needs to match a server in your settings.xml with upload 
settings -->
+            <id>activemq-website</id>
+            <!-- set the staging.siteURL in your ~/.m2/settings.xml in a 
release or other profile -->
+            <url>${staging.siteURL}/maven/${project.version}</url>
+            <!--<url>${site-repo-url}</url>-->
+        </site>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            <name>Apache Development Snapshot Repository</name>
+            
<url>https://repository.apache.org/content/repositories/snapshots</url>
+            <uniqueVersion>false</uniqueVersion>
+        </snapshotRepository>
+    </distributionManagement>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>https://issues.apache.org/jira/browse/ARTEMIS</url>
+    </issueManagement>
+
     <dependencies>
         <!-- ## Test Dependencies ## Note: Junit is required in certain module 
tests.  We should control versions from here. -->
         <dependency>

Reply via email to