Author: jm
Date: 2012-05-30 14:12:16 -0700 (Wed, 30 May 2012)
New Revision: 29399
Modified:
core3/parent/trunk/pom.xml
Log:
Fixed stale reference to taglet bundle. Now build should work on environments
with no pre-existing Maven repository
Modified: core3/parent/trunk/pom.xml
===================================================================
--- core3/parent/trunk/pom.xml 2012-05-30 20:04:26 UTC (rev 29398)
+++ core3/parent/trunk/pom.xml 2012-05-30 21:12:16 UTC (rev 29399)
@@ -10,6 +10,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+
<cytoscape-support.version>3.0.0-alpha8-SNAPSHOT</cytoscape-support.version>
<spring.version>3.0.5.RELEASE</spring.version>
<spring.osgi.version>1.2.1</spring.osgi.version>
@@ -95,7 +97,7 @@
<tagletArtifact>
<groupId>org.cytoscape</groupId>
<artifactId>taglets</artifactId>
-
<version>3.0.0-alpha7-SNAPSHOT</version>
+
<version>${cytoscape-support.version}</version>
</tagletArtifact>
</tagletArtifacts>
</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.