You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:49:13 UTC

[myfaces] 13/14: Remove the distribution management section; it is inherited from the myfaces-master pom. Use the staging repository on people.a.o rather than the one on the zone.

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

deki pushed a commit to branch 1_1_4
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 40ec05056d3b76853c9d8ada48bd1f8cb7c6dba7
Author: Wendy Smoak <ws...@apache.org>
AuthorDate: Sun Sep 10 21:48:48 2006 +0000

    Remove the distribution management section; it is inherited from the myfaces-master pom.
    Use the staging repository on people.a.o rather than the one on the zone.
---
 pom.xml | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 33d35d1..16e8c11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,23 +42,10 @@
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
-      <id>myfaces-repo</id>
-      <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
+      <id>myfaces-staging</id>
+      <url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
     </repository>
   </repositories>
-  <distributionManagement>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Maven Snapshot (and Test Build) Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </repository>
-    <snapshotRepository>
-      <uniqueVersion>false</uniqueVersion>
-      <id>apache.snapshots</id>
-      <name>Apache Maven Snapshot Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </snapshotRepository>
-  </distributionManagement>
     <build>
         <pluginManagement>
             <plugins>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.