You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ol...@apache.org on 2012/10/17 14:44:30 UTC

[2/2] git commit: use last maven war plugin

use last maven war plugin


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

Branch: refs/heads/master
Commit: c56c95923ddfe945ae6ac2a1dae0c5717817c67a
Parents: 28c31e3
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 17 14:42:25 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 17 14:42:33 2012 +0200

----------------------------------------------------------------------
 client/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c56c9592/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 1fbe472..dc6d18b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -103,7 +103,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.3</version>
         <configuration>
           <webXml>./WEB-INF/web.xml</webXml>
           <warSourceDirectory>./target/generated-webapp</warSourceDirectory>