Author: mes
Date: 2011-05-14 15:39:39 -0700 (Sat, 14 May 2011)
New Revision: 25218

Modified:
   core3/model-impl/trunk/impl/pom.xml
   core3/model-impl/trunk/it/pom.xml
   core3/model-impl/trunk/performance/pom.xml
   core3/model-impl/trunk/pom.xml
Log:
[maven-release-plugin] prepare release model-impl-parent-3.0.0-alpha3

Modified: core3/model-impl/trunk/impl/pom.xml
===================================================================
--- core3/model-impl/trunk/impl/pom.xml 2011-05-14 22:38:16 UTC (rev 25217)
+++ core3/model-impl/trunk/impl/pom.xml 2011-05-14 22:39:39 UTC (rev 25218)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>model-impl-parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha3-SNAPSHOT</version>
+               <version>3.0.0-alpha3</version>
        </parent>
 
        <properties>

Modified: core3/model-impl/trunk/it/pom.xml
===================================================================
--- core3/model-impl/trunk/it/pom.xml   2011-05-14 22:38:16 UTC (rev 25217)
+++ core3/model-impl/trunk/it/pom.xml   2011-05-14 22:39:39 UTC (rev 25218)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>model-impl-parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha3-SNAPSHOT</version>
+               <version>3.0.0-alpha3</version>
        </parent>
 
        <properties>
@@ -64,7 +64,7 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>integration-test-support</artifactId>
-                       <version>3.0.0-alpha4-SNAPSHOT</version>
+                       <version>3.0.0-alpha4</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>

Modified: core3/model-impl/trunk/performance/pom.xml
===================================================================
--- core3/model-impl/trunk/performance/pom.xml  2011-05-14 22:38:16 UTC (rev 
25217)
+++ core3/model-impl/trunk/performance/pom.xml  2011-05-14 22:39:39 UTC (rev 
25218)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>model-impl-parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha3-SNAPSHOT</version>
+               <version>3.0.0-alpha3</version>
        </parent>
 
        <properties>
@@ -65,7 +65,7 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>integration-test-support</artifactId>
-                       <version>3.0.0-alpha4-SNAPSHOT</version>
+                       <version>3.0.0-alpha4</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
@@ -92,7 +92,7 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>event-impl</artifactId>
-                       <version>3.0.0-alpha3-SNAPSHOT</version>
+                       <version>3.0.0-alpha3</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>

Modified: core3/model-impl/trunk/pom.xml
===================================================================
--- core3/model-impl/trunk/pom.xml      2011-05-14 22:38:16 UTC (rev 25217)
+++ core3/model-impl/trunk/pom.xml      2011-05-14 22:39:39 UTC (rev 25218)
@@ -9,7 +9,7 @@
        <groupId>org.cytoscape</groupId>
        <artifactId>model-impl-parent</artifactId>
        <packaging>pom</packaging>
-       <version>3.0.0-alpha3-SNAPSHOT</version>
+       <version>3.0.0-alpha3</version>
        <name>model-impl-parent</name>
 
        <modules>
@@ -19,9 +19,9 @@
        </modules>
 
        <scm>
-               
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/model-impl/trunk</connection>
-               
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/model-impl/trunk</developerConnection>
-               <url>http://chianti.ucsd.edu/svn/core3/model-impl/trunk</url>
+               
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/model-impl/tags/model-impl-parent-3.0.0-alpha3</connection>
+               
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/model-impl/tags/model-impl-parent-3.0.0-alpha3</developerConnection>
+               
<url>http://chianti.ucsd.edu/svn/core3/model-impl/tags/model-impl-parent-3.0.0-alpha3</url>
        </scm>
 
        <build>
@@ -75,7 +75,7 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>model-api</artifactId>
-                       <version>3.0.0-alpha4-SNAPSHOT</version>
+                       <version>3.0.0-alpha4</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
@@ -88,19 +88,19 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>event-api</artifactId>
-                       <version>3.0.0-alpha4-SNAPSHOT</version>
+                       <version>3.0.0-alpha4</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>equations-api</artifactId>
-                       <version>3.0.0-alpha2-SNAPSHOT</version>
+                       <version>3.0.0-alpha2</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>equations-impl</artifactId>
-                       <version>3.0.0-alpha2-SNAPSHOT</version>
+                       <version>3.0.0-alpha2</version>
                        <scope>test</scope>
                </dependency>
                <dependency>

-- 
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.

Reply via email to