Author: kono
Date: 2011-05-12 11:13:29 -0700 (Thu, 12 May 2011)
New Revision: 25023

Modified:
   core3/archetypes/trunk/api-provider-plugin/pom.xml
   
core3/archetypes/trunk/api-provider-plugin/src/main/resources/archetype-resources/pom.xml
   core3/archetypes/trunk/task-plugin/pom.xml
Log:
Update dependency and make archetype compatible with Maven 3.


Modified: core3/archetypes/trunk/api-provider-plugin/pom.xml
===================================================================
--- core3/archetypes/trunk/api-provider-plugin/pom.xml  2011-05-12 18:04:37 UTC 
(rev 25022)
+++ core3/archetypes/trunk/api-provider-plugin/pom.xml  2011-05-12 18:13:29 UTC 
(rev 25023)
@@ -12,7 +12,7 @@
        <groupId>org.cytoscape.archetypes</groupId>
        <artifactId>api-provider-plugin</artifactId>
        <packaging>maven-archetype</packaging>
-       <name>Archetype - API Provider Plugin</name>
+       <name>Cytoscape 3 Archetype - API Provider Plugin</name>
 
        <build>
                <plugins>

Modified: 
core3/archetypes/trunk/api-provider-plugin/src/main/resources/archetype-resources/pom.xml
===================================================================
--- 
core3/archetypes/trunk/api-provider-plugin/src/main/resources/archetype-resources/pom.xml
   2011-05-12 18:04:37 UTC (rev 25022)
+++ 
core3/archetypes/trunk/api-provider-plugin/src/main/resources/archetype-resources/pom.xml
   2011-05-12 18:13:29 UTC (rev 25023)
@@ -58,7 +58,7 @@
                        <plugin>
                                <groupId>org.ops4j</groupId>
                                <artifactId>maven-pax-plugin</artifactId>
-                               <version>1.4</version>
+                               <version>1.5-SNAPSHOT</version>
                                <extensions>true</extensions>
                        </plugin>
                        <!-- Generates the OSGi metadata based on the osgi.bnd 
file. -->
@@ -108,20 +108,20 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>model-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
+                       <version>3.0.0-alpha3-SNAPSHOT</version>
                </dependency>
 
                <!-- dependencies specifically for unit testing -->
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.4</version>
+                       <version>4.8.2</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>test-support</artifactId>
-                       <version>1.0-SNAPSHOT</version>
+                       <version>3.0.0-alpha2-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>

Modified: core3/archetypes/trunk/task-plugin/pom.xml
===================================================================
--- core3/archetypes/trunk/task-plugin/pom.xml  2011-05-12 18:04:37 UTC (rev 
25022)
+++ core3/archetypes/trunk/task-plugin/pom.xml  2011-05-12 18:13:29 UTC (rev 
25023)
@@ -12,7 +12,7 @@
        <groupId>org.cytoscape.archetypes</groupId>
        <artifactId>task-plugin</artifactId>
        <packaging>maven-archetype</packaging>
-       <name>Archetype - Cytoscape Task Plugin</name>
+       <name>Cytoscape 3 Archetype - Cytoscape Task Plugin</name>
 
        <build>
                <plugins>

-- 
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