diff --git a/org.caleydo.core/META-INF/MANIFEST.MF b/org.caleydo.core/META-INF/MANIFEST.MF
index 5a349699fa..5aa87e6ba3 100644
--- a/org.caleydo.core/META-INF/MANIFEST.MF
+++ b/org.caleydo.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Caleydo Core Plug-in
Bundle-SymbolicName: org.caleydo.core;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Export-Package: org.caleydo.core.data.collection,
org.caleydo.core.data.collection.column;
uses:="org.caleydo.core.data.collection,
@@ -372,8 +372,8 @@ Export-Package: org.caleydo.core.data.collection,
org.caleydo.core.view.opengl.util.vislink;uses:="javax.media.opengl,gleem.linalg",
org.caleydo.core.view.swt;uses:="org.caleydo.core.event,org.caleydo.core.view,org.eclipse.swt.widgets"
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.0";visibility:=reexport,
- org.caleydo.data;bundle-version="3.1.3";visibility:=reexport,
- org.caleydo.util.gleem;bundle-version="3.1.3";visibility:=reexport,
+ org.caleydo.data;bundle-version="3.1.4";visibility:=reexport,
+ org.caleydo.util.gleem;bundle-version="3.1.4";visibility:=reexport,
org.eclipse.e4.ui.model.workbench;bundle-version="1.0.1",
org.eclipse.ui;bundle-version="3.105.0";visibility:=reexport,
com.google.guava;bundle-version="12.0.0";visibility:=reexport,
diff --git a/org.caleydo.core/OSGI-INF/l10n/bundle.properties b/org.caleydo.core/OSGI-INF/l10n/bundle.properties
index dffce62d5a..a66c523712 100644
--- a/org.caleydo.core/OSGI-INF/l10n/bundle.properties
+++ b/org.caleydo.core/OSGI-INF/l10n/bundle.properties
@@ -3,7 +3,7 @@ appName=Caleydo
aboutText = Caleydo - Visualization for Molecular Biology\n\
http://caleydo.org\n\
\n\
-Version: 3.1.3\n\
+Version: 3.1.4\n\
\n\
Copyright 2008 - 2014 by the Caleydo Team.\n\
\n\
diff --git a/org.caleydo.core/filtered/version.properties b/org.caleydo.core/filtered/version.properties
index ebb2c477bb..8a3cf3fc3a 100644
--- a/org.caleydo.core/filtered/version.properties
+++ b/org.caleydo.core/filtered/version.properties
@@ -1,4 +1,4 @@
#the version of the manifest
-caleydo.version=3.1.3
+caleydo.version=3.1.4
#the version of maven injected by maven
caleydo.version.maven=${project.version}
\ No newline at end of file
diff --git a/org.caleydo.core/pom.xml b/org.caleydo.core/pom.xml
index ff252e46df..b3edf24d45 100644
--- a/org.caleydo.core/pom.xml
+++ b/org.caleydo.core/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.core
diff --git a/org.caleydo.data.importer/META-INF/MANIFEST.MF b/org.caleydo.data.importer/META-INF/MANIFEST.MF
index bab4507b71..557daa2e5b 100644
--- a/org.caleydo.data.importer/META-INF/MANIFEST.MF
+++ b/org.caleydo.data.importer/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Caleydo Data Importer
Bundle-SymbolicName: org.caleydo.data.importer;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Export-Package:
org.caleydo.data.importer;uses:="org.eclipse.core.runtime,org.eclipse.equinox.app,org.osgi.framework",
org.caleydo.data.importer.jkubioinfo,
@@ -10,13 +10,13 @@ Export-Package:
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Vendor: www.caleydo.org
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.generic;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3",
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.generic;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4",
com.google.gson;bundle-version="2.1.0",
org.apache.commons.compress;bundle-version="1.4.1",
- org.caleydo.view.tourguide;bundle-version="3.1.3",
+ org.caleydo.view.tourguide;bundle-version="3.1.4",
com.google.guava
Bundle-Activator: org.caleydo.data.importer.Activator
Import-Package: org.caleydo.vis.lineup.model.mapping
diff --git a/org.caleydo.data.importer/pom.xml b/org.caleydo.data.importer/pom.xml
index 1bd7e2c596..ed748c4934 100644
--- a/org.caleydo.data.importer/pom.xml
+++ b/org.caleydo.data.importer/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.data.importer
diff --git a/org.caleydo.data.pathway.kegg/META-INF/MANIFEST.MF b/org.caleydo.data.pathway.kegg/META-INF/MANIFEST.MF
index 7924ffdbdf..43bc8e72d3 100644
--- a/org.caleydo.data.pathway.kegg/META-INF/MANIFEST.MF
+++ b/org.caleydo.data.pathway.kegg/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: KEGG Pathways
Bundle-SymbolicName: org.caleydo.data.pathway.kegg;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Activator: org.caleydo.data.pathway.kegg.Activator
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3"
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.genome.jp/kegg
diff --git a/org.caleydo.data.pathway.kegg/pom.xml b/org.caleydo.data.pathway.kegg/pom.xml
index 8338ee5e21..89d2b0cdef 100644
--- a/org.caleydo.data.pathway.kegg/pom.xml
+++ b/org.caleydo.data.pathway.kegg/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.data.pathway.kegg
diff --git a/org.caleydo.data.pathway.wikipathways/META-INF/MANIFEST.MF b/org.caleydo.data.pathway.wikipathways/META-INF/MANIFEST.MF
index aa23467387..050fb05a68 100644
--- a/org.caleydo.data.pathway.wikipathways/META-INF/MANIFEST.MF
+++ b/org.caleydo.data.pathway.wikipathways/META-INF/MANIFEST.MF
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Wikipathways
Bundle-SymbolicName: org.caleydo.data.pathway.wikipathways;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Activator: org.caleydo.data.pathway.wikipathways.Activator
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3",
- org.caleydo.datadomain.generic;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3",
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4",
+ org.caleydo.datadomain.generic;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4",
org.caleydo.thirdparty.pathvisio;bundle-version="31.0.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/org.caleydo.data.pathway.wikipathways/pom.xml b/org.caleydo.data.pathway.wikipathways/pom.xml
index 773e443810..42eb30f278 100644
--- a/org.caleydo.data.pathway.wikipathways/pom.xml
+++ b/org.caleydo.data.pathway.wikipathways/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.data.pathway.wikipathways
diff --git a/org.caleydo.data.tcga/META-INF/MANIFEST.MF b/org.caleydo.data.tcga/META-INF/MANIFEST.MF
index 5a9d4724d7..f18ab0f0cd 100644
--- a/org.caleydo.data.tcga/META-INF/MANIFEST.MF
+++ b/org.caleydo.data.tcga/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TCGA
Bundle-SymbolicName: org.caleydo.data.tcga;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Activator: org.caleydo.data.tcga.internal.Activator
Require-Bundle: org.eclipse.core.runtime,
- org.caleydo.core;bundle-version="3.1.3",
+ org.caleydo.core;bundle-version="3.1.4",
com.google.gson;bundle-version="2.1.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/org.caleydo.data.tcga/pom.xml b/org.caleydo.data.tcga/pom.xml
index 0aec6473f3..07a8a9c818 100644
--- a/org.caleydo.data.tcga/pom.xml
+++ b/org.caleydo.data.tcga/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.data.tcga
diff --git a/org.caleydo.data/META-INF/MANIFEST.MF b/org.caleydo.data/META-INF/MANIFEST.MF
index 8bc1486d9e..c200451920 100644
--- a/org.caleydo.data/META-INF/MANIFEST.MF
+++ b/org.caleydo.data/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Caleydo Resources
Bundle-SymbolicName: org.caleydo.data;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Vendor: www.caleydo.org
Require-Bundle: org.eclipse.rcp;bundle-version="4.3.0",
org.eclipse.core.runtime;bundle-version="3.9.0",
diff --git a/org.caleydo.data/pom.xml b/org.caleydo.data/pom.xml
index fae90288f4..726108a284 100644
--- a/org.caleydo.data/pom.xml
+++ b/org.caleydo.data/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.data
diff --git a/org.caleydo.datadomain.generic/META-INF/MANIFEST.MF b/org.caleydo.datadomain.generic/META-INF/MANIFEST.MF
index 8d8720d187..231cb4730b 100644
--- a/org.caleydo.datadomain.generic/META-INF/MANIFEST.MF
+++ b/org.caleydo.datadomain.generic/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Generic Data Domain
Bundle-SymbolicName: org.caleydo.datadomain.generic;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.datadomain.generic/pom.xml b/org.caleydo.datadomain.generic/pom.xml
index 3386f1f041..9ca95628e5 100644
--- a/org.caleydo.datadomain.generic/pom.xml
+++ b/org.caleydo.datadomain.generic/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.datadomain.generic
diff --git a/org.caleydo.datadomain.genetic/META-INF/MANIFEST.MF b/org.caleydo.datadomain.genetic/META-INF/MANIFEST.MF
index 08e599bd4d..e2e5e18a13 100644
--- a/org.caleydo.datadomain.genetic/META-INF/MANIFEST.MF
+++ b/org.caleydo.datadomain.genetic/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Genetic Data Domain
Bundle-SymbolicName: org.caleydo.datadomain.genetic;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Vendor: www.caleydo.org
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.datadomain.genetic
Bundle-ActivationPolicy: lazy
diff --git a/org.caleydo.datadomain.genetic/pom.xml b/org.caleydo.datadomain.genetic/pom.xml
index 6fc1d3ddcf..9ee87bbd22 100644
--- a/org.caleydo.datadomain.genetic/pom.xml
+++ b/org.caleydo.datadomain.genetic/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.datadomain.genetic
diff --git a/org.caleydo.datadomain.image/META-INF/MANIFEST.MF b/org.caleydo.datadomain.image/META-INF/MANIFEST.MF
index 90758d5514..8eb735ce90 100644
--- a/org.caleydo.datadomain.image/META-INF/MANIFEST.MF
+++ b/org.caleydo.datadomain.image/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Image Data Domain
Bundle-SymbolicName: org.caleydo.datadomain.image;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Activator: org.caleydo.datadomain.image.Activator
Bundle-Vendor: www.caleydo.org
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3",
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4",
org.eclipse.jface,
org.eclipse.swt
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
diff --git a/org.caleydo.datadomain.image/pom.xml b/org.caleydo.datadomain.image/pom.xml
index 39b801d4fb..1fbfc12430 100644
--- a/org.caleydo.datadomain.image/pom.xml
+++ b/org.caleydo.datadomain.image/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.datadomain.image
diff --git a/org.caleydo.datadomain.pathway/META-INF/MANIFEST.MF b/org.caleydo.datadomain.pathway/META-INF/MANIFEST.MF
index c3d9a7e228..1d21978734 100644
--- a/org.caleydo.datadomain.pathway/META-INF/MANIFEST.MF
+++ b/org.caleydo.datadomain.pathway/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pathway Data Domain
Bundle-SymbolicName: org.caleydo.datadomain.pathway;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Activator: org.caleydo.datadomain.pathway.Activator
Bundle-Vendor: www.caleydo.org
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3"
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Export-Package: org.caleydo.datadomain.pathway,
diff --git a/org.caleydo.datadomain.pathway/pom.xml b/org.caleydo.datadomain.pathway/pom.xml
index e06aa34f53..84c79ac814 100644
--- a/org.caleydo.datadomain.pathway/pom.xml
+++ b/org.caleydo.datadomain.pathway/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.datadomain.pathway
diff --git a/org.caleydo.internal/pom.xml b/org.caleydo.internal/pom.xml
index 9ac54f0768..fa25e1ab7d 100644
--- a/org.caleydo.internal/pom.xml
+++ b/org.caleydo.internal/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.internal
diff --git a/org.caleydo.parent/pom.xml b/org.caleydo.parent/pom.xml
index 6fe4f73b79..c07e4cf24f 100644
--- a/org.caleydo.parent/pom.xml
+++ b/org.caleydo.parent/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
pom
https://github.com/Caleydo/caleydo
diff --git a/org.caleydo.rcp-feature/feature.xml b/org.caleydo.rcp-feature/feature.xml
index a7598a1dd5..9ce0ba58f6 100644
--- a/org.caleydo.rcp-feature/feature.xml
+++ b/org.caleydo.rcp-feature/feature.xml
@@ -43,7 +43,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS&
-
+
diff --git a/org.caleydo.util.alg/META-INF/MANIFEST.MF b/org.caleydo.util.alg/META-INF/MANIFEST.MF
index 411ef953d5..dc2bc3e4eb 100644
--- a/org.caleydo.util.alg/META-INF/MANIFEST.MF
+++ b/org.caleydo.util.alg/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Algorithms
Bundle-SymbolicName: org.caleydo.util.alg;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
org.apache.commons.math;bundle-version="2.1.0"
Export-Package: org.caleydo.view.tourguide.api.compute,
org.caleydo.view.tourguide.impl,
diff --git a/org.caleydo.util.alg/pom.xml b/org.caleydo.util.alg/pom.xml
index 5c8716f597..779f2751d1 100644
--- a/org.caleydo.util.alg/pom.xml
+++ b/org.caleydo.util.alg/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.util.alg
diff --git a/org.caleydo.util.bubblesets/META-INF/MANIFEST.MF b/org.caleydo.util.bubblesets/META-INF/MANIFEST.MF
index 4c3b47bb74..51130d410a 100644
--- a/org.caleydo.util.bubblesets/META-INF/MANIFEST.MF
+++ b/org.caleydo.util.bubblesets/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bubblesets
Bundle-SymbolicName: org.caleydo.util.bubblesets
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: setvis,
setvis.bubbleset,
setvis.ch,
setvis.gui,
setvis.shape
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
diff --git a/org.caleydo.util.bubblesets/pom.xml b/org.caleydo.util.bubblesets/pom.xml
index d556a3ead9..575a339bd2 100644
--- a/org.caleydo.util.bubblesets/pom.xml
+++ b/org.caleydo.util.bubblesets/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.util.bubblesets
diff --git a/org.caleydo.util.gleem/META-INF/MANIFEST.MF b/org.caleydo.util.gleem/META-INF/MANIFEST.MF
index 8ceda5c38a..12b1efbb38 100644
--- a/org.caleydo.util.gleem/META-INF/MANIFEST.MF
+++ b/org.caleydo.util.gleem/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gleem Plug-in
Bundle-SymbolicName: org.caleydo.util.gleem;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Export-Package: gleem,
gleem.linalg,
gleem.linalg.open
diff --git a/org.caleydo.util.gleem/pom.xml b/org.caleydo.util.gleem/pom.xml
index 89841986ce..466ea4eaf6 100644
--- a/org.caleydo.util.gleem/pom.xml
+++ b/org.caleydo.util.gleem/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.util.gleem
diff --git a/org.caleydo.util.r/META-INF/MANIFEST.MF b/org.caleydo.util.r/META-INF/MANIFEST.MF
index b4c7813364..657f76f42b 100644
--- a/org.caleydo.util.r/META-INF/MANIFEST.MF
+++ b/org.caleydo.util.r/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: R Statistics Plug-in
Bundle-SymbolicName: org.caleydo.util.r;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-NativeCode:
lib/linux/x86/libjri.so;
osname=linux;
@@ -31,8 +31,8 @@ Bundle-Vendor: www.caleydo.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .,
lib/JRI.jar
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.view.histogram;bundle-version="3.1.3",
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.view.histogram;bundle-version="3.1.4",
de.walware.statet.base.core;bundle-version="2.0.1";resolution:=optional,
de.walware.statet.base.ui;bundle-version="2.0.1";resolution:=optional,
de.walware.statet.nico.core;bundle-version="2.0.0";resolution:=optional,
diff --git a/org.caleydo.view.bookmark/META-INF/MANIFEST.MF b/org.caleydo.view.bookmark/META-INF/MANIFEST.MF
index 67ca627e54..99aea9a9a9 100644
--- a/org.caleydo.view.bookmark/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.bookmark/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bookmark View
Bundle-SymbolicName: org.caleydo.view.bookmark;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.bookmark
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.view.bookmark/pom.xml b/org.caleydo.view.bookmark/pom.xml
index 36cb0d3644..44023329c9 100644
--- a/org.caleydo.view.bookmark/pom.xml
+++ b/org.caleydo.view.bookmark/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.bookmark
diff --git a/org.caleydo.view.dvi/META-INF/MANIFEST.MF b/org.caleydo.view.dvi/META-INF/MANIFEST.MF
index 590cc8962d..48e90f1d9f 100644
--- a/org.caleydo.view.dvi/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.dvi/META-INF/MANIFEST.MF
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Data-View Integrator
Bundle-SymbolicName: org.caleydo.view.dvi;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Activator: org.caleydo.view.dvi.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3"
+ org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.view.dvi/pom.xml b/org.caleydo.view.dvi/pom.xml
index b40379bee7..2733fcf0e9 100644
--- a/org.caleydo.view.dvi/pom.xml
+++ b/org.caleydo.view.dvi/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.dvi
diff --git a/org.caleydo.view.enroute/META-INF/MANIFEST.MF b/org.caleydo.view.enroute/META-INF/MANIFEST.MF
index dfe0bc2517..7b033c8ed8 100644
--- a/org.caleydo.view.enroute/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.enroute/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: enRoute Pathway
Bundle-SymbolicName: org.caleydo.view.enroute;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Activator: org.caleydo.view.enroute.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3",
- org.caleydo.util.bubblesets;bundle-version="3.1.3",
- org.caleydo.view.pathway;bundle-version="3.1.3"
+ org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4",
+ org.caleydo.util.bubblesets;bundle-version="3.1.4",
+ org.caleydo.view.pathway;bundle-version="3.1.4"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.view.enroute/pom.xml b/org.caleydo.view.enroute/pom.xml
index 583629da8f..987b962f89 100644
--- a/org.caleydo.view.enroute/pom.xml
+++ b/org.caleydo.view.enroute/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.enroute
diff --git a/org.caleydo.view.entourage/META-INF/MANIFEST.MF b/org.caleydo.view.entourage/META-INF/MANIFEST.MF
index fab4b78f8e..ef7aa3d1a6 100644
--- a/org.caleydo.view.entourage/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.entourage/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Subgraph
Bundle-SymbolicName: org.caleydo.view.entourage;singleton:=true
-Bundle-Version: 3.1.3
+Bundle-Version: 3.1.4
Bundle-Activator: org.caleydo.view.entourage.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3",
- org.caleydo.vis.lineup;bundle-version="3.1.3",
- org.caleydo.view.enroute;bundle-version="3.1.3"
+ org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4",
+ org.caleydo.vis.lineup;bundle-version="3.1.4",
+ org.caleydo.view.enroute;bundle-version="3.1.4"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.entourage,
diff --git a/org.caleydo.view.entourage/pom.xml b/org.caleydo.view.entourage/pom.xml
index f7a283458b..efb7eafc03 100644
--- a/org.caleydo.view.entourage/pom.xml
+++ b/org.caleydo.view.entourage/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.entourage
diff --git a/org.caleydo.view.filter/META-INF/MANIFEST.MF b/org.caleydo.view.filter/META-INF/MANIFEST.MF
index 737690ccd7..cc47a9d020 100644
--- a/org.caleydo.view.filter/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.filter/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Filter View
Bundle-SymbolicName: org.caleydo.view.filter;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.filter
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.view.filter/pom.xml b/org.caleydo.view.filter/pom.xml
index 4f3b9750ff..472267bb2e 100644
--- a/org.caleydo.view.filter/pom.xml
+++ b/org.caleydo.view.filter/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.filter
diff --git a/org.caleydo.view.filterpipeline/META-INF/MANIFEST.MF b/org.caleydo.view.filterpipeline/META-INF/MANIFEST.MF
index f041fc4682..39d6932b57 100644
--- a/org.caleydo.view.filterpipeline/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.filterpipeline/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Filter Pipeline View
Bundle-SymbolicName: org.caleydo.view.filterpipeline;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.datadomain.genetic;bundle-version="3.1.3",
- org.caleydo.view.histogram;bundle-version="3.1.3",
- org.caleydo.core;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.datadomain.genetic;bundle-version="3.1.4",
+ org.caleydo.view.histogram;bundle-version="3.1.4",
+ org.caleydo.core;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.filterpipeline,
org.caleydo.view.filterpipeline.toolbar
diff --git a/org.caleydo.view.filterpipeline/pom.xml b/org.caleydo.view.filterpipeline/pom.xml
index 72a91f170b..12f3c5ea22 100644
--- a/org.caleydo.view.filterpipeline/pom.xml
+++ b/org.caleydo.view.filterpipeline/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.filterpipeline
diff --git a/org.caleydo.view.heatmap/META-INF/MANIFEST.MF b/org.caleydo.view.heatmap/META-INF/MANIFEST.MF
index bd2611923d..11e6d91609 100644
--- a/org.caleydo.view.heatmap/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.heatmap/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Heatmap View
Bundle-SymbolicName: org.caleydo.view.heatmap;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.heatmap,
org.caleydo.view.heatmap.command.handler,
diff --git a/org.caleydo.view.heatmap/pom.xml b/org.caleydo.view.heatmap/pom.xml
index 7bc67cdc84..b1be9b50e6 100644
--- a/org.caleydo.view.heatmap/pom.xml
+++ b/org.caleydo.view.heatmap/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.heatmap
diff --git a/org.caleydo.view.histogram/META-INF/MANIFEST.MF b/org.caleydo.view.histogram/META-INF/MANIFEST.MF
index b9d23f2dd6..bf57d16eeb 100644
--- a/org.caleydo.view.histogram/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.histogram/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Histogram View
Bundle-SymbolicName: org.caleydo.view.histogram;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.caleydo.view.histogram.Activator
diff --git a/org.caleydo.view.histogram/pom.xml b/org.caleydo.view.histogram/pom.xml
index b6139ae345..e36390f7fc 100644
--- a/org.caleydo.view.histogram/pom.xml
+++ b/org.caleydo.view.histogram/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.histogram
diff --git a/org.caleydo.view.idbrowser/META-INF/MANIFEST.MF b/org.caleydo.view.idbrowser/META-INF/MANIFEST.MF
index aad282cb21..c80c9504c9 100644
--- a/org.caleydo.view.idbrowser/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.idbrowser/META-INF/MANIFEST.MF
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: IDBrowser
Bundle-SymbolicName: org.caleydo.view.idbrowser;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.vis.lineup;bundle-version="3.1.3",
- org.caleydo.view.histogram;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.vis.lineup;bundle-version="3.1.4",
+ org.caleydo.view.histogram;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
Bundle-ActivationPolicy: lazy
diff --git a/org.caleydo.view.idbrowser/pom.xml b/org.caleydo.view.idbrowser/pom.xml
index 7e043e923b..7d23745fe6 100644
--- a/org.caleydo.view.idbrowser/pom.xml
+++ b/org.caleydo.view.idbrowser/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.idbrowser
diff --git a/org.caleydo.view.imageviewer/META-INF/MANIFEST.MF b/org.caleydo.view.imageviewer/META-INF/MANIFEST.MF
index 54e85f6f4a..8f1d875581 100644
--- a/org.caleydo.view.imageviewer/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.imageviewer/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ImageViewer View
Bundle-SymbolicName: org.caleydo.view.imageviewer;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
org.eclipse.swt
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.view.imageviewer/pom.xml b/org.caleydo.view.imageviewer/pom.xml
index 2fd03abef7..8c8847e38b 100644
--- a/org.caleydo.view.imageviewer/pom.xml
+++ b/org.caleydo.view.imageviewer/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.imageviewer
diff --git a/org.caleydo.view.info.dataset/META-INF/MANIFEST.MF b/org.caleydo.view.info.dataset/META-INF/MANIFEST.MF
index 42938d583d..b19bf440d6 100644
--- a/org.caleydo.view.info.dataset/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.info.dataset/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Dataset Info
Bundle-SymbolicName: org.caleydo.view.info.dataset;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.view.histogram;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.view.histogram;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.info.dataset,
org.caleydo.view.info.dataset.spi
diff --git a/org.caleydo.view.info.dataset/pom.xml b/org.caleydo.view.info.dataset/pom.xml
index 3f6d8f289c..adeb12ce4f 100644
--- a/org.caleydo.view.info.dataset/pom.xml
+++ b/org.caleydo.view.info.dataset/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.info.dataset
diff --git a/org.caleydo.view.info.selection/META-INF/MANIFEST.MF b/org.caleydo.view.info.selection/META-INF/MANIFEST.MF
index aff2c8d3d0..1c855c05b7 100644
--- a/org.caleydo.view.info.selection/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.info.selection/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Selection Info
Bundle-SymbolicName: org.caleydo.view.info.selection;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
Bundle-ActivationPolicy: lazy
diff --git a/org.caleydo.view.info.selection/pom.xml b/org.caleydo.view.info.selection/pom.xml
index bc0dce83a4..834f2838d7 100644
--- a/org.caleydo.view.info.selection/pom.xml
+++ b/org.caleydo.view.info.selection/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.info.selection
diff --git a/org.caleydo.view.kaplanmeier/META-INF/MANIFEST.MF b/org.caleydo.view.kaplanmeier/META-INF/MANIFEST.MF
index 84b672d3b9..84d9ecb46d 100644
--- a/org.caleydo.view.kaplanmeier/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.kaplanmeier/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Kaplan Meier View
Bundle-SymbolicName: org.caleydo.view.kaplanmeier;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.kaplanmeier,
org.caleydo.view.kaplanmeier.v2
diff --git a/org.caleydo.view.kaplanmeier/pom.xml b/org.caleydo.view.kaplanmeier/pom.xml
index 393b20638e..30129ab249 100644
--- a/org.caleydo.view.kaplanmeier/pom.xml
+++ b/org.caleydo.view.kaplanmeier/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.kaplanmeier
diff --git a/org.caleydo.view.parcoords/META-INF/MANIFEST.MF b/org.caleydo.view.parcoords/META-INF/MANIFEST.MF
index fab487c734..569fe339e8 100644
--- a/org.caleydo.view.parcoords/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.parcoords/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Parallel Coordinates View
Bundle-SymbolicName: org.caleydo.view.parcoords;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.parcoords,
org.caleydo.view.parcoords.toolbar,
diff --git a/org.caleydo.view.parcoords/pom.xml b/org.caleydo.view.parcoords/pom.xml
index 050ae58da7..eda52bc63f 100644
--- a/org.caleydo.view.parcoords/pom.xml
+++ b/org.caleydo.view.parcoords/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.parcoords
diff --git a/org.caleydo.view.pathway/META-INF/MANIFEST.MF b/org.caleydo.view.pathway/META-INF/MANIFEST.MF
index 678d9b7ef9..0ea5b62cc3 100644
--- a/org.caleydo.view.pathway/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.pathway/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Single Pathway
Bundle-SymbolicName: org.caleydo.view.pathway;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3",
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4",
org.caleydo.util.bubblesets
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.pathway,
diff --git a/org.caleydo.view.pathway/pom.xml b/org.caleydo.view.pathway/pom.xml
index 69d71650a3..041b13c2e0 100644
--- a/org.caleydo.view.pathway/pom.xml
+++ b/org.caleydo.view.pathway/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.pathway
diff --git a/org.caleydo.view.radial/META-INF/MANIFEST.MF b/org.caleydo.view.radial/META-INF/MANIFEST.MF
index bd17085d53..b3cfb60e83 100644
--- a/org.caleydo.view.radial/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.radial/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Radial View
Bundle-SymbolicName: org.caleydo.view.radial;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.radial,
org.caleydo.view.radial.command.handler,
diff --git a/org.caleydo.view.radial/pom.xml b/org.caleydo.view.radial/pom.xml
index d63a5c6c06..0141da812d 100644
--- a/org.caleydo.view.radial/pom.xml
+++ b/org.caleydo.view.radial/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.radial
diff --git a/org.caleydo.view.search/META-INF/MANIFEST.MF b/org.caleydo.view.search/META-INF/MANIFEST.MF
index 1654b17463..c0674b7297 100644
--- a/org.caleydo.view.search/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.search/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Search
Bundle-SymbolicName: org.caleydo.view.search;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.search.api
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.view.search/pom.xml b/org.caleydo.view.search/pom.xml
index 694d00bfa9..32b7ceba6b 100644
--- a/org.caleydo.view.search/pom.xml
+++ b/org.caleydo.view.search/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.search
diff --git a/org.caleydo.view.selectionbrowser/META-INF/MANIFEST.MF b/org.caleydo.view.selectionbrowser/META-INF/MANIFEST.MF
index 23f891e531..55f08006e9 100644
--- a/org.caleydo.view.selectionbrowser/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.selectionbrowser/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Selection Browser View
Bundle-SymbolicName: org.caleydo.view.selectionbrowser;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.selectionbrowser
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.view.selectionbrowser/pom.xml b/org.caleydo.view.selectionbrowser/pom.xml
index 3bab9ee573..e5f567e6a6 100644
--- a/org.caleydo.view.selectionbrowser/pom.xml
+++ b/org.caleydo.view.selectionbrowser/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.selectionbrowser
diff --git a/org.caleydo.view.stratomex/META-INF/MANIFEST.MF b/org.caleydo.view.stratomex/META-INF/MANIFEST.MF
index d92be8e5aa..a40e082711 100644
--- a/org.caleydo.view.stratomex/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.stratomex/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: StratomeX View
Bundle-SymbolicName: org.caleydo.view.stratomex;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3",
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4",
org.caleydo.datadomain.pathway
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.stratomex,
diff --git a/org.caleydo.view.stratomex/pom.xml b/org.caleydo.view.stratomex/pom.xml
index 85d7c4707b..20765c4e61 100644
--- a/org.caleydo.view.stratomex/pom.xml
+++ b/org.caleydo.view.stratomex/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.stratomex
diff --git a/org.caleydo.view.table/META-INF/MANIFEST.MF b/org.caleydo.view.table/META-INF/MANIFEST.MF
index 8d660a645c..86a1e7f6df 100644
--- a/org.caleydo.view.table/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.table/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Table Demo View
Bundle-SymbolicName: org.caleydo.view.table;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
org.eclipse.nebula.widgets.nattable.core;bundle-version="1.0.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.view.table/pom.xml b/org.caleydo.view.table/pom.xml
index 4b7dd0e50a..d8c98cea63 100644
--- a/org.caleydo.view.table/pom.xml
+++ b/org.caleydo.view.table/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.table
diff --git a/org.caleydo.view.tourguide.entourage/META-INF/MANIFEST.MF b/org.caleydo.view.tourguide.entourage/META-INF/MANIFEST.MF
index bc894c7afd..eb6dcfd7d5 100644
--- a/org.caleydo.view.tourguide.entourage/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.tourguide.entourage/META-INF/MANIFEST.MF
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TourGuide Entourage Adapter
Bundle-SymbolicName: org.caleydo.view.tourguide.entourage;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.view.tourguide;bundle-version="3.1.3",
- org.caleydo.view.entourage;bundle-version="3.1.3",
- org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.vis.lineup;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.view.tourguide;bundle-version="3.1.4",
+ org.caleydo.view.entourage;bundle-version="3.1.4",
+ org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.vis.lineup;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
Bundle-ActivationPolicy: lazy
diff --git a/org.caleydo.view.tourguide.entourage/pom.xml b/org.caleydo.view.tourguide.entourage/pom.xml
index 6947a09b25..d69b3ae009 100644
--- a/org.caleydo.view.tourguide.entourage/pom.xml
+++ b/org.caleydo.view.tourguide.entourage/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.tourguide.entourage
diff --git a/org.caleydo.view.tourguide.stratomex/META-INF/MANIFEST.MF b/org.caleydo.view.tourguide.stratomex/META-INF/MANIFEST.MF
index ac80a47f2a..e76df5ea22 100644
--- a/org.caleydo.view.tourguide.stratomex/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.tourguide.stratomex/META-INF/MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TourGuide Stratomex Adapter
Bundle-SymbolicName: org.caleydo.view.tourguide.stratomex;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.view.tourguide;bundle-version="3.1.3",
- org.caleydo.view.stratomex;bundle-version="3.1.3",
- org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3",
- org.caleydo.vis.lineup;bundle-version="3.1.3",
- org.caleydo.util.alg;bundle-version="3.1.3",
- org.caleydo.view.pathway;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.view.tourguide;bundle-version="3.1.4",
+ org.caleydo.view.stratomex;bundle-version="3.1.4",
+ org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4",
+ org.caleydo.vis.lineup;bundle-version="3.1.4",
+ org.caleydo.util.alg;bundle-version="3.1.4",
+ org.caleydo.view.pathway;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
Bundle-ActivationPolicy: lazy
diff --git a/org.caleydo.view.tourguide.stratomex/pom.xml b/org.caleydo.view.tourguide.stratomex/pom.xml
index 0da87245e6..319005727b 100644
--- a/org.caleydo.view.tourguide.stratomex/pom.xml
+++ b/org.caleydo.view.tourguide.stratomex/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.tourguide.stratomex
diff --git a/org.caleydo.view.tourguide/META-INF/MANIFEST.MF b/org.caleydo.view.tourguide/META-INF/MANIFEST.MF
index f2a004bf26..0c74339205 100644
--- a/org.caleydo.view.tourguide/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.tourguide/META-INF/MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TourGuide
Bundle-SymbolicName: org.caleydo.view.tourguide;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.pathway;bundle-version="3.1.3",
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.pathway;bundle-version="3.1.4",
org.apache.commons.math;bundle-version="2.1.0",
- org.caleydo.vis.lineup;bundle-version="3.1.3";visibility:=reexport,
+ org.caleydo.vis.lineup;bundle-version="3.1.4";visibility:=reexport,
org.eclipse.e4.ui.model.workbench;bundle-version="1.0.0",
org.eclipse.e4.ui.workbench;bundle-version="1.0.0",
- org.caleydo.util.alg;bundle-version="3.1.3"
+ org.caleydo.util.alg;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.tourguide.api.adapter,
org.caleydo.view.tourguide.api.event,
diff --git a/org.caleydo.view.tourguide/pom.xml b/org.caleydo.view.tourguide/pom.xml
index cfa6ca0049..2ecba3467b 100644
--- a/org.caleydo.view.tourguide/pom.xml
+++ b/org.caleydo.view.tourguide/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.tourguide
diff --git a/org.caleydo.view.treemap/META-INF/MANIFEST.MF b/org.caleydo.view.treemap/META-INF/MANIFEST.MF
index 7be9f20f61..5ac41956ef 100644
--- a/org.caleydo.view.treemap/META-INF/MANIFEST.MF
+++ b/org.caleydo.view.treemap/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Treemap View
Bundle-SymbolicName: org.caleydo.view.treemap;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3",
- org.caleydo.datadomain.genetic;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4",
+ org.caleydo.datadomain.genetic;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.caleydo.view.treemap
Bundle-Vendor: www.caleydo.org
diff --git a/org.caleydo.view.treemap/pom.xml b/org.caleydo.view.treemap/pom.xml
index 13f49041cc..6938aad261 100644
--- a/org.caleydo.view.treemap/pom.xml
+++ b/org.caleydo.view.treemap/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.view.treemap
diff --git a/org.caleydo.vis.lineup/META-INF/MANIFEST.MF b/org.caleydo.vis.lineup/META-INF/MANIFEST.MF
index 59c6f7db46..b8dbdf2669 100644
--- a/org.caleydo.vis.lineup/META-INF/MANIFEST.MF
+++ b/org.caleydo.vis.lineup/META-INF/MANIFEST.MF
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: LineUp
Bundle-SymbolicName: org.caleydo.vis.lineup;singleton:=true
-Bundle-Version: 3.1.3
-Require-Bundle: org.caleydo.core;bundle-version="3.1.3"
+Bundle-Version: 3.1.4
+Require-Bundle: org.caleydo.core;bundle-version="3.1.4"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: www.caleydo.org
Bundle-ActivationPolicy: lazy
diff --git a/org.caleydo.vis.lineup/pom.xml b/org.caleydo.vis.lineup/pom.xml
index 411ba49609..3042249e07 100644
--- a/org.caleydo.vis.lineup/pom.xml
+++ b/org.caleydo.vis.lineup/pom.xml
@@ -5,7 +5,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
../org.caleydo.parent
org.caleydo.vis.lineup
diff --git a/pom.xml b/pom.xml
index b4082a2ea1..c2fb349f87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.caleydo
org.caleydo.parent
- 3.1.3
+ 3.1.4
org.caleydo.parent