You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/01/11 17:30:12 UTC

git commit: Add maven-release-plugin configuration

Updated Branches:
  refs/heads/cave-2.x 7c3979ac6 -> 470b8bc33


Add maven-release-plugin configuration


Project: http://git-wip-us.apache.org/repos/asf/karaf-cave/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cave/commit/470b8bc3
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cave/tree/470b8bc3
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cave/diff/470b8bc3

Branch: refs/heads/cave-2.x
Commit: 470b8bc33a13ed0662229381cd35d1669a17a290
Parents: 7c3979a
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Sat Jan 11 17:29:49 2014 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Sat Jan 11 17:29:49 2014 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/470b8bc3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2a0035d..7ac64f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,6 +212,13 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                </configuration>
+            </plugin>
         </plugins>
     </build>