From a9c33db7ba8350a97cfd092bd5e21cc7b1a0777d Mon Sep 17 00:00:00 2001 From: Patrick Plitzner Date: Tue, 31 May 2016 11:56:46 +0200 Subject: [PATCH] Set molecular plugins to fixed version number --- .../.classpath | 22 +++++++++---------- .../META-INF/MANIFEST.MF | 18 +++++++-------- .../build.properties | 18 +++++++-------- eu.etaxonomy.taxeditor.molecular.lib/pom.xml | 18 +++++++-------- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/eu.etaxonomy.taxeditor.molecular.lib/.classpath b/eu.etaxonomy.taxeditor.molecular.lib/.classpath index 93500de9a..55f260ddb 100644 --- a/eu.etaxonomy.taxeditor.molecular.lib/.classpath +++ b/eu.etaxonomy.taxeditor.molecular.lib/.classpath @@ -1,17 +1,17 @@ - - - - - - + + + + - - - + + + - - + + + + diff --git a/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF index 3eecefd40..e7fe23c68 100644 --- a/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.molecular.lib/META-INF/MANIFEST.MF @@ -4,17 +4,17 @@ Bundle-Name: eu.etaxonomy.taxeditor.molecular.lib Bundle-SymbolicName: eu.etaxonomy.taxeditor.molecular.lib;singleton:=true Bundle-Version: 4.1.0.qualifier Bundle-ClassPath: ., - lib/bioinfweb-commons-bio-2-SNAPSHOT.jar, - lib/bioinfweb-commons-core-2-SNAPSHOT.jar, - lib/bioinfweb-commons-swing-2-SNAPSHOT.jar, - lib/bioinfweb-commons-swt-2-SNAPSHOT.jar, + lib/bioinfweb-commons-bio-2.0.0-preview-1.jar, + lib/bioinfweb-commons-core-2.0.0-preview-1.jar, + lib/bioinfweb-commons-swing-2.0.0-preview-1.jar, + lib/bioinfweb-commons-swt-2.0.0-preview-1.jar, lib/core-1.9.2-SNAPSHOT.jar, - lib/libralign-biojava1-0-SNAPSHOT.jar, - lib/libralign-core-0-SNAPSHOT.jar, - lib/libralign-swt-0-SNAPSHOT.jar, + lib/libralign-biojava1-0.4.0-preview-1.jar, + lib/libralign-core-0.4.0-preview-1.jar, + lib/libralign-swt-0.4.0-preview-1.jar, lib/sequencing-1.9.2-SNAPSHOT.jar, - lib/tic-core-2-SNAPSHOT.jar, - lib/tic-swt-2-SNAPSHOT.jar + lib/tic-core-2.0.0-preview-1.jar, + lib/tic-swt-2.0.0-preview-1.jar Export-Package: info.bioinfweb.commons, info.bioinfweb.commons.appversion, info.bioinfweb.commons.beans, diff --git a/eu.etaxonomy.taxeditor.molecular.lib/build.properties b/eu.etaxonomy.taxeditor.molecular.lib/build.properties index 97e80af18..6e6ff3a5a 100644 --- a/eu.etaxonomy.taxeditor.molecular.lib/build.properties +++ b/eu.etaxonomy.taxeditor.molecular.lib/build.properties @@ -1,12 +1,12 @@ bin.includes = META-INF/,\ - lib/bioinfweb-commons-bio-2-SNAPSHOT.jar,\ - lib/bioinfweb-commons-core-2-SNAPSHOT.jar,\ - lib/bioinfweb-commons-swing-2-SNAPSHOT.jar,\ - lib/bioinfweb-commons-swt-2-SNAPSHOT.jar,\ + lib/bioinfweb-commons-bio-2.0.0-preview-1.jar,\ + lib/bioinfweb-commons-core-2.0.0-preview-1.jar,\ + lib/bioinfweb-commons-swing-2.0.0-preview-1.jar,\ + lib/bioinfweb-commons-swt-2.0.0-preview-1.jar,\ lib/core-1.9.2-SNAPSHOT.jar,\ - lib/libralign-biojava1-0-SNAPSHOT.jar,\ - lib/libralign-core-0-SNAPSHOT.jar,\ - lib/libralign-swt-0-SNAPSHOT.jar,\ + lib/libralign-biojava1-0.4.0-preview-1.jar,\ + lib/libralign-core-0.4.0-preview-1.jar,\ + lib/libralign-swt-0.4.0-preview-1.jar,\ lib/sequencing-1.9.2-SNAPSHOT.jar,\ - lib/tic-core-2-SNAPSHOT.jar,\ - lib/tic-swt-2-SNAPSHOT.jar + lib/tic-core-2.0.0-preview-1.jar,\ + lib/tic-swt-2.0.0-preview-1.jar diff --git a/eu.etaxonomy.taxeditor.molecular.lib/pom.xml b/eu.etaxonomy.taxeditor.molecular.lib/pom.xml index d37ef8c9a..9c21fa438 100644 --- a/eu.etaxonomy.taxeditor.molecular.lib/pom.xml +++ b/eu.etaxonomy.taxeditor.molecular.lib/pom.xml @@ -115,49 +115,49 @@ info.bioinfweb.libralign libralign-core - 0-SNAPSHOT + 0.4.0-preview-1 info.bioinfweb.libralign libralign-swt - 0-SNAPSHOT + 0.4.0-preview-1 info.bioinfweb.libralign libralign-biojava1 - 0-SNAPSHOT + 0.4.0-preview-1 info.bioinfweb.commons.java bioinfweb-commons-swt - 2-SNAPSHOT + 2.0.0-preview-1 info.bioinfweb.commons.java bioinfweb-commons-core - 2-SNAPSHOT + 2.0.0-preview-1 info.bioinfweb.commons.java bioinfweb-commons-bio - 2-SNAPSHOT + 2.0.0-preview-1 info.bioinfweb.commons.java bioinfweb-commons-swing - 2-SNAPSHOT + 2.0.0-preview-1 info.bioinfweb.tic tic-core - 2-SNAPSHOT + 2.0.0-preview-1 info.bioinfweb.tic tic-swt - 2-SNAPSHOT + 2.0.0-preview-1 -- 2.34.1