3D-e-Chem / tycho-knime-node-archetype

Maven archetype for Knime node extension
Apache License 2.0
5 stars 2 forks source link

Add timestamp to version #10

Closed sverhoeven closed 7 years ago

sverhoeven commented 7 years ago

KNIME uses timestamp in the version, we should also.

This will also make it easier to install new commits using following steps:

  1. git commit
  2. mvn package
  3. In KNIME reload update site
  4. In KNIME update feature
  5. Restart KNIME

Currently instead of git commit, the version must be bumped

sverhoeven commented 7 years ago

See https://planet.jboss.org/post/coping_with_versions_in_large_multi_module_osgi_projects how to use SNAPSHOT version.