Author: pwang
Date: 2011-05-18 12:17:29 -0700 (Wed, 18 May 2011)
New Revision: 25467
Modified:
csplugins/trunk/ucsd/pwang/cy3samples/sample03/pom.xml
Log:
Fixed the version problem for maven build plugins
Modified: csplugins/trunk/ucsd/pwang/cy3samples/sample03/pom.xml
===================================================================
--- csplugins/trunk/ucsd/pwang/cy3samples/sample03/pom.xml 2011-05-18
17:35:28 UTC (rev 25466)
+++ csplugins/trunk/ucsd/pwang/cy3samples/sample03/pom.xml 2011-05-18
19:17:29 UTC (rev 25467)
@@ -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,22 +66,18 @@
<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>
+ <!-- Generates the OSGi metadata based on the osgi.bnd
file. -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.3</version>
- <!-- | the following instructions build a
simple set of public/private
- classes into an OSGi bundle -->
+
<version>${maven-bundle-plugin.version}</version>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-
<Bundle-Version>${pom.version}</Bundle-Version>
+
<Bundle-Version>${project.version}</Bundle-Version>
<_include>-osgi.bnd</_include>
</instructions>
</configuration>
--
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.