Fixed
Details
Assignee
Marco PetersMarco PetersReporter
Marco PetersMarco PetersFix versions
Affects versions
Components
Priority
Critical
Details
Details
Assignee
Marco Peters
Marco PetersReporter
Marco Peters
Marco PetersFix versions
Affects versions
Components
Priority
Created 13 August 2015 at 13:11
Updated 20 November 2015 at 14:40
Resolved 20 November 2015 at 14:40
Currently users need to reinstall the software with each new beta release. The project setup must be changed to make it possible to update the modules via the NetBeans auto update service.
The problem right now is that the auto update service only considers the specification version for comparing the module version. The specification version can only handle version numbers of final releases, e.g. '2.0.0'. This is considered by the maven-nbm-plugin which uses the pom version but strips of the snapshot part. This makes a snapshot version equal to the release version.