maven: Fix stray characted in client/pom.xml introduced in 4572bc06 Signed-off-by: Rohit Yadav <[email protected]> (cherry picked from commit 4f33ea29e8d0953c42ae9a3185e3656961174f9a)
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/0853aca3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0853aca3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0853aca3 Branch: refs/heads/4.1 Commit: 0853aca36b35aa839b3d831611b2ea88396fb19f Parents: 19a9ca4 Author: Rohit Yadav <[email protected]> Authored: Thu Feb 14 16:27:57 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Thu Feb 14 16:29:42 2013 +0530 ---------------------------------------------------------------------- client/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0853aca3/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 3651b79..aa70d81 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>
