Author: kono
Date: 2012-10-01 14:28:01 -0700 (Mon, 01 Oct 2012)
New Revision: 30547
Modified:
core3/impl/trunk/pom.xml
Log:
Local properties are set for beta1 release.
Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml 2012-10-01 21:13:16 UTC (rev 30546)
+++ core3/impl/trunk/pom.xml 2012-10-01 21:28:01 UTC (rev 30547)
@@ -16,6 +16,12 @@
<version>3.0.0-beta1-SNAPSHOT</version>
<name>Cytoscape Implementation Parent Project POM</name>
+ <properties>
+ <cytoscape.api.version>3.0.0-beta3</cytoscape.api.version>
+
<cytoscape.support.version>3.0.0-beta1</cytoscape.support.version>
+ </properties>
+
+
<modules>
<module>biopax-impl</module>
<module>command-executor-impl</module>
@@ -325,7 +331,7 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>service-api</artifactId>
- <version>3.0.0-beta3</version>
+ <version>${cytoscape.api.version}</version>
</dependency>
</dependencies>
--
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.