Repository: incubator-stratos
Updated Branches:
  refs/heads/master ae9e34ba4 -> 4fe5081d2


Added apache distribution management repository to carbon ui fork


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/4fe5081d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/4fe5081d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/4fe5081d

Branch: refs/heads/master
Commit: 4fe5081d204a2583969150360104f68cd600c78a
Parents: ae9e34b
Author: Imesh Gunaratne <[email protected]>
Authored: Tue Apr 22 15:45:37 2014 +0530
Committer: Imesh Gunaratne <[email protected]>
Committed: Tue Apr 22 15:45:37 2014 +0530

----------------------------------------------------------------------
 dependencies/org.wso2.carbon.ui/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4fe5081d/dependencies/org.wso2.carbon.ui/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/org.wso2.carbon.ui/pom.xml 
b/dependencies/org.wso2.carbon.ui/pom.xml
index 8203f6c..d3688b6 100644
--- a/dependencies/org.wso2.carbon.ui/pom.xml
+++ b/dependencies/org.wso2.carbon.ui/pom.xml
@@ -45,6 +45,24 @@
         </repository>
     </repositories>
 
+    <distributionManagement>
+        <repository>
+            <id>apache.releases.https</id>
+            <name>Apache Release Distribution Repository</name>
+            
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            <name>${distMgmtSnapshotsName}</name>
+            <url>${distMgmtSnapshotsUrl}</url>
+        </snapshotRepository>
+    </distributionManagement>
+
+    <properties>
+        <distMgmtSnapshotsName>Apache Development Snapshot 
Repository</distMgmtSnapshotsName>
+        
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.eclipse.osgi</groupId>

Reply via email to