You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/01/18 21:30:22 UTC

svn commit: r370250 - in /myfaces: commons/trunk/pom.xml core/trunk/api/pom.xml core/trunk/impl/pom.xml core/trunk/pom.xml

Author: schof
Date: Wed Jan 18 12:30:19 2006
New Revision: 370250

URL: http://svn.apache.org/viewcvs?rev=370250&view=rev
Log:
tweaked poms for continuum

Modified:
    myfaces/commons/trunk/pom.xml
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/impl/pom.xml
    myfaces/core/trunk/pom.xml

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/pom.xml?rev=370250&r1=370249&r2=370250&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Wed Jan 18 12:30:19 2006
@@ -5,7 +5,7 @@
   <groupId>org.apache.myfaces.commons</groupId>
   <artifactId>myfaces-commons</artifactId>
   <packaging>jar</packaging>
-  <name>MyFaces Commons</name>
+  <name>Commons</name>
   <url>http://myfaces.apache.org</url>
 	<version>1.1.2-SNAPSHOT</version>
   <description>
@@ -18,6 +18,12 @@
     <version>1.0.0-SNAPSHOT</version>	  
   </parent>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/commons/trunk</url>
+  </scm>
+
   <dependencies>
 
     <dependency>
@@ -177,12 +183,6 @@
       </build>
     </profile>
   </profiles>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/commons/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/commons/trunk</url>
-  </scm>
 
 </project>
 

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/api/pom.xml?rev=370250&r1=370249&r2=370250&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Wed Jan 18 12:30:19 2006
@@ -6,7 +6,7 @@
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-api</artifactId>
   <packaging>jar</packaging>
-  <name>MyFaces API</name>
+  <name>API</name>
   <description>
     This is the MyFaces API Subproject Description [INSERT MORE STUFF HERE]
   </description>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/impl/pom.xml?rev=370250&r1=370249&r2=370250&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Wed Jan 18 12:30:19 2006
@@ -5,7 +5,7 @@
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-impl</artifactId>
   <packaging>jar</packaging>
-  <name>MyFaces Impl</name>
+  <name>Impl</name>
   <url>http://myfaces.apache.org</url>
   <description>
     This is the MyFaces Impl Subproject Description [INSERT MORE STUFF HERE]

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/pom.xml?rev=370250&r1=370249&r2=370250&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Wed Jan 18 12:30:19 2006
@@ -7,7 +7,7 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <version>1.1.2-SNAPSHOT</version>
-  <name>MyFaces Core Project</name>
+  <name>Core Project</name>
   <url>http://myfaces.apache.org/projects</url>
 
   <parent>
@@ -16,6 +16,12 @@
 		<version>1.0.0-SNAPSHOT</version>	  
   </parent>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk</url>
+  </scm>
+
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
@@ -366,12 +372,6 @@
     </dependency>
 
   </dependencies>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/core/trunk</url>
-  </scm>
 
   <organization>
     <name>Apache Software Foundation</name>