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 15:21:15 UTC

svn commit: r592755 - /myfaces/shared/trunk/pom.xml

Author: manolito
Date: Wed Nov  7 06:21:14 2007
New Revision: 592755

URL: http://svn.apache.org/viewvc?rev=592755&view=rev
Log:
Switched to new MyFaces master POM 2,
Removed obsolete apache.snapshots repo definition

Modified:
    myfaces/shared/trunk/pom.xml

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?rev=592755&r1=592754&r2=592755&view=diff
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Wed Nov  7 06:21:14 2007
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <artifactId>myfaces-master</artifactId>
-    <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.7-SNAPSHOT</version>
+      <groupId>org.apache.myfaces</groupId>
+      <artifactId>myfaces</artifactId>
+      <version>2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.shared</groupId>
@@ -29,18 +29,6 @@
     <module>shared-tomahawk</module>
     <module>shared-orchestra</module>
   </modules>
-  <repositories>
-    <repository>
-        <releases>
-          <enabled>false</enabled>
-        </releases>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-      <id>apache-maven-snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-    </repository>
-  </repositories>
   <dependencies>
     <dependency>
       <groupId>easymock</groupId>