You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/07/20 03:57:20 UTC

svn commit: r423708 - in /incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven: cayenne-client-nodeps-pom.xml cayenne-modeler-pom.xml cayenne-nodeps-pom.xml cayenne-pom.xml

Author: aadamchik
Date: Wed Jul 19 18:57:19 2006
New Revision: 423708

URL: http://svn.apache.org/viewvc?rev=423708&view=rev
Log:
converting Maven files to Apache on 2.0 branch

Modified:
    incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-client-nodeps-pom.xml
    incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-modeler-pom.xml
    incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-nodeps-pom.xml
    incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-pom.xml

Modified: incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-client-nodeps-pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-client-nodeps-pom.xml?rev=423708&r1=423707&r2=423708&view=diff
==============================================================================
--- incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-client-nodeps-pom.xml (original)
+++ incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-client-nodeps-pom.xml Wed Jul 19 18:57:19 2006
@@ -3,7 +3,7 @@
 	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">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.objectstyle.cayenne</groupId>
+	<groupId>org.apache.cayenne</groupId>
 	<artifactId>cayenne-client-nodeps</artifactId>
 	<name>Cayenne Client</name>
 	<packaging>jar</packaging>
@@ -18,32 +18,31 @@
 	
 	<scm>
 		<connection>
-			scm:cvs:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/cayenne</connection>
+			scm:cvs:http://svn.apache.org/repos/asf/incubator/cayenne/main/cayenne</connection>
 		<developerConnection>
-			scm:cvs:ext:DEVELOPER_NAME@cvs.sourceforge.net:/cvsroot/cayenne</developerConnection>
-		<url>http://cvs.sourceforge.net/viewcvs.py/cayenne/</url>
+			scm:cvs:https://svn.apache.org/repos/asf/incubator/cayenne/main/cayenne</developerConnection>
+		<url>http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne</url>
 	</scm>
 	
 	<organization>
-		<name>ObjectStyle Group</name>
-		<url>http://www.objectstyle.org/</url>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
 	</organization>
 	
 	<inceptionYear>2001</inceptionYear>
 	<description>Cayenne Object Persistence Framework</description>
-	<url>http://objectstyle.org/cayenne/</url>
+	<url>http://incubator.apache.org/cayenne/</url>
 	<issueManagement>
 		<system>JIRA</system>
-		<url>
-			http://objectstyle.org/jira/secure/BrowseProject.jspa?id=10000</url>
+		<url>http://issues.apache.org/cayenne/</url>
 	</issueManagement>
 	
 	<mailingLists>
 		<mailingList>
 			<name>Cayenne Users and Developers</name>
-			<subscribe> http://objectstyle.org/cayenne/lists.html</subscribe>
-			<unsubscribe> http://objectstyle.org/cayenne/lists.html</unsubscribe>
-			<archive>http://objectstyle.org/cayenne/lists.html</archive>
+			<subscribe>http://incubator.apache.org/cayenne/lists.html</subscribe>
+			<unsubscribe>http://incubator.apache.org/cayenne/lists.html</unsubscribe>
+			<archive>http://incubator.apache.org/cayenne/lists.html</archive>
 		</mailingList>
 	</mailingLists>
 	

Modified: incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-modeler-pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-modeler-pom.xml?rev=423708&r1=423707&r2=423708&view=diff
==============================================================================
--- incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-modeler-pom.xml (original)
+++ incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-modeler-pom.xml Wed Jul 19 18:57:19 2006
@@ -3,7 +3,7 @@
 	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">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.objectstyle.cayenne</groupId>
+	<groupId>org.apache.cayenne</groupId>
 	<artifactId>cayenne-modeler</artifactId>
 	<name>CayenneModeler</name>
 	<packaging>jar</packaging>
@@ -23,8 +23,7 @@
 			scm:cvs:https://svn.apache.org/repos/asf/incubator/cayenne/main/cayenne</developerConnection>
 		<url>http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne</url>
 	</scm>
-	
-	<repositories>
+		<repositories>
 		<repository>
 			<id>objectstyle</id>
 			<name>ObjectStyle Public Maven2 repo</name>
@@ -33,24 +32,24 @@
 	</repositories>
 	
 	<organization>
-		<name>ObjectStyle Group</name>
-		<url>http://www.objectstyle.org/</url>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
 	</organization>
 	
 	<inceptionYear>2001</inceptionYear>
-	<description>CayenneModeler library - still experimental.</description>
-	<url>http://objectstyle.org/cayenne/</url>
+	<description>Cayenne Object Persistence Framework</description>
+	<url>http://incubator.apache.org/cayenne/</url>
 	<issueManagement>
 		<system>JIRA</system>
-		<url>http://issues.apache.org/cayenne</url>
+		<url>http://issues.apache.org/cayenne/</url>
 	</issueManagement>
 	
 	<mailingLists>
 		<mailingList>
 			<name>Cayenne Users and Developers</name>
-			<subscribe> http://objectstyle.org/cayenne/lists.html</subscribe>
-			<unsubscribe> http://objectstyle.org/cayenne/lists.html</unsubscribe>
-			<archive>http://objectstyle.org/cayenne/lists.html</archive>
+			<subscribe>http://incubator.apache.org/cayenne/lists.html</subscribe>
+			<unsubscribe>http://incubator.apache.org/cayenne/lists.html</unsubscribe>
+			<archive>http://incubator.apache.org/cayenne/lists.html</archive>
 		</mailingList>
 	</mailingLists>
 	

Modified: incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-nodeps-pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-nodeps-pom.xml?rev=423708&r1=423707&r2=423708&view=diff
==============================================================================
--- incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-nodeps-pom.xml (original)
+++ incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-nodeps-pom.xml Wed Jul 19 18:57:19 2006
@@ -3,7 +3,7 @@
 	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">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.objectstyle.cayenne</groupId>
+	<groupId>org.apache.cayenne</groupId>
 	<artifactId>cayenne-nodeps</artifactId>
 	<name>Cayenne</name>
 	<packaging>jar</packaging>
@@ -25,24 +25,24 @@
 	</scm>
 	
 	<organization>
-		<name>ObjectStyle Group</name>
-		<url>http://www.objectstyle.org/</url>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
 	</organization>
 	
 	<inceptionYear>2001</inceptionYear>
 	<description>Cayenne Object Persistence Framework</description>
-	<url>http://objectstyle.org/cayenne/</url>
+	<url>http://incubator.apache.org/cayenne/</url>
 	<issueManagement>
 		<system>JIRA</system>
-		<url>http://issues.apache.org/cayenne</url>
+		<url>http://issues.apache.org/cayenne/</url>
 	</issueManagement>
 	
 	<mailingLists>
 		<mailingList>
 			<name>Cayenne Users and Developers</name>
-			<subscribe> http://objectstyle.org/cayenne/lists.html</subscribe>
-			<unsubscribe> http://objectstyle.org/cayenne/lists.html</unsubscribe>
-			<archive>http://objectstyle.org/cayenne/lists.html</archive>
+			<subscribe>http://incubator.apache.org/cayenne/lists.html</subscribe>
+			<unsubscribe>http://incubator.apache.org/cayenne/lists.html</unsubscribe>
+			<archive>http://incubator.apache.org/cayenne/lists.html</archive>
 		</mailingList>
 	</mailingLists>
 	

Modified: incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-pom.xml?rev=423708&r1=423707&r2=423708&view=diff
==============================================================================
--- incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-pom.xml (original)
+++ incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/cayenne-pom.xml Wed Jul 19 18:57:19 2006
@@ -4,7 +4,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.objectstyle.cayenne</groupId>
+	<groupId>org.apache.cayenne</groupId>
 	<artifactId>cayenne</artifactId>
 	<name>Cayenne</name>
 	<packaging>jar</packaging>
@@ -26,26 +26,24 @@
 	</scm>
 	
 	<organization>
-		<name>ObjectStyle Group</name>
-		<url>http://www.objectstyle.org/</url>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org/</url>
 	</organization>
 	
 	<inceptionYear>2001</inceptionYear>
-	<url>http://objectstyle.org/cayenne/</url>
-	<description>Cayenne Object Persistence Framework including all
-		dependencies.</description>
-	
+	<description>Cayenne Object Persistence Framework</description>
+	<url>http://incubator.apache.org/cayenne/</url>
 	<issueManagement>
 		<system>JIRA</system>
-		<url>http://issues.apache.org/cayenne</url>
+		<url>http://issues.apache.org/cayenne/</url>
 	</issueManagement>
 	
 	<mailingLists>
 		<mailingList>
 			<name>Cayenne Users and Developers</name>
-			<subscribe> http://objectstyle.org/cayenne/lists.html</subscribe>
-			<unsubscribe> http://objectstyle.org/cayenne/lists.html</unsubscribe>
-			<archive>http://objectstyle.org/cayenne/lists.html</archive>
+			<subscribe>http://incubator.apache.org/cayenne/lists.html</subscribe>
+			<unsubscribe>http://incubator.apache.org/cayenne/lists.html</unsubscribe>
+			<archive>http://incubator.apache.org/cayenne/lists.html</archive>
 		</mailingList>
 	</mailingLists>
 </project>