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 2009/10/11 06:51:14 UTC

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

Author: amaniatis
Date: Sun Oct 11 04:51:13 2009
New Revision: 824020

URL: http://svn.apache.org/viewvc?rev=824020&view=rev
Log:
Revert last commit. So it isn't quite as simple as that to specify the surefire snapshot version I want. Might need to leave this to someone for whom maven is less of a mystery.

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824020&r1=824019&r2=824020&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Sun Oct 11 04:51:13 2009
@@ -553,7 +553,6 @@
 		<plugins>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>
-                <version>2.5-SNAPSHOT</version>
 				<configuration>
 					<argLine>
 						-Dcayenne.test.connection=${cayenne.test.connection} -Djava.net.preferIPv4Stack=true



Re: svn commit: r824020 - /cayenne/main/trunk/pom.xml

Posted by Andrey Razumovsky <ra...@gmail.com>.
I'll have a look. We need to specify some other repository to use
2.5-SNAPSHOT

2009/10/11 <am...@apache.org>

> Author: amaniatis
> Date: Sun Oct 11 04:51:13 2009
> New Revision: 824020
>
> URL: http://svn.apache.org/viewvc?rev=824020&view=rev
> Log:
> Revert last commit. So it isn't quite as simple as that to specify the
> surefire snapshot version I want. Might need to leave this to someone for
> whom maven is less of a mystery.
>
> Modified:
>    cayenne/main/trunk/pom.xml
>
> Modified: cayenne/main/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=824020&r1=824019&r2=824020&view=diff
>
> ==============================================================================
> --- cayenne/main/trunk/pom.xml (original)
> +++ cayenne/main/trunk/pom.xml Sun Oct 11 04:51:13 2009
> @@ -553,7 +553,6 @@
>                <plugins>
>                        <plugin>
>
>  <artifactId>maven-surefire-plugin</artifactId>
> -                <version>2.5-SNAPSHOT</version>
>                                <configuration>
>                                        <argLine>
>
>  -Dcayenne.test.connection=${cayenne.test.connection}
> -Djava.net.preferIPv4Stack=true
>
>
>


-- 
Andrey