You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2010/01/18 02:10:58 UTC

svn commit: r900261 - /cayenne/main/trunk/pom.xml

Author: amaniatis
Date: Mon Jan 18 01:10:58 2010
New Revision: 900261

URL: http://svn.apache.org/viewvc?rev=900261&view=rev
Log:
Surefire 2.5 was released, so snapshot has gone away.

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=900261&r1=900260&r2=900261&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Mon Jan 18 01:10:58 2010
@@ -17,13 +17,18 @@
 	specific language governing permissions and limitations
 	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">
+<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>
-	<groupId>org.apache.cayenne</groupId>
 	<artifactId>cayenne-parent</artifactId>
+	<groupId>org.apache.cayenne</groupId>
+	<name>Cayenne</name>
+
 	<version>3.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
-	<name>Cayenne</name>
+
 	<description>
 		Apache Cayenne is a powerful, full-featured, and open source
 		Java framework, plus developer tools, that provides Object
@@ -505,7 +510,7 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>2.5-SNAPSHOT</version>
+				<version>2.5</version>
 				<configuration>
 					<argLine>
 						-DcayenneTestConnection=${cayenneTestConnection} -Djava.net.preferIPv4Stack=true