This repository was archived by the owner on Nov 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The file is formatted as described on http://keepachangelog.com/.
55
66## [ Unreleased]
77
8+ ## [ 1.2.1] - 2016-07-12
9+
810### Changed
911
1012* Templatify KNIME test workflow
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ See https://github.com/3D-e-Chem/knime-python-wrapper for more information how t
3333```
3434mvn archetype:generate -DarchetypeGroupId=nl.esciencecenter \
3535-DarchetypeArtifactId=knime-python-node-archetype \
36- -DarchetypeVersion=1.2.0 \
36+ -DarchetypeVersion=1.2.1 \
3737-DarchetypeRepository=https://dl.bintray.com/nlesc/knime-python-node-archetype
3838```
39392 . Enter the groupId
@@ -60,7 +60,7 @@ Further instructions about generated project can be found in it's README.md file
6060## New release
6161
62621 . Adjust version in pom.xml
63- 2 . Update CHANGELOG.md
63+ 2 . Update CHANGELOG.md & README.md
64643 . Commit & push
65654 . Create Github release
66665 . Deploy to Bintray, see Deploy chapter below
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >nl.esciencecenter</groupId >
44 <artifactId >knime-python-node-archetype</artifactId >
5- <version >1.2.0 </version >
5+ <version >1.2.1 </version >
66 <name >Archetype - Knime Python node</name >
77 <packaging >maven-archetype</packaging >
88 <licenses >
You can’t perform that action at this time.
0 commit comments