Hello,
When i perform mvn release:prepare
I have a nullpointer exception directly after prompting
to give tag name and release version
[INFO] [release:prepare]
[INFO] What tag name should be used?
TEST1
[INFO] Verifying there are no local modifications ...
[INFO] What is the release version for 'example'? [1-0]
1-0
[INFO]
----------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] null
[INFO]
----------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:396)
probably, there is something missing somewhere but I don't know what.
On the pom.xml ?
Could someone help me?
Thanks in advance,
Tom