You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by jo...@apache.org on 2014/03/22 15:38:28 UTC

svn commit: r1580216 - /cayenne/sandbox/cayenne-migrations/pom.xml

Author: johnthuss
Date: Sat Mar 22 14:38:27 2014
New Revision: 1580216

URL: http://svn.apache.org/r1580216
Log:
Fixed maven pom.xml

Modified:
    cayenne/sandbox/cayenne-migrations/pom.xml

Modified: cayenne/sandbox/cayenne-migrations/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/sandbox/cayenne-migrations/pom.xml?rev=1580216&r1=1580215&r2=1580216&view=diff
==============================================================================
--- cayenne/sandbox/cayenne-migrations/pom.xml (original)
+++ cayenne/sandbox/cayenne-migrations/pom.xml Sat Mar 22 14:38:27 2014
@@ -1,23 +1,21 @@
 <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">
 	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache.cayenne</groupId>
-		<artifactId>cayenne-parent</artifactId>
-		<version>3.2M1-SNAPSHOT</version>
-	</parent>
+  	<groupId>org.apache.cayenne</groupId>
 	<artifactId>cayenne-migrations</artifactId>
+  	<version>0.1</version>
 	<packaging>jar</packaging>
 	<name>cayenne-migrations</name>
 	<dependencies>
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
+			<version>3.8.2</version>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.cayenne.unpublished</groupId>
-			<artifactId>cayenne-jdk1.5-unpublished</artifactId>
-			<version>[3.1,)</version>
+			<groupId>org.apache.cayenne</groupId>
+			<artifactId>cayenne-server</artifactId>
+			<version>3.1RC1</version>
 		</dependency>
 	</dependencies>
 	<build>