Version should be 0.9.0-SNAPSHOT so the release version will be greater;
i.e., 1.0.0.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@791020 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/console/pom.xml b/gogo/console/pom.xml
index a34384d..2ff109f 100644
--- a/gogo/console/pom.xml
+++ b/gogo/console/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.felix.gogo</groupId>
<artifactId>gogo</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>bundle</packaging>
<name>Apache Felix Gogo Shell Console</name>
<artifactId>org.apache.felix.gogo.console</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.9.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>