--
You received this message because you are subscribed to the Google Groups "Maven JGit Flow Plugin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maven-jgitflow-u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm not really following what exactly is going on. Are you expecting the plugin to update a SNAPSHOT dependency released from another repository when calling finish-release on the current one? If not, anyway you can provide some more details?
In my case, I noticed a difference in how the jgitflow-maven-plugin works versus the maven-release-plugin when dealing with SNAPSHOT versions of a child module in the dependencyManagement section that are never actually used in the project. This ended up happening due to the removal of the child module from the repository, but never going back and removing it from the dependencyManagement section in the parent pom.
The plugin will not update a SNAPSHOT dependency to the latest released version when that dependency is not a part of that Maven build. You will either need to update the version of the SNAPSHOT manually to the released version or add -DallowSnapshots=true to allow the SNAPSHOT version in the release.
--
You received this message because you are subscribed to a topic in the Google Groups "Maven JGit Flow Plugin" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/maven-jgitflow-users/upWpbFAFpbU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to maven-jgitflow-u...@googlegroups.com.