You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/02/14 20:57:51 UTC

[39/50] [abbrv] git commit: refs/heads/qemu-img - maven: Fix stray characted in client/pom.xml introduced in 4572bc06

maven: Fix stray characted in client/pom.xml introduced in 4572bc06

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/qemu-img
Commit: 9e32fc4c834de84482caca77fb067b175a9c1deb
Parents: afbc950
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Feb 14 16:27:57 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Thu Feb 14 16:30:24 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9e32fc4c/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 0c37df3..bd8283d 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -392,14 +392,14 @@
                 <artifactItem>
                   <groupId>org.jasypt</groupId>
                   <artifactId>jasypt</artifactId>
-                  <version>1.9.0</version>`
+                  <version>1.9.0</version>
                   <overWrite>false</overWrite>
                   <outputDirectory>${project.build.directory}/pythonlibs</outputDirectory>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.jasypt</groupId>
                   <artifactId>jasypt</artifactId>
-                  <version>1.8</version>`
+                  <version>1.8</version>
                   <overWrite>false</overWrite>
                   <outputDirectory>${project.build.directory}/pythonlibs</outputDirectory>
                 </artifactItem>