Author: pwang
Date: 2012-02-22 11:32:36 -0800 (Wed, 22 Feb 2012)
New Revision: 28333

Modified:
   core3/support/trunk/samples/sample03/pom.xml
Log:
Remove dependency on parent pom

Modified: core3/support/trunk/samples/sample03/pom.xml
===================================================================
--- core3/support/trunk/samples/sample03/pom.xml        2012-02-22 19:30:43 UTC 
(rev 28332)
+++ core3/support/trunk/samples/sample03/pom.xml        2012-02-22 19:32:36 UTC 
(rev 28333)
@@ -1,20 +1,21 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <artifactId>parent</artifactId>
-               <groupId>org.cytoscape.sample</groupId>
-               <version>3.0.0-alpha7-SNAPSHOT</version>
-       </parent>
        
        <properties>
-               <bundle.symbolicName>sample3</bundle.symbolicName>
+               <bundle.symbolicName>sample03</bundle.symbolicName>
                
<bundle.namespace>org.cytoscape.sample.internal</bundle.namespace>
+               
<cytoscape.api.version>3.0.0-alpha8-SNAPSHOT</cytoscape.api.version>
+               
+               <maven-bundle-plugin.version>2.3.4</maven-bundle-plugin.version>
+               <osgi.api.version>4.2.0</osgi.api.version>
        </properties>
        
        <groupId>org.cytoscape.sample</groupId>
        <artifactId>sample03</artifactId>
        <packaging>bundle</packaging>
        <name>${bundle.symbolicName}</name>
+
+       <version>0.0.1</version>
   
        <repositories>
                <repository>

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