aboutsummaryrefslogtreecommitdiff
path: root/bigtop-test-framework
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2012-11-05 08:03:40 -0800
committerRoman Shaposhnik <rvs@apache.org>2012-11-05 08:03:40 -0800
commite003f2237acb785d92bb2311d8eb6004799bede8 (patch)
treef39db1700f0ada033767119ad083510692e4c417 /bigtop-test-framework
parent0d7ac84d40711f70a06cd828133cc4811e1bbd58 (diff)
BIGTOP-772. Remove all references to the incubation from the trunk of Bigtop
Diffstat (limited to 'bigtop-test-framework')
-rw-r--r--bigtop-test-framework/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index 9110302e..6a8d1245 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<name>iTest: system and integration testing in the cloud</name>
- <version>0.5.0-incubating-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
<dependencies>