Hi,

I noticed that to solve the nullpointer that happens in PrepareReleaseMojo, there are currently 2 solutions:

- mine: initialize pomFiles directely
- other: check if pomFiles is null and then assign new ArrayList() to it.

we should only keep one of these solutions.

regards,

Wim

Reply via email to