Author: pwang
Date: 2011-05-18 15:41:54 -0700 (Wed, 18 May 2011)
New Revision: 25472

Modified:
   csplugins/trunk/ucsd/pwang/cy3samples/sample06/pom.xml
Log:
Fixed the version problem for maven build plugins

Modified: csplugins/trunk/ucsd/pwang/cy3samples/sample06/pom.xml
===================================================================
--- csplugins/trunk/ucsd/pwang/cy3samples/sample06/pom.xml      2011-05-18 
22:40:42 UTC (rev 25471)
+++ csplugins/trunk/ucsd/pwang/cy3samples/sample06/pom.xml      2011-05-18 
22:41:54 UTC (rev 25472)
@@ -2,7 +2,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
        
        <properties>
@@ -66,10 +66,7 @@
                        <plugin>
                                <groupId>org.ops4j</groupId>
                                <artifactId>maven-pax-plugin</artifactId>
-                               <version>1.4</version>
-                               <!-- | enable improved OSGi compilation support 
for the bundle life-cycle. 
-                                       | to switch back to the standard bundle 
life-cycle, move this setting | down 
-                                       to the maven-bundle-plugin section -->
+                               <version>${maven-pax-plugin.version}</version>
                                <extensions>true</extensions>
                        </plugin>
                        <plugin>

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