Author: mes
Date: 2010-10-28 16:31:45 -0700 (Thu, 28 Oct 2010)
New Revision: 22620

Added:
   
core3/service-util/trunk/src/main/java/org/cytoscape/service/util/package-info.java
Modified:
   core3/service-util/trunk/pom.xml
Log:
updated pom for release

Modified: core3/service-util/trunk/pom.xml
===================================================================
--- core3/service-util/trunk/pom.xml    2010-10-28 23:28:02 UTC (rev 22619)
+++ core3/service-util/trunk/pom.xml    2010-10-28 23:31:45 UTC (rev 22620)
@@ -6,7 +6,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>1.0-SNAPSHOT</version>
+               <version>3.0.0-alpha3</version>
        </parent>
 
        <properties>
@@ -23,6 +23,12 @@
 
        <packaging>bundle</packaging>
 
+       <scm>
+               
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/service-util/trunk</connection>
+               
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/service-util/trunk</developerConnection>
+               <url>http://chianti.ucsd.edu/svn/core3/service-util/trunk</url>
+       </scm>
+
        <repositories>
                <!-- bootstrap for cytoscape dependencies, namely the parent 
POM snapshots -->
                <repository>
@@ -92,12 +98,6 @@
 
        <dependencies>
                <dependency>
-                       <groupId>org.ops4j.pax.logging</groupId>
-                       <artifactId>pax-logging-api</artifactId>
-                       <version>1.5.2</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
                        <groupId>org.osgi</groupId>
                        <artifactId>osgi_R4_core</artifactId>
                        <version>1.0</version>

Added: 
core3/service-util/trunk/src/main/java/org/cytoscape/service/util/package-info.java
===================================================================
--- 
core3/service-util/trunk/src/main/java/org/cytoscape/service/util/package-info.java
                         (rev 0)
+++ 
core3/service-util/trunk/src/main/java/org/cytoscape/service/util/package-info.java
 2010-10-28 23:31:45 UTC (rev 22620)
@@ -0,0 +1,5 @@
+/**
+ * This package contains a simple utility for registering OSGi
+ * services without requiring use of the OSGi API.
+ */
+package org.cytoscape.service.util;

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