You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/11/07 17:03:37 UTC

svn commit: r592797 - /myfaces/tomahawk/trunk/pom.xml

Author: manolito
Date: Wed Nov  7 08:03:37 2007
New Revision: 592797

URL: http://svn.apache.org/viewvc?rev=592797&view=rev
Log:
switched to new MyFaces master POM 2,
removed obsolete apache.snapshots repo definition,
removed obsolete gpg plugin definition

Modified:
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=592797&r1=592796&r2=592797&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Wed Nov  7 08:03:37 2007
@@ -2,9 +2,9 @@
   <modelVersion>4.0.0</modelVersion>
   
   <parent>
-    <groupId>org.apache.myfaces.maven</groupId>
-    <artifactId>myfaces-master</artifactId>
-		<version>1.0.7-SNAPSHOT</version>	  
+      <groupId>org.apache.myfaces</groupId>
+      <artifactId>myfaces</artifactId>
+      <version>2</version>
   </parent>
 
   <groupId>org.apache.myfaces.tomahawk</groupId>
@@ -52,18 +52,6 @@
     </dependencies>
   </dependencyManagement>
 
-  <repositories>
-    <repository>
-      <id>apache-maven-snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-
     <repository>
       <id>myfaces-staging</id>
       <url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
@@ -199,18 +187,6 @@
     <module>examples</module>
     <module>sandbox</module>
   </modules>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.0-alpha-3</version>
-          </plugin>
-        </plugins>
-    </pluginManagement>
-  </build>
 
   <properties>
     <myfaces.version>1.1.6-SNAPSHOT</myfaces.version>