Repository: tomee Updated Branches: refs/heads/master 878a30e40 -> 9f3cc64ab
autoVersionSubmodules can now be used, not a pb to change example version Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/9f3cc64a Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/9f3cc64a Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/9f3cc64a Branch: refs/heads/master Commit: 9f3cc64ab0c1e4546a8417b4bed276fd6b4443a2 Parents: 878a30e Author: Romain manni-Bucau <[email protected]> Authored: Sun Feb 21 14:59:20 2016 +0000 Committer: Romain manni-Bucau <[email protected]> Committed: Sun Feb 21 14:59:20 2016 +0000 ---------------------------------------------------------------------- pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/9f3cc64a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ef101a1..110293a 100644 --- a/pom.xml +++ b/pom.xml @@ -334,9 +334,6 @@ <artifactId>maven-release-plugin</artifactId> <version>2.5.1</version> <configuration> - <!-- 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> <pushChanges>false</pushChanges>
