You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ba...@apache.org on 2006/11/27 20:40:31 UTC

svn commit: r479757 - /incubator/adffaces/branches/faces-1_2/plugins/maven-faces-plugin/pom.xml

Author: baranda
Date: Mon Nov 27 12:40:30 2006
New Revision: 479757

URL: http://svn.apache.org/viewvc?view=rev&rev=479757
Log:
Reverted wrong merge for the pom.xml file

Modified:
    incubator/adffaces/branches/faces-1_2/plugins/maven-faces-plugin/pom.xml

Modified: incubator/adffaces/branches/faces-1_2/plugins/maven-faces-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/faces-1_2/plugins/maven-faces-plugin/pom.xml?view=diff&rev=479757&r1=479756&r2=479757
==============================================================================
--- incubator/adffaces/branches/faces-1_2/plugins/maven-faces-plugin/pom.xml (original)
+++ incubator/adffaces/branches/faces-1_2/plugins/maven-faces-plugin/pom.xml Mon Nov 27 12:40:30 2006
@@ -1,17 +1,15 @@
 <project> 
   <modelVersion>4.0.0</modelVersion>
 
-  <!--
   <parent>
     <groupId>org.apache.myfaces.trinidadbuild</groupId>
     <artifactId>maven-plugin-parent</artifactId> 
     <version>incubator-m1-SNAPSHOT</version>
   </parent>
- -->
 
   <groupId>org.apache.myfaces.trinidadbuild</groupId>
   <artifactId>maven-faces-plugin</artifactId> 
-  <version>baranda-2.0-SNAPSHOT</version>
+  <version>incubator-1.2-m1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Faces Plugin</name>
 
@@ -68,13 +66,5 @@
       <version>1.2.0_rc2-dev</version>
     </dependency>
   </dependencies>
-
-  <!-- Temporary section to deploy to baranda's repo -->
-  <distributionManagement>
-    <repository>
-      <id>baranda-repo</id>
-      <url>scpexe://people.apache.org/home/baranda/public_html/repo</url>
-    </repository>
-  </distributionManagement>
 
 </project>