You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2016/04/03 14:18:02 UTC

camel git commit: Add apache-release profile to release-plugin configuration

Repository: camel
Updated Branches:
  refs/heads/camel-2.16.x b4e56f18d -> 078910715


Add apache-release profile to release-plugin configuration

Signed-off-by: Gregor Zurowski <gr...@zurowski.org>


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/07891071
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/07891071
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/07891071

Branch: refs/heads/camel-2.16.x
Commit: 078910715050c886ac1f2060682ed38c33f2c43e
Parents: b4e56f1
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Sun Apr 3 11:24:57 2016 +0000
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Sun Apr 3 11:24:57 2016 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/07891071/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 78edb6c..6b793e0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
             <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>
             <!-- The profile we want to use when doing the release -->
-            <arguments>-Prelease,enable-schemagen,apt,sourcecheck,hibernate</arguments>
+            <arguments>-Prelease,apache-release,enable-schemagen,apt,sourcecheck,hibernate</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>