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 2007/01/21 13:12:54 UTC

svn commit: r498297 - /cayenne/main/trunk/framework/maven-plugin/pom.xml

Author: aadamchik
Date: Sun Jan 21 04:12:53 2007
New Revision: 498297

URL: http://svn.apache.org/viewvc?view=rev&rev=498297
Log:
repo migration -pom update

Modified:
    cayenne/main/trunk/framework/maven-plugin/pom.xml

Modified: cayenne/main/trunk/framework/maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/maven-plugin/pom.xml?view=diff&rev=498297&r1=498296&r2=498297
==============================================================================
--- cayenne/main/trunk/framework/maven-plugin/pom.xml (original)
+++ cayenne/main/trunk/framework/maven-plugin/pom.xml Sun Jan 21 04:12:53 2007
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!--
-
 	Licensed to the Apache Software Foundation (ASF) under one
 	or more contributor license agreements.  See the NOTICE file
 	distributed with this work for additional information
@@ -9,9 +7,9 @@
 	to you under the Apache License, Version 2.0 (the
 	"License"); you may not use this file except in compliance
 	with the License.  You may obtain a copy of the License at
-
-		http://www.apache.org/licenses/LICENSE-2.0
-
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
 	Unless required by applicable law or agreed to in writing,
 	software distributed under the License is distributed on an
 	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -20,127 +18,72 @@
 	under the License.   
 -->
 
-<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>cayenne-other-parent</artifactId>
-
-		<groupId>org.apache.cayenne.other</groupId>
-
+<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>cayenne-parent</artifactId>
+		<groupId>org.apache.cayenne</groupId>
 		<version>3.0-SNAPSHOT</version>
-
 	</parent>
 
-    <modelVersion>4.0.0</modelVersion>
-
-    <groupId>org.apache.cayenne.plugins</groupId>
-
-    <artifactId>cayenne-maven-plugin</artifactId>
-
-    <packaging>maven-plugin</packaging>
-
-    <name>Cayenne Maven Plugin</name>
-
-    <dependencies>
-
-        <dependency>
-
-            <groupId>org.apache.maven</groupId>
-
-            <artifactId>maven-plugin-api</artifactId>
-
-            <version>2.0.4</version>
-
-        </dependency>
-
-        <dependency>
-
-            <groupId>org.apache.maven</groupId>
-
-            <artifactId>maven-artifact</artifactId>
-
-            <version>2.0.4</version>
-
-        </dependency>
-
-        <dependency>
-
-            <groupId>org.apache.maven</groupId>
-
-            <artifactId>maven-project</artifactId>
-
-            <version>2.0.4</version>
-
-        </dependency>
-
-        <dependency>
-
-            <groupId>org.apache.maven</groupId>
-
-            <artifactId>maven-plugin-tools-api</artifactId>
-
-            <version>2.0.4</version>
-
-        </dependency>
-
-        <dependency>
-
-            <groupId>org.apache.cayenne.core</groupId>
-
-            <artifactId>cayenne-jdk1.4</artifactId>
-
-            <version>${version}</version>
-
-        </dependency>
-
-        <dependency>
-
-            <groupId>org.apache.cayenne.modeler</groupId>
-
-            <artifactId>cayenne-modeler</artifactId>
-
-            <version>${version}</version>
-
-        </dependency>
-
-        <dependency>
-
-            <groupId>junit</groupId>
-
-            <artifactId>junit</artifactId>
-
-            <scope>test</scope>
-
-        </dependency>
-
-        <dependency>
-
-            <groupId>foundrylogic.vpp</groupId>
-
-            <artifactId>vpp</artifactId>
-
-            <scope>compile</scope>
-
-        </dependency>
-
-
-
-        <!-- TODO: (KJM 10/03/2006) This should be a transitive dependency of vpp. -->
-
-        <dependency>
-
-            <groupId>ant</groupId>
-
-            <artifactId>ant</artifactId>
-
-            <scope>compile</scope>
-
-        </dependency>
-
-    </dependencies>
+	<modelVersion>4.0.0</modelVersion>
 
+	<groupId>org.apache.cayenne.plugins</groupId>
+	<artifactId>maven-cayenne-plugin</artifactId>
+	<packaging>maven-plugin</packaging>
+	<name>Cayenne Maven Plugin</name>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-plugin-api</artifactId>
+			<version>2.0.4</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-artifact</artifactId>
+			<version>2.0.4</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-project</artifactId>
+			<version>2.0.4</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.maven</groupId>
+			<artifactId>maven-plugin-tools-api</artifactId>
+			<version>2.0.4</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.cayenne.unpublished</groupId>
+			<artifactId>cayenne-jdk1.4-unpublished</artifactId>
+			<version>${version}</version>
+		</dependency>
+
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<scope>test</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>foundrylogic.vpp</groupId>
+			<artifactId>vpp</artifactId>
+			<scope>compile</scope>
+		</dependency>
+
+		<!-- TODO: (KJM 10/03/2006) This should be a transitive dependency of vpp. -->
+		<dependency>
+			<groupId>ant</groupId>
+			<artifactId>ant</artifactId>
+			<scope>compile</scope>
+		</dependency>
+	</dependencies>
 </project>