Author: ruschein
Date: 2011-03-10 14:01:15 -0800 (Thu, 10 Mar 2011)
New Revision: 24396
Modified:
core3/model-impl/trunk/impl/pom.xml
Log:
Updated plug-in versions.
Modified: core3/model-impl/trunk/impl/pom.xml
===================================================================
--- core3/model-impl/trunk/impl/pom.xml 2011-03-10 22:00:55 UTC (rev 24395)
+++ core3/model-impl/trunk/impl/pom.xml 2011-03-10 22:01:15 UTC (rev 24396)
@@ -25,6 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
+ <version>${maven-jar-plugin.version}</version>
<executions>
<execution>
<goals>
@@ -36,6 +37,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+
<version>${maven-surefire-plugin.version}</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
@@ -43,13 +45,13 @@
<plugin>
<groupId>org.ops4j</groupId>
<artifactId>maven-pax-plugin</artifactId>
- <version>1.4</version>
+ <version>${maven-pax-plugin.version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.3</version>
+
<version>${maven-bundle-plugin.version}</version>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
--
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.