Author: pwang
Date: 2012-02-22 11:47:16 -0800 (Wed, 22 Feb 2012)
New Revision: 28335

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

Modified: core3/support/trunk/samples/sample05/pom.xml
===================================================================
--- core3/support/trunk/samples/sample05/pom.xml        2012-02-22 19:44:47 UTC 
(rev 28334)
+++ core3/support/trunk/samples/sample05/pom.xml        2012-02-22 19:47:16 UTC 
(rev 28335)
@@ -1,20 +1,22 @@
 <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>
-       
+               
+       <groupId>org.cytoscape.sample</groupId>
+       <artifactId>sample05</artifactId>
+       <packaging>bundle</packaging>
+       <name>${bundle.symbolicName}</name>
+
        <properties>
                <bundle.symbolicName>sample05</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>sample05</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