Skip to content

Commit

Permalink
Prep for 2.0.2 release + Added launch file during generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 24, 2019
1 parent c21b9b7 commit b0699a6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The file is formatted as described on http://keepachangelog.com/.

## [Unreleased]

## [2.0.2] - 2019-09-24

### Fixed

* Include KNIME launch configuration during generation

## [2.0.1] - 2019-09-19

### Added
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors:
family-names: Verhoeven
affiliation: Nederlands eScience Center
orcid: https://orcid.org/0000-0002-5821-2060
version: 2.0.1
date-released: 2019-09-19
version: 2.0.2
date-released: 2019-09-24
repository-code: https://github.com/3D-e-Chem/tycho-knime-node-archetype
license: Apache-2.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following command will generate a skeleton project
```sh
mvn archetype:generate -DarchetypeGroupId=nl.esciencecenter \
-DarchetypeArtifactId=tycho-knime-node-archetype \
-DarchetypeVersion=2.0.1 -P knimearchetype
-DarchetypeVersion=2.0.2 -P knimearchetype
```

The command will ask the following questions:
Expand Down
2 changes: 1 addition & 1 deletion archetype-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<archetype>
<groupId>nl.esciencecenter</groupId>
<artifactId>tycho-knime-node-archetype</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<description>Archetype for a KNIME node.</description>
<repository>https://dl.bintray.com/nlesc/tycho-knime-node-archetype</repository>
</archetype>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/maven/archetype-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
<directory></directory>
<includes>
<include>KNIME-AP-4.0.target</include>
<include>KNIME Analytics Platform.launch</include>
</includes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit b0699a6

Please sign in to comment.