You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.