Author: aadamchik
Date: Tue Nov  9 21:28:16 2010
New Revision: 1033238

URL: http://svn.apache.org/viewvc?rev=1033238&view=rev
Log:
3.0 version of cayenne-mixin - setting up the pom

Modified:
    cayenne/sandbox/cayenne-mixin/branches/3.0/pom.xml

Modified: cayenne/sandbox/cayenne-mixin/branches/3.0/pom.xml
URL: 
http://svn.apache.org/viewvc/cayenne/sandbox/cayenne-mixin/branches/3.0/pom.xml?rev=1033238&r1=1033237&r2=1033238&view=diff
==============================================================================
--- cayenne/sandbox/cayenne-mixin/branches/3.0/pom.xml (original)
+++ cayenne/sandbox/cayenne-mixin/branches/3.0/pom.xml Tue Nov  9 21:28:16 2010
@@ -5,10 +5,10 @@
        <parent>
                <artifactId>cayenne-parent</artifactId>
                <groupId>org.apache.cayenne</groupId>
-               <version>3.1-SNAPSHOT</version>
+               <version>3.0.1</version>
        </parent>
        <artifactId>cayenne-mixin</artifactId>
-       <version>3.1-SNAPSHOT</version>
+       <version>3.0.1</version>
        <name>Library: cayenne-mixin</name>
        <packaging>jar</packaging>
        <dependencies>
@@ -21,10 +21,6 @@
                        <artifactId>cayenne-server</artifactId>
                        <version>${version}</version>
                </dependency>
-               <dependency>
-                       <groupId>commons-collections</groupId>
-                       <artifactId>commons-collections</artifactId>
-               </dependency>
        </dependencies>
        <build>
                <pluginManagement>


Reply via email to