Skip to content

Commit

Permalink
Prep for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 19, 2019
1 parent 08a4152 commit c21b9b7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ The file is formatted as described on http://keepachangelog.com/.

## [Unreleased]

## [2.0.1] - 2019-09-19

### Added

* KNIME launch configuration

### Changed

* Bump dependencies to latest versions

### Fixed

* Run tests on mac book with a touch bar

## [2.0.0] - 2019-07-02

### 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.0
date-released: 2019-07-02
version: 2.0.1
date-released: 2019-09-19
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.0 -P knimearchetype
-DarchetypeVersion=2.0.1 -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.0</version>
<version>2.0.1</version>
<description>Archetype for a KNIME node.</description>
<repository>https://dl.bintray.com/nlesc/tycho-knime-node-archetype</repository>
</archetype>
Expand Down
8 changes: 4 additions & 4 deletions 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</groupId>
<artifactId>tycho-knime-node-archetype</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<name>Archetype - Knime node</name>
<packaging>maven-archetype</packaging>
<licenses>
Expand All @@ -30,7 +30,7 @@
</ciManagement>

<properties>
<archetype.version>3.0.1</archetype.version>
<archetype.version>3.1.2</archetype.version>
</properties>

<build>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-invoker</artifactId>
<version>2.2</version>
<version>3.0.1</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -66,7 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
<configuration>
<!-- Required so that .gitignore gets included in archetypes; see https://issues.apache.org/jira/browse/MRESOURCES-190 -->
<addDefaultExcludes>false</addDefaultExcludes>
Expand Down

0 comments on commit c21b9b7

Please sign in to comment.