Author: ruschein
Date: 2011-03-10 08:22:16 -0800 (Thu, 10 Mar 2011)
New Revision: 24361

Modified:
   core3/cmdline-parser-impl/trunk/pom.xml
   core3/core-task-api/trunk/pom.xml
   core3/core-task-impl/trunk/pom.xml
   core3/cy-commons-cli/trunk/pom.xml
   core3/default-mappingcalculators/trunk/pom.xml
   core3/ding-customgraphics-manager-impl/trunk/pom.xml
   core3/ding-presentation-impl/trunk/pom.xml
   core3/dnd-api/trunk/pom.xml
   core3/editor-impl/trunk/pom.xml
   core3/equations-api/trunk/pom.xml
   core3/equations-functions-impl/trunk/pom.xml
   core3/equations-impl/trunk/pom.xml
   core3/event-impl/trunk/pom.xml
   core3/filter-impl/trunk/pom.xml
   core3/graph-render/trunk/pom.xml
   core3/integration-test-support/trunk/pom.xml
   core3/io-api/trunk/pom.xml
   core3/io-impl/trunk/pom.xml
   core3/layout-api/trunk/pom.xml
   core3/layout-cytoscape-impl/trunk/pom.xml
   core3/layout-jgraph-impl/trunk/pom.xml
   core3/layout-prefuse-impl/trunk/pom.xml
   core3/linkout-impl/trunk/pom.xml
   core3/log-swing-impl/trunk/pom.xml
   core3/manual-layout-impl/trunk/pom.xml
   core3/math-xform/trunk/pom.xml
   core3/network-analyzer-impl/trunk/pom.xml
   core3/network-merge-impl/trunk/pom.xml
   core3/plugin-api/trunk/pom.xml
   core3/plugin-impl/trunk/pom.xml
   core3/presentation-api/trunk/pom.xml
   core3/property-api/trunk/pom.xml
   core3/property-impl/trunk/pom.xml
   core3/psi-mi-impl/trunk/pom.xml
   core3/sbml-impl/trunk/pom.xml
   core3/search-impl/trunk/pom.xml
   core3/service-util/trunk/pom.xml
   core3/session-api/trunk/pom.xml
   core3/session-impl/trunk/pom.xml
   core3/spacial/trunk/pom.xml
   core3/splash-updater-impl/trunk/pom.xml
   core3/swing-application-api/trunk/pom.xml
   core3/swing-application-impl/trunk/pom.xml
   core3/swing-util/trunk/pom.xml
   core3/table-browser-impl/trunk/pom.xml
   core3/table-import-impl/trunk/pom.xml
   core3/task-testing-impl/trunk/pom.xml
   core3/util-intr/trunk/pom.xml
   core3/viewmodel-api/trunk/pom.xml
   core3/vizmap-api/trunk/pom.xml
   core3/vizmap-gui-api/trunk/pom.xml
   core3/vizmap-gui-impl/trunk/pom.xml
   core3/webservice-api/trunk/pom.xml
   core3/webservice-biomart-client-impl/trunk/pom.xml
   core3/webservice-impl/trunk/pom.xml
   core3/webservice-ncbi-client-impl/trunk/pom.xml
   core3/work-api/trunk/pom.xml
   core3/work-headless-impl/trunk/pom.xml
   core3/work-spring-hack/trunk/pom.xml
   core3/work-swing-api/trunk/pom.xml
   core3/work-tunable-props-impl/trunk/pom.xml
Log:
Replaced pom.version with project.version for Maven 3.

Modified: core3/cmdline-parser-impl/trunk/pom.xml
===================================================================
--- core3/cmdline-parser-impl/trunk/pom.xml     2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/cmdline-parser-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 
24361)
@@ -87,7 +87,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <!--
              | assume public classes are in the top package, and private 
classes are under ".internal"
             -->

Modified: core3/core-task-api/trunk/pom.xml
===================================================================
--- core3/core-task-api/trunk/pom.xml   2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/core-task-api/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 24361)
@@ -89,7 +89,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/core-task-impl/trunk/pom.xml
===================================================================
--- core3/core-task-impl/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/core-task-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
@@ -85,7 +85,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/cy-commons-cli/trunk/pom.xml
===================================================================
--- core3/cy-commons-cli/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/cy-commons-cli/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
@@ -33,8 +33,8 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
-            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+            <Bundle-Version>${project.version}</Bundle-Version>
+            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
             <Private-Package>${bundle.namespace}.internal.*</Private-Package>
             <_include>-osgi.bnd</_include>
           </instructions>

Modified: core3/default-mappingcalculators/trunk/pom.xml
===================================================================
--- core3/default-mappingcalculators/trunk/pom.xml      2011-03-10 01:13:07 UTC 
(rev 24360)
+++ core3/default-mappingcalculators/trunk/pom.xml      2011-03-10 16:22:16 UTC 
(rev 24361)
@@ -62,10 +62,10 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!-- | assume public classes 
are in the top package, and private classes 
                                                        are under ".internal" 
-->
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <!-- | each module can override 
these defaults in their osgi.bnd file -->
                                                <_include>-osgi.bnd</_include>

Modified: core3/ding-customgraphics-manager-impl/trunk/pom.xml
===================================================================
--- core3/ding-customgraphics-manager-impl/trunk/pom.xml        2011-03-10 
01:13:07 UTC (rev 24360)
+++ core3/ding-customgraphics-manager-impl/trunk/pom.xml        2011-03-10 
16:22:16 UTC (rev 24361)
@@ -87,7 +87,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/ding-presentation-impl/trunk/pom.xml
===================================================================
--- core3/ding-presentation-impl/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/ding-presentation-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 
24361)
@@ -89,10 +89,10 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!-- | assume public classes 
are in the top package, and private classes 
                                                        are under ".internal" 
-->
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <!-- | each module can override 
these defaults in their osgi.bnd file -->
                                                <_include>-osgi.bnd</_include>

Modified: core3/dnd-api/trunk/pom.xml
===================================================================
--- core3/dnd-api/trunk/pom.xml 2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/dnd-api/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
@@ -55,7 +55,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/editor-impl/trunk/pom.xml
===================================================================
--- core3/editor-impl/trunk/pom.xml     2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/editor-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
@@ -54,7 +54,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/equations-api/trunk/pom.xml
===================================================================
--- core3/equations-api/trunk/pom.xml   2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/equations-api/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 24361)
@@ -93,7 +93,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <_include>-osgi.bnd</_include>
           </instructions>
         </configuration>

Modified: core3/equations-functions-impl/trunk/pom.xml
===================================================================
--- core3/equations-functions-impl/trunk/pom.xml        2011-03-10 01:13:07 UTC 
(rev 24360)
+++ core3/equations-functions-impl/trunk/pom.xml        2011-03-10 16:22:16 UTC 
(rev 24361)
@@ -102,7 +102,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!--
                                                        | assume public classes 
are in the top package, and private
                                                        classes are under 
".internal"

Modified: core3/equations-impl/trunk/pom.xml
===================================================================
--- core3/equations-impl/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/equations-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
@@ -100,7 +100,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!--
                                                        | assume public classes 
are in the top package, and private
                                                        classes are under 
".internal"

Modified: core3/event-impl/trunk/pom.xml
===================================================================
--- core3/event-impl/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/event-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
@@ -75,7 +75,7 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>event-api</artifactId>
-                       <version>3.0.0-alpha3</version>
+                       <version>3.0.0-alpha4-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
@@ -95,7 +95,7 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>event-api</artifactId>
-                       <version>3.0.0-alpha3</version>
+                       <version>3.0.0-alpha4-SNAPSHOT</version>
                        <type>test-jar</type>
                        <scope>test</scope>
                </dependency>

Modified: core3/filter-impl/trunk/pom.xml
===================================================================
--- core3/filter-impl/trunk/pom.xml     2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/filter-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
@@ -126,7 +126,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/graph-render/trunk/pom.xml
===================================================================
--- core3/graph-render/trunk/pom.xml    2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/graph-render/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
@@ -87,7 +87,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/integration-test-support/trunk/pom.xml
===================================================================
--- core3/integration-test-support/trunk/pom.xml        2011-03-10 01:13:07 UTC 
(rev 24360)
+++ core3/integration-test-support/trunk/pom.xml        2011-03-10 16:22:16 UTC 
(rev 24361)
@@ -42,7 +42,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <_include>-osgi.bnd</_include>
           </instructions>
         </configuration>

Modified: core3/io-api/trunk/pom.xml
===================================================================
--- core3/io-api/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/io-api/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
@@ -62,10 +62,10 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!-- | assume public classes 
are in the top package, and private classes 
                                                        are under ".internal" 
-->
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <!-- | each module can override 
these defaults in their osgi.bnd file -->
                                                <_include>-osgi.bnd</_include>

Modified: core3/io-impl/trunk/pom.xml
===================================================================
--- core3/io-impl/trunk/pom.xml 2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/io-impl/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
@@ -82,7 +82,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/layout-api/trunk/pom.xml
===================================================================
--- core3/layout-api/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/layout-api/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
@@ -68,7 +68,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/layout-cytoscape-impl/trunk/pom.xml
===================================================================
--- core3/layout-cytoscape-impl/trunk/pom.xml   2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/layout-cytoscape-impl/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 
24361)
@@ -69,7 +69,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/layout-jgraph-impl/trunk/pom.xml
===================================================================
--- core3/layout-jgraph-impl/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/layout-jgraph-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
@@ -46,7 +46,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/layout-prefuse-impl/trunk/pom.xml
===================================================================
--- core3/layout-prefuse-impl/trunk/pom.xml     2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/layout-prefuse-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 
24361)
@@ -69,7 +69,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/linkout-impl/trunk/pom.xml
===================================================================
--- core3/linkout-impl/trunk/pom.xml    2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/linkout-impl/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
@@ -75,7 +75,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/log-swing-impl/trunk/pom.xml
===================================================================
--- core3/log-swing-impl/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/log-swing-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
@@ -63,9 +63,9 @@
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}
                                                </Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <Export-Package>
-                                                       
!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}",org.apache.commons.collections.*
+                                                       
!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}",org.apache.commons.collections.*
                                                </Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*
                                                </Private-Package>

Modified: core3/manual-layout-impl/trunk/pom.xml
===================================================================
--- core3/manual-layout-impl/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/manual-layout-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
@@ -37,8 +37,8 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
-            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+            <Bundle-Version>${project.version}</Bundle-Version>
+            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
             <Private-Package>${bundle.namespace}.internal.*</Private-Package>
             <_include>-osgi.bnd</_include>
           </instructions>

Modified: core3/math-xform/trunk/pom.xml
===================================================================
--- core3/math-xform/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/math-xform/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
@@ -67,7 +67,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <_include>-osgi.bnd</_include>
           </instructions>
         </configuration>

Modified: core3/network-analyzer-impl/trunk/pom.xml
===================================================================
--- core3/network-analyzer-impl/trunk/pom.xml   2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/network-analyzer-impl/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 
24361)
@@ -44,7 +44,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/network-merge-impl/trunk/pom.xml
===================================================================
--- core3/network-merge-impl/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/network-merge-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
@@ -39,7 +39,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/plugin-api/trunk/pom.xml
===================================================================
--- core3/plugin-api/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/plugin-api/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
@@ -93,7 +93,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <_include>-osgi.bnd</_include>
           </instructions>
         </configuration>

Modified: core3/plugin-impl/trunk/pom.xml
===================================================================
--- core3/plugin-impl/trunk/pom.xml     2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/plugin-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
@@ -73,7 +73,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <_include>-osgi.bnd</_include>
           </instructions>
         </configuration>

Modified: core3/presentation-api/trunk/pom.xml
===================================================================
--- core3/presentation-api/trunk/pom.xml        2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/presentation-api/trunk/pom.xml        2011-03-10 16:22:16 UTC (rev 
24361)
@@ -62,10 +62,10 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!-- | assume public classes 
are in the top package, and private classes 
                                                        are under ".internal" 
-->
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <!-- | each module can override 
these defaults in their osgi.bnd file -->
                                                <_include>-osgi.bnd</_include>

Modified: core3/property-api/trunk/pom.xml
===================================================================
--- core3/property-api/trunk/pom.xml    2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/property-api/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
@@ -42,7 +42,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/property-impl/trunk/pom.xml
===================================================================
--- core3/property-impl/trunk/pom.xml   2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/property-impl/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 24361)
@@ -78,7 +78,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/psi-mi-impl/trunk/pom.xml
===================================================================
--- core3/psi-mi-impl/trunk/pom.xml     2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/psi-mi-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
@@ -110,7 +110,7 @@
        <configuration>
          <instructions>
            <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-           <Bundle-Version>${pom.version}</Bundle-Version>
+           <Bundle-Version>${project.version}</Bundle-Version>
            <_include>-osgi.bnd</_include>
          </instructions>
        </configuration>

Modified: core3/sbml-impl/trunk/pom.xml
===================================================================
--- core3/sbml-impl/trunk/pom.xml       2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/sbml-impl/trunk/pom.xml       2011-03-10 16:22:16 UTC (rev 24361)
@@ -119,7 +119,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/search-impl/trunk/pom.xml
===================================================================
--- core3/search-impl/trunk/pom.xml     2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/search-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
@@ -44,7 +44,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/service-util/trunk/pom.xml
===================================================================
--- core3/service-util/trunk/pom.xml    2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/service-util/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
@@ -85,7 +85,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/session-api/trunk/pom.xml
===================================================================
--- core3/session-api/trunk/pom.xml     2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/session-api/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
@@ -89,7 +89,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/session-impl/trunk/pom.xml
===================================================================
--- core3/session-impl/trunk/pom.xml    2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/session-impl/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
@@ -67,7 +67,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/spacial/trunk/pom.xml
===================================================================
--- core3/spacial/trunk/pom.xml 2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/spacial/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
@@ -93,11 +93,11 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <!--
              | assume public classes are in the top package, and private 
classes are under ".internal"
             -->
-            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
             <Private-Package>${bundle.namespace}.internal.*</Private-Package>
             <!--
              | each module can override these defaults in their osgi.bnd file

Modified: core3/splash-updater-impl/trunk/pom.xml
===================================================================
--- core3/splash-updater-impl/trunk/pom.xml     2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/splash-updater-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 
24361)
@@ -42,7 +42,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <_include>-osgi.bnd</_include>
           </instructions>
         </configuration>

Modified: core3/swing-application-api/trunk/pom.xml
===================================================================
--- core3/swing-application-api/trunk/pom.xml   2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/swing-application-api/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 
24361)
@@ -39,8 +39,8 @@
                        <configuration>
                                <instructions>
                                        
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                       
<Bundle-Version>${pom.version}</Bundle-Version>
-                                       
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                       
<Bundle-Version>${project.version}</Bundle-Version>
+                                       
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                        
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                        <_include>-osgi.bnd</_include>
                                </instructions>

Modified: core3/swing-application-impl/trunk/pom.xml
===================================================================
--- core3/swing-application-impl/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/swing-application-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 
24361)
@@ -44,7 +44,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/swing-util/trunk/pom.xml
===================================================================
--- core3/swing-util/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/swing-util/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
@@ -82,8 +82,8 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
-            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+            <Bundle-Version>${project.version}</Bundle-Version>
+            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
             <Private-Package>${bundle.namespace}.internal.*</Private-Package>
             <_include>-osgi.bnd</_include>
           </instructions>

Modified: core3/table-browser-impl/trunk/pom.xml
===================================================================
--- core3/table-browser-impl/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/table-browser-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
@@ -44,7 +44,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>
@@ -62,10 +62,28 @@
                                                </goals>
                                                <configuration>
                                                        
<baselineVersion>3.0.0-alpha1</baselineVersion>
+                                                       
<argLine>-Xmx256m</argLine>
+                                                       
<redirectTestOutputToFile>true</redirectTestOutputToFile>
                                                </configuration>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.cytoscape.mavenplugins</groupId>
+                               
<artifactId>cytoscape-profiler-maven-plugin</artifactId>
+                               <version>1.0-SNAPSHOT</version>
+                               <executions>
+                                       <execution>
+                                               <phase>test</phase>
+                                               <goals>
+                                                       <goal>profiler</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<baselineVersion>3.0.0-alpha1</baselineVersion>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
 -->
                </plugins>
        </build>

Modified: core3/table-import-impl/trunk/pom.xml
===================================================================
--- core3/table-import-impl/trunk/pom.xml       2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/table-import-impl/trunk/pom.xml       2011-03-10 16:22:16 UTC (rev 
24361)
@@ -43,7 +43,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/task-testing-impl/trunk/pom.xml
===================================================================
--- core3/task-testing-impl/trunk/pom.xml       2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/task-testing-impl/trunk/pom.xml       2011-03-10 16:22:16 UTC (rev 
24361)
@@ -40,7 +40,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/util-intr/trunk/pom.xml
===================================================================
--- core3/util-intr/trunk/pom.xml       2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/util-intr/trunk/pom.xml       2011-03-10 16:22:16 UTC (rev 24361)
@@ -87,11 +87,11 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <!--
              | assume public classes are in the top package, and private 
classes are under ".internal"
             -->
-            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
             <Private-Package>${bundle.namespace}.internal.*</Private-Package>
             <!--
              | each module can override these defaults in their osgi.bnd file

Modified: core3/viewmodel-api/trunk/pom.xml
===================================================================
--- core3/viewmodel-api/trunk/pom.xml   2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/viewmodel-api/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 24361)
@@ -65,10 +65,10 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!-- | assume public classes 
are in the top package, and private classes 
                                                        are under ".internal" 
-->
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <!-- | each module can override 
these defaults in their osgi.bnd file -->
                                                <_include>-osgi.bnd</_include>

Modified: core3/vizmap-api/trunk/pom.xml
===================================================================
--- core3/vizmap-api/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/vizmap-api/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
@@ -83,10 +83,10 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!-- | assume public classes 
are in the top package, and private classes 
                                                        are under ".internal" 
-->
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <!-- | each module can override 
these defaults in their osgi.bnd file -->
                                                <_include>-osgi.bnd</_include>

Modified: core3/vizmap-gui-api/trunk/pom.xml
===================================================================
--- core3/vizmap-gui-api/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/vizmap-gui-api/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
@@ -89,10 +89,10 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!-- | assume public classes 
are in the top package, and private classes 
                                                        are under ".internal" 
-->
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <!-- | each module can override 
these defaults in their osgi.bnd file -->
                                                <_include>-osgi.bnd</_include>

Modified: core3/vizmap-gui-impl/trunk/pom.xml
===================================================================
--- core3/vizmap-gui-impl/trunk/pom.xml 2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/vizmap-gui-impl/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
@@ -88,7 +88,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/webservice-api/trunk/pom.xml
===================================================================
--- core3/webservice-api/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/webservice-api/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
@@ -103,8 +103,8 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>

Modified: core3/webservice-biomart-client-impl/trunk/pom.xml
===================================================================
--- core3/webservice-biomart-client-impl/trunk/pom.xml  2011-03-10 01:13:07 UTC 
(rev 24360)
+++ core3/webservice-biomart-client-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC 
(rev 24361)
@@ -77,7 +77,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/webservice-impl/trunk/pom.xml
===================================================================
--- core3/webservice-impl/trunk/pom.xml 2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/webservice-impl/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
@@ -76,8 +76,8 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>

Modified: core3/webservice-ncbi-client-impl/trunk/pom.xml
===================================================================
--- core3/webservice-ncbi-client-impl/trunk/pom.xml     2011-03-10 01:13:07 UTC 
(rev 24360)
+++ core3/webservice-ncbi-client-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC 
(rev 24361)
@@ -104,8 +104,8 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
-                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
+                                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
                                                
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>

Modified: core3/work-api/trunk/pom.xml
===================================================================
--- core3/work-api/trunk/pom.xml        2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/work-api/trunk/pom.xml        2011-03-10 16:22:16 UTC (rev 24361)
@@ -89,7 +89,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/work-headless-impl/trunk/pom.xml
===================================================================
--- core3/work-headless-impl/trunk/pom.xml      2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/work-headless-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
@@ -87,7 +87,7 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <!--
              | assume public classes are in the top package, and private 
classes are under ".internal"
             -->

Modified: core3/work-spring-hack/trunk/pom.xml
===================================================================
--- core3/work-spring-hack/trunk/pom.xml        2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/work-spring-hack/trunk/pom.xml        2011-03-10 16:22:16 UTC (rev 
24361)
@@ -93,11 +93,11 @@
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-            <Bundle-Version>${pom.version}</Bundle-Version>
+            <Bundle-Version>${project.version}</Bundle-Version>
             <!--
              | assume public classes are in the top package, and private 
classes are under ".internal"
             -->
-            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
             <Private-Package>${bundle.namespace}.internal.*</Private-Package>
             <!--
              | each module can override these defaults in their osgi.bnd file

Modified: core3/work-swing-api/trunk/pom.xml
===================================================================
--- core3/work-swing-api/trunk/pom.xml  2011-03-10 01:13:07 UTC (rev 24360)
+++ core3/work-swing-api/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
@@ -99,7 +99,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <!--
                                                        | assume public classes 
are in the top package, and private
                                                        classes are under 
".internal"

Modified: core3/work-tunable-props-impl/trunk/pom.xml
===================================================================
--- core3/work-tunable-props-impl/trunk/pom.xml 2011-03-10 01:13:07 UTC (rev 
24360)
+++ core3/work-tunable-props-impl/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 
24361)
@@ -85,7 +85,7 @@
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

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