maven: Fix stray characted in client/pom.xml introduced in 4572bc06 Signed-off-by: Rohit Yadav <[email protected]>
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 <[email protected]> Authored: Thu Feb 14 16:27:57 2013 +0530 Committer: Rohit Yadav <[email protected]> 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>
