Author: mes
Date: 2011-01-28 15:57:43 -0800 (Fri, 28 Jan 2011)
New Revision: 23862
Modified:
core3/editor-impl/trunk/pom.xml
Log:
preparing for release
Modified: core3/editor-impl/trunk/pom.xml
===================================================================
--- core3/editor-impl/trunk/pom.xml 2011-01-28 23:55:34 UTC (rev 23861)
+++ core3/editor-impl/trunk/pom.xml 2011-01-28 23:57:43 UTC (rev 23862)
@@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>1.0-SNAPSHOT</version>
+ <version>3.0.0-alpha4</version>
</parent>
<properties>
@@ -23,15 +23,17 @@
<packaging>bundle</packaging>
+ <scm>
+
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/editor-impl/trunk</connection>
+
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/editor-impl/trunk</developerConnection>
+ <url>http://chianti.ucsd.edu/svn/core3/editor-impl/trunk</url>
+ </scm>
+
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
- <!--
- | example additional resource entries, useful
when building Eclipse
- RCP applications
- -->
</resources>
<plugins>
<plugin>
@@ -45,21 +47,12 @@
<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
- -->
<extensions>true</extensions>
</plugin>
<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
- -->
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
@@ -108,32 +101,32 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>model-api</artifactId>
- <version>3.0.0-alpha2-SNAPSHOT</version>
+ <version>3.0.0-alpha2</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>presentation-api</artifactId>
- <version>3.0.0-alpha2-SNAPSHOT</version>
+ <version>3.0.0-alpha2</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>viewmodel-api</artifactId>
- <version>3.0.0-alpha3-SNAPSHOT</version>
+ <version>3.0.0-alpha3</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>dnd-api</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>3.0.0-alpha1</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>swing-application-api</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>3.0.0-alpha1</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>core-task-api</artifactId>
- <version>3.0.0-alpha2-SNAPSHOT</version>
+ <version>3.0.0-alpha2</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.