Author: bago
Date: Mon Jun 1 18:34:43 2009
New Revision: 780771
URL: http://svn.apache.org/viewvc?rev=780771&view=rev
Log:
fix jmock artifact references:
1) ant was using jmock, m2 org.jmock (moved ant to org.jmock too)
2) org.jmock poms referred to jmock (fixed to org.jmock)
3) parent/pom.xml referenced org.jmock twice (remove duplication)
Modified:
james/imap/trunk/include.properties
james/imap/trunk/parent/pom.xml
james/imap/trunk/stage/org.jmock/poms/jmock-2.5.1.pom
james/imap/trunk/stage/org.jmock/poms/jmock-junit3-2.5.1.pom
Modified: james/imap/trunk/include.properties
URL:
http://svn.apache.org/viewvc/james/imap/trunk/include.properties?rev=780771&r1=780770&r2=780771&view=diff
==============================================================================
--- james/imap/trunk/include.properties (original)
+++ james/imap/trunk/include.properties Mon Jun 1 18:34:43 2009
@@ -71,7 +71,7 @@
path.lib.commonspool=commons-pool/jars
path.lib.commonslang=commons-lang/jars
path.lib.commonsnet=commons-net/jars
-path.lib.jmock=jmock/jars
+path.lib.jmock=org.jmock/jars
path.lib.junit=junit/jars
path.lib.openjpa=org.apache.openjpa/jars
Modified: james/imap/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=780771&r1=780770&r2=780771&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Mon Jun 1 18:34:43 2009
@@ -486,12 +486,6 @@
<version>2.5.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock-junit3</artifactId>
- <version>2.5.1</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Modified: james/imap/trunk/stage/org.jmock/poms/jmock-2.5.1.pom
URL:
http://svn.apache.org/viewvc/james/imap/trunk/stage/org.jmock/poms/jmock-2.5.1.pom?rev=780771&r1=780770&r2=780771&view=diff
==============================================================================
--- james/imap/trunk/stage/org.jmock/poms/jmock-2.5.1.pom (original)
+++ james/imap/trunk/stage/org.jmock/poms/jmock-2.5.1.pom Mon Jun 1 18:34:43
2009
@@ -19,7 +19,7 @@
under the License.
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>jmock</groupId>
+ <groupId>org.jmock</groupId>
<artifactId>jmock</artifactId>
<packaging>jar</packaging>
<name>jMock 2.5.1</name>
Modified: james/imap/trunk/stage/org.jmock/poms/jmock-junit3-2.5.1.pom
URL:
http://svn.apache.org/viewvc/james/imap/trunk/stage/org.jmock/poms/jmock-junit3-2.5.1.pom?rev=780771&r1=780770&r2=780771&view=diff
==============================================================================
--- james/imap/trunk/stage/org.jmock/poms/jmock-junit3-2.5.1.pom (original)
+++ james/imap/trunk/stage/org.jmock/poms/jmock-junit3-2.5.1.pom Mon Jun 1
18:34:43 2009
@@ -19,14 +19,14 @@
under the License.
-->
<modelVersion>4.0.0</modelVersion>
- <groupId>jmock</groupId>
+ <groupId>org.jmock</groupId>
<artifactId>jmock-junit3</artifactId>
<packaging>jar</packaging>
<name>jMock 2.5.1 - Junit 3 integration</name>
-
+
<dependencies>
<dependency>
- <groupId>jmock</groupId>
+ <groupId>org.jmock</groupId>
<artifactId>jmock</artifactId>
<version>2.5.1</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]