Fixing apidoc/pom.xml to remove redundant -SNAPSHOT

Signed-off-by: Chip Childers <chipchilders@apache.org>
This commit is contained in:
Chip Childers 2013-04-22 19:52:32 -04:00
parent a5a7105b36
commit 258bcaa784
1 changed files with 1 additions and 1 deletions

View File

@ -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>