disable autoVersionSubmodules as we have different module versions in our build
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/6c254f13 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/6c254f13 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/6c254f13 Branch: refs/heads/master Commit: 6c254f1376f957ee0d4cdadb7c56755fd6985b1a Parents: 867b328 Author: Mark Struberg <[email protected]> Authored: Thu Mar 5 16:32:47 2015 +0100 Committer: Mark Struberg <[email protected]> Committed: Thu Mar 5 16:47:11 2015 +0100 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/6c254f13/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 89c7485..513bbb4 100644 --- a/pom.xml +++ b/pom.xml @@ -328,7 +328,8 @@ <artifactId>maven-release-plugin</artifactId> <version>2.5.1</version> <configuration> - <autoVersionSubmodules>true</autoVersionSubmodules> + <!-- We cannot yet activate it as our submodules have different versions --> + <autoVersionSubmodules>false</autoVersionSubmodules> <!-- the following settings are important when working with git --> <localCheckout>true</localCheckout>
