Skip to content

Commit 9d5525a

Browse files
committed
Bump to v2.1.5
1 parent 6858aca commit 9d5525a

File tree

14 files changed

+34
-15
lines changed

14 files changed

+34
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ Formatted as described on http://keepachangelog.com/
55

66
## Unreleased
77

8+
## [2.1.5] - 2017-03-01
9+
810
Requires KripoDB v2.2.0 or higher.
911

1012
### Added
1113

1214
- Fragment information node fails completely when just one of the fragment ids is wrong (#11)
1315
- Fragment similarity node gives warnings for query fragment ids that can not be found
1416

17+
## [2.1.4]
18+
19+
Retracted due to unresolved compilation problems.
20+
1521
## [2.1.3] - 2017-01-20
1622

1723
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Steps to get development environment setup:
4848
4. Install m2e (Maven integration for Eclipse) + KNIME Python Integration + RDKit KNIME integration + KNIME Testing framework + 3D-e-Chem node category
4949

5050
1. Goto Help > Install new software ...
51-
2. Make sure Update site is https://3d-e-chem.github.io/updates , http://update.knime.org/analytics-platform/3.1 and http://update.knime.org/community-contributions/trusted/3.1 are in the pull down list otherwise add it
51+
2. Make sure Update site is https://3d-e-chem.github.io/updates , http://download.eclipse.org/releases/neon/ , http://update.knime.org/analytics-platform/3.1 and http://update.knime.org/community-contributions/trusted/3.1 are in the pull down list otherwise add it
5252
3. Select --all sites-- in work with pulldown
5353
4. Select m2e (Maven integration for Eclipse)
5454
5. Select `RDKit KNIME integration`

feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="nl.esciencecenter.e3dchem.kripodb.feature"
44
label="KripoDB nodes for Knime"
5-
version="2.1.4"
5+
version="2.1.5"
66
provider-name="Netherlands eScience Center">
77

88
<description url="https://github.com/3D-e-Chem/knime-kripodb">

feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>nl.esciencecenter.e3dchem.kripodb</groupId>
88
<artifactId>nl.esciencecenter.e3dchem.kripodb</artifactId>
9-
<version>2.1.4</version>
9+
<version>2.1.5</version>
1010
</parent>
1111

1212
<artifactId>nl.esciencecenter.e3dchem.kripodb.feature</artifactId>

p2/category.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/nl.esciencecenter.e3dchem.kripodb.feature-2.1.4.jar" id="nl.esciencecenter.e3dchem.kripodb.feature" version="2.1.4">
3+
<feature url="features/nl.esciencecenter.e3dchem.kripodb.feature-2.1.5.jar" id="nl.esciencecenter.e3dchem.kripodb.feature" version="2.1.5">
44
<category name="nl.esciencecenter.3D-e-Chem"/>
55
</feature>
6-
<feature url="features/nl.esciencecenter.e3dchem.kripodb.feature.source_2.1.4.jar" id="nl.esciencecenter.e3dchem.kripodb.feature.source" version="2.1.4">
6+
<feature url="features/nl.esciencecenter.e3dchem.kripodb.feature.source_2.1.5.jar" id="nl.esciencecenter.e3dchem.kripodb.feature.source" version="2.1.5">
77
<category name="nl.esciencecenter.3D-e-Chem.sources"/>
88
</feature>
99
<category-def name="nl.esciencecenter.3D-e-Chem" label="KNIME 3D-e-Chem Contributions">

p2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>nl.esciencecenter.e3dchem.kripodb</artifactId>
55
<groupId>nl.esciencecenter.e3dchem.kripodb</groupId>
6-
<version>2.1.4</version>
6+
<version>2.1.5</version>
77
</parent>
88
<artifactId>nl.esciencecenter.e3dchem.kripodb.p2</artifactId>
99
<packaging>eclipse-repository</packaging>

plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: 3D-e-Chem KNIME KripoDB nodes
44
Bundle-SymbolicName: nl.esciencecenter.e3dchem.kripodb.plugin;singleton:=true
5-
Bundle-Version: 2.1.4
5+
Bundle-Version: 2.1.5
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Activator: nl.esciencecenter.e3dchem.kripodb.Activator
88
Require-Bundle: org.knime.core;bundle-version="[3.1.0,4.0.0)",

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>nl.esciencecenter.e3dchem.kripodb</groupId>
88
<artifactId>nl.esciencecenter.e3dchem.kripodb</artifactId>
9-
<version>2.1.4</version>
9+
<version>2.1.5</version>
1010
</parent>
1111
<artifactId>nl.esciencecenter.e3dchem.kripodb.plugin</artifactId>
1212
<packaging>eclipse-plugin</packaging>

plugin/src/java/nl/esciencecenter/e3dchem/kripodb/fragments/FragmentByIdDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected FragmentByIdDialog() {
3434
addDialogComponent(new DialogComponentFileChooser(fragmentsdb, historyID, ".sqlite"));
3535

3636
SettingsModelString idType = config.getIdType();
37-
Set<String> idTypeChoices = config.LIST_IDENTIFIERTYPES;
37+
Set<String> idTypeChoices = FragmentsByIdConfig.LIST_IDENTIFIERTYPES;
3838
addDialogComponent(new DialogComponentStringSelection(idType, "Type of identifier", idTypeChoices));
3939
}
4040

plugin/src/java/nl/esciencecenter/e3dchem/kripodb/fragments/FragmentByIdFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ public NodeDialogPane createNodeDialogPane() {
4242
return new FragmentByIdDialog();
4343
}
4444

45-
/**
46-
* {@inheritDoc}
47-
*/
4845
@Override
4946
public NodeView<FragmentByIdModel> createNodeView(int viewIndex, FragmentByIdModel nodeModel) {
5047
return null;

0 commit comments

Comments
 (0)