Added <distributionManagement> for <repository>

Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/0f0754ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/0f0754ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/0f0754ba

Branch: refs/heads/master
Commit: 0f0754baef566824617f84fb6edd03843da77ad2
Parents: 2abd0bd
Author: smarthi <smar...@apache.org>
Authored: Sat Aug 13 00:40:43 2016 -0400
Committer: smarthi <smar...@apache.org>
Committed: Sat Aug 13 00:40:43 2016 -0400

----------------------------------------------------------------------
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/0f0754ba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6090ac0..9c24691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
                        </snapshots>
                </repository>
                <repository>
-                       <id>apache-repo</id>
+                       <id>repository.apache.org</id>
                        <name>Apache Repository</name>
                        
<url>https://repository.apache.org/content/repositories/releases</url>
                        <releases>
@@ -89,6 +89,16 @@
                </repository>
        </repositories>
 
+       <distributionManagement>
+               <repository>
+                       <id>repository.apache.org</id>
+                       <name>Apache Repository</name>
+                       <layout>default</layout>
+                       
<url>https://repository.apache.org/content/repositories/releases</url>
+                       <uniqueVersion>false</uniqueVersion>
+               </repository>
+       </distributionManagement>
+
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <maven.compiler.source>1.8</maven.compiler.source>

Reply via email to