Updated Branches: refs/heads/master 727e12953 -> f8936831e
enable autoversioning of our submodules this flag has the effect that you only get asked for the versions once and not for each sub-module over and over again. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/912a6da5 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/912a6da5 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/912a6da5 Branch: refs/heads/master Commit: 912a6da51150ae5feed29b6d2045bbe06329b009 Parents: 727e129 Author: Mark Struberg <[email protected]> Authored: Wed Sep 11 13:34:55 2013 +0200 Committer: Mark Struberg <[email protected]> Committed: Wed Sep 11 13:34:55 2013 +0200 ---------------------------------------------------------------------- deltaspike/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/912a6da5/deltaspike/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml index 23911a7..a8eb20b 100644 --- a/deltaspike/pom.xml +++ b/deltaspike/pom.xml @@ -85,6 +85,7 @@ <configuration> <pushChanges>false</pushChanges> <localCheckout>true</localCheckout> + <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin>
