Repository: incubator-pirk
Updated Branches:
  refs/heads/master 3b87e82f4 -> 3135e1e04


Modified POM to add apache <repository> - Previous commit for this was botched


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

Branch: refs/heads/master
Commit: 3135e1e04ce32b8a229092aef68f268515f98703
Parents: 3b87e82
Author: smarthi <[email protected]>
Authored: Fri Aug 12 23:58:12 2016 -0400
Committer: smarthi <[email protected]>
Committed: Fri Aug 12 23:58:12 2016 -0400

----------------------------------------------------------------------
 pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3135e1e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 66b005f..6090ac0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,17 @@
                                <updatePolicy>always</updatePolicy>
                        </snapshots>
                </repository>
-
+               <repository>
+                       <id>apache-repo</id>
+                       <name>Apache Repository</name>
+                       
<url>https://repository.apache.org/content/repositories/releases</url>
+                       <releases>
+                               <enabled>true</enabled>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+               </repository>
        </repositories>
 
        <properties>
@@ -523,7 +533,7 @@
                                        <version>2.5.1</version>
                                        <configuration>
                                                
<useReleaseProfile>true</useReleaseProfile>
-                                               
<releaseProfiles>apache-release</releaseProfiles>
+                                               
<releaseProfiles>signed_release</releaseProfiles>
                                                
<autoVersionSubmodules>true</autoVersionSubmodules>
                                                <goals>deploy</goals>
                                                
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>

Reply via email to