You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2015/03/05 16:48:40 UTC

tomee git commit: disable autoVersionSubmodules as we have different module versions in our build

Repository: tomee
Updated Branches:
  refs/heads/develop 867b32882 -> 6c254f137


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/develop
Commit: 6c254f1376f957ee0d4cdadb7c56755fd6985b1a
Parents: 867b328
Author: Mark Struberg <st...@apache.org>
Authored: Thu Mar 5 16:32:47 2015 +0100
Committer: Mark Struberg <st...@apache.org>
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>