Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@b8 b8 released this 25 Aug 15:15
· 7 commits to master since this release
  • Added a maven plugin for easily executing batch files, e.g.: mvn versiontiger:execute -DstatementsFile=release.versiontiger
  • Added support for mvn versions with suffix separated by a dot (1.2.3.aSuffix). Use the new mapping strategy for applying the maven suffix to the OSGi qualifier: setting osgi.version.mapping suffixToQualifier. Added also a new release command to release with a certain suffix: releaseWithSuffix <my.artifact.id-pattern> <suffix>. The setting and release command is also usable in the UI.
  • Added command for checking we have always strict dependency ranges in OSGi to certain projects: ensureStrictOsgiDependencyTo projectId
  • Added command for checking that the given projects are snapshots, resp. releases: ensureRelease|ensureSnapshot <my.artifact.id-pattern>
  • Added support for Apache Karaf feature files. Use a property versionTigerFiles in the POM file to define karaf feature files: <versionTigerFiles>karaf:feature.xml</veresionTigerFiles>
  • Universe definitions are now sorted alphabetically in the 'Update versions' dialog.
  • Fixed versioning with inherited maven versions.

Resolved issues in 1.4.0