Fixing apidoc/pom.xml to remove redundant -SNAPSHOT Signed-off-by: Chip Childers <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/258bcaa7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/258bcaa7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/258bcaa7 Branch: refs/heads/4.1 Commit: 258bcaa784d033e71c079b7c2ba2757c7528b1cf Parents: a5a7105 Author: Chip Childers <[email protected]> Authored: Mon Apr 22 19:52:32 2013 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Apr 22 19:52:32 2013 -0400 ---------------------------------------------------------------------- tools/apidoc/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/258bcaa7/tools/apidoc/pom.xml ---------------------------------------------------------------------- diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml index 312cb08..6b159ff 100644 --- a/tools/apidoc/pom.xml +++ b/tools/apidoc/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.cloudstack</groupId> <artifactId>cloudstack</artifactId> - <version>4.1.0-SNAPSHOT-SNAPSHOT</version> + <version>4.1.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <dependencies>
