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/05/21 03:41:28 UTC

svn commit: r408120 - /incubator/cayenne/main/trunk/cayenne-regression-profiler/pom.xml

Author: aadamchik
Date: Sat May 20 18:41:28 2006
New Revision: 408120

URL: http://svn.apache.org/viewvc?rev=408120&view=rev
Log:
adding a profile switch to allow testing various milestones against the same test suite

Modified:
    incubator/cayenne/main/trunk/cayenne-regression-profiler/pom.xml

Modified: incubator/cayenne/main/trunk/cayenne-regression-profiler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne-regression-profiler/pom.xml?rev=408120&r1=408119&r2=408120&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne-regression-profiler/pom.xml (original)
+++ incubator/cayenne/main/trunk/cayenne-regression-profiler/pom.xml Sat May 20 18:41:28 2006
@@ -62,6 +62,32 @@
       </plugin>
     </plugins>
   </build>
+  <profiles>
+   <profile>
+  		<id>1.2-SNAPSHOT</id>
+  		<activation>
+  			<activeByDefault>true</activeByDefault>
+  		</activation>
+  		 <dependencies>
+  		 	<dependency>
+				<groupId>org.objectstyle.cayenne</groupId>
+				<artifactId>cayenne</artifactId>
+				<version>1.2-SNAPSHOT</version>
+			</dependency>
+  		 </dependencies>
+	</profile>
+	<profile>
+  		<id>1.2M11</id>
+  		 <dependencies>
+  		 	<dependency>
+				<groupId>org.objectstyle.cayenne</groupId>
+				<artifactId>cayenne</artifactId>
+				<version>1.2M11</version>
+			</dependency>
+  		 </dependencies>
+	</profile> 
+  </profiles>
+  
   <dependencies>
     <dependency>
       <groupId>javax.servlet</groupId>
@@ -75,10 +101,6 @@
       <version>1.8.0.1</version>
       <scope>runtime</scope>
     </dependency>
-    	<dependency>
-			<groupId>org.objectstyle.cayenne</groupId>
-			<artifactId>cayenne-nodeps</artifactId>
-			<version>1.2-SNAPSHOT</version>
-	</dependency>
+    	
   </dependencies>
 </project>