Bump version to 0.18.0-SNAPSHOT

Signed-off-by: Fred Bricon <fbricon@gmail.com>
diff --git a/org.eclipse.m2e.wtp.jpa.feature/feature.xml b/org.eclipse.m2e.wtp.jpa.feature/feature.xml
index 8fc3d88..64c1739 100644
--- a/org.eclipse.m2e.wtp.jpa.feature/feature.xml
+++ b/org.eclipse.m2e.wtp.jpa.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.m2e.wtp.jpa.feature"
       label="%featureName"
-      version="0.17.0.qualifier"
+      version="0.18.0.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.m2e.wtp.jpa">
    <install-handler/>
diff --git a/org.eclipse.m2e.wtp.jpa.feature/pom.xml b/org.eclipse.m2e.wtp.jpa.feature/pom.xml
index c40bb52..b085d8e 100644
--- a/org.eclipse.m2e.wtp.jpa.feature/pom.xml
+++ b/org.eclipse.m2e.wtp.jpa.feature/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.eclipse.m2e.wtp</groupId>
     <artifactId>org.eclipse.m2e.wtp.jpa.parent</artifactId>
-    <version>0.17.0-SNAPSHOT</version>
+    <version>0.18.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.m2e.wtp.jpa.feature</artifactId>
diff --git a/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF
index 3cbd3e2..cb31753 100644
--- a/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.m2e.wtp.jpa;singleton:=true
-Bundle-Version: 0.17.0.qualifier
+Bundle-Version: 0.18.0.qualifier
 Bundle-Activator: org.eclipse.m2e.wtp.jpa.internal.MavenJpaActivator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/org.eclipse.m2e.wtp.jpa/pom.xml b/org.eclipse.m2e.wtp.jpa/pom.xml
index 006c41f..8911fc1 100644
--- a/org.eclipse.m2e.wtp.jpa/pom.xml
+++ b/org.eclipse.m2e.wtp.jpa/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.eclipse.m2e.wtp</groupId>
 		<artifactId>org.eclipse.m2e.wtp.jpa.parent</artifactId>
-		<version>0.17.0-SNAPSHOT</version>
+		<version>0.18.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.eclipse.m2e.wtp.jpa</artifactId>
diff --git a/pom.xml b/pom.xml
index 544fe21..c059163 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,4 +53,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+<version>0.18.0-SNAPSHOT</version></project>