Skip to content

Commit

Permalink
Bump to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ridderl committed Aug 15, 2016
1 parent 2d53fb9 commit 76e30c2
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 11 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ The file is formatted as described on http://keepachangelog.com/.

## [Unreleased]

## [1.0.2] - 2016-08-15

### Added

- Test workflow (#2)
- Test workflows (#2)
- Example workflow (#3)

### Removed

- Redundant column "parent" from output_table

## [1.0.1] - 2016-07-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="nl.esciencecenter.e3dchem.sygma.feature"
label="Sygma KNIME nodes"
version="1.0.1"
version="1.0.2"
provider-name="Netherlands eScience Center">

<description url="https://github.com/3D-e-Chem/knime-sygma">
Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>nl.esciencecenter.e3dchem.sygma.feature</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions p2/category.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/nl.esciencecenter.e3dchem.sygma.feature-1.0.1.jar" id="nl.esciencecenter.e3dchem.sygma.feature" version="1.0.1">
<feature url="features/nl.esciencecenter.e3dchem.sygma.feature-1.0.2.jar" id="nl.esciencecenter.e3dchem.sygma.feature" version="1.0.2">
<category name="nl.esciencecenter.e3dchem.sygma"/>
</feature>
<feature url="features/nl.esciencecenter.e3dchem.sygma.feature.source_1.0.1.jar" id="nl.esciencecenter.e3dchem.sygma.feature.source" version="1.0.1">
<feature url="features/nl.esciencecenter.e3dchem.sygma.feature.source_1.0.2.jar" id="nl.esciencecenter.e3dchem.sygma.feature.source" version="1.0.2">
<category name="nl.esciencecenter.e3dchem.sygma.sources"/>
</feature>
<category-def name="nl.esciencecenter.e3dchem.sygma" label="Sygma KNIME nodes">
Expand Down
2 changes: 1 addition & 1 deletion p2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<artifactId>nl.esciencecenter.e3dchem.sygma.p2</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sygma KNIME nodes
Bundle-SymbolicName: nl.esciencecenter.e3dchem.sygma.plugin;singleton:=true
Bundle-Version: 1.0.1
Bundle-Version: 1.0.2
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: nl.esciencecenter.e3dchem.sygma.Activator
Bundle-Vendor: Netherlands eScience Center
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<artifactId>nl.esciencecenter.e3dchem.sygma.plugin</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: nl.esciencecenter.e3dchem.sygma.tests
Bundle-Version: 1.0.1
Bundle-Version: 1.0.2
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0",
org.knime.core;bundle-version="[3.1.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>nl.esciencecenter.e3dchem.sygma.tests</artifactId>
Expand Down

0 comments on commit 76e30c2

Please sign in to comment.