Author: kono
Date: 2010-08-17 12:46:54 -0700 (Tue, 17 Aug 2010)
New Revision: 21409

Modified:
   core3/parent/trunk/pom.xml
Log:
EasyMock version is set to 3, the latest version.

Modified: core3/parent/trunk/pom.xml
===================================================================
--- core3/parent/trunk/pom.xml  2010-08-17 19:36:05 UTC (rev 21408)
+++ core3/parent/trunk/pom.xml  2010-08-17 19:46:54 UTC (rev 21409)
@@ -10,17 +10,14 @@
 
 
        <properties>
-               <!--
-                       Eventually, we need to move all important system bundle 
version
-                       numbers here because the version should be consistent 
for all
-                       modules.
-               -->
+               <!-- Eventually, we need to move all important system bundle 
version numbers 
+                       here because the version should be consistent for all 
modules. -->
                <!-- System Bundle Versions -->
                <spring.version>2.5.6</spring.version>
                <spring.osgi.version>1.2.1</spring.osgi.version>
                <junit.version>4.8.1</junit.version>
-               <easymock.version>2.5.2</easymock.version>
-               
+               <easymock.version>3.0</easymock.version>
+
                <maven-bundle-plugin.version>2.1.0</maven-bundle-plugin.version>
        </properties>
 
@@ -32,11 +29,8 @@
                        
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases</url>
                </repository>
 
-               <!--
-                       NOTE that for snapshots to work (at least with Nexus) 
requires the
-                       artifact to be labelled using SNAPSHOT in uppercase, 
e.g.
-                       model-1.0-SNAPSHOT.jar
-               -->
+               <!-- NOTE that for snapshots to work (at least with Nexus) 
requires the 
+                       artifact to be labelled using SNAPSHOT in uppercase, 
e.g. model-1.0-SNAPSHOT.jar -->
                <snapshotRepository>
                        <id>snapshots</id>
                        <name>Internal Snapshots</name>
@@ -70,7 +64,7 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
                                <configuration>
-                                       <encoding>UTF-8</encoding>      
+                                       <encoding>UTF-8</encoding>
                                        <locale>en</locale>
                                        <javadocVersion>1.6</javadocVersion>
                                        <links>
@@ -79,7 +73,7 @@
                                        </links>
                                        <footer>Cytoscape 3 Core API</footer>
                                        <header>Cytoscape 3 Core API</header>
-                                       <bottom>Copyright 2010 Cytoscape 
Consortium.  All rights reserved.</bottom>
+                                       <bottom>Copyright 2010 Cytoscape 
Consortium. All rights reserved.</bottom>
                                </configuration>
                                <executions>
                                        <execution>
@@ -115,10 +109,8 @@
 
        </build>
 
-       <!--
-               these items don't exist in the typical public maven repos; we 
could
-               add these directly to Nexus if desired
-       -->
+       <!-- these items don't exist in the typical public maven repos; we 
could 
+               add these directly to Nexus if desired -->
        <repositories>
 
                <!-- SpringSource OSGi Bundle Repository -->
@@ -139,6 +131,15 @@
                        </snapshots>
                </repository>
 
+               <repository>
+                       <id>spring-osgified-artifacts</id>
+                       <snapshots>
+                               <enabled>true</enabled>
+                       </snapshots>
+                       <name>Springframework Maven OSGified Artifacts 
Repository</name>
+                       <url>http://maven.springframework.org/osgi</url>
+               </repository>
+
                <!-- Repo. of PAX project -->
                <repository>
                        <id>ops4j.releases</id>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to