Details
Description
When issuing the command prepare command to a project with a dependency range decleration I get the following:
[INFO] Checking dependencies and plugins for snapshots ...
There are still some remaining snapshot dependencies.: Do you want to resolve them now? (yes/no) no: :
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Can't release project due to non released dependencies :
com.foo:bar:jar:[1.0,):compile
in project 'Foo :: Pub' (com.foo:pub:jar:1.0-SNAPSHOT)
Attachments
Issue Links
- relates to
-
MRELEASE-318 Release plugin throws NullPointerException when using version range for dependency
- Closed