Set version to 1.2.0-SNAPSHOT

Change-Id: I48b0f8fe98d81cd9b1fa3518063f956bfed851e7
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 ace9af3..144ba0f 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="1.1.0.qualifier"
+      version="1.2.0.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.m2e.wtp.jpa"
       license-feature="org.eclipse.license"
diff --git a/org.eclipse.m2e.wtp.jpa.feature/pom.xml b/org.eclipse.m2e.wtp.jpa.feature/pom.xml
index 82422b0..5489d4d 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>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.m2e.wtp.jpa.feature</artifactId>
diff --git a/org.eclipse.m2e.wtp.jpa.site/pom.xml b/org.eclipse.m2e.wtp.jpa.site/pom.xml
index 909fbe4..f44509f 100644
--- a/org.eclipse.m2e.wtp.jpa.site/pom.xml
+++ b/org.eclipse.m2e.wtp.jpa.site/pom.xml
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.eclipse.m2e.wtp</groupId>
     <artifactId>org.eclipse.m2e.wtp.jpa.parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.m2e.wtp.jpa.site</artifactId>
diff --git a/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp.jpa/META-INF/MANIFEST.MF
index 302d13f..bb1c38f 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: 1.1.0.qualifier
+Bundle-Version: 1.2.0.qualifier
 Bundle-Activator: org.eclipse.m2e.wtp.jpa.internal.MavenJpaActivator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
@@ -27,7 +27,7 @@
  JavaSE-1.7
 Bundle-Localization: plugin
 Bundle-Vendor: %Bundle-Vendor
-Export-Package: org.eclipse.m2e.wtp.jpa,
- org.eclipse.m2e.wtp.jpa.internal;x-friends:="org.eclipse.m2e.wtp.tests",
- org.eclipse.m2e.wtp.jpa.internal.configurators;x-friends:="org.eclipse.m2e.wtp.tests",
- org.eclipse.m2e.wtp.jpa.internal.util;x-friends:="org.eclipse.m2e.wtp.tests"
+Export-Package: org.eclipse.m2e.wtp.jpa,org.eclipse.m2e.wtp.jpa.intern
+ al;x-friends:="org.eclipse.m2e.wtp.tests",org.eclipse.m2e.wtp.jpa.int
+ ernal.configurators;x-friends:="org.eclipse.m2e.wtp.tests",org.eclips
+ e.m2e.wtp.jpa.internal.util;x-friends:="org.eclipse.m2e.wtp.tests"
diff --git a/org.eclipse.m2e.wtp.jpa/pom.xml b/org.eclipse.m2e.wtp.jpa/pom.xml
index 4355ac1..d717825 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>1.1.0-SNAPSHOT</version>
+		<version>1.2.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>org.eclipse.m2e.wtp.jpa</artifactId>
diff --git a/pom.xml b/pom.xml
index 75643b3..5b242e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,13 +13,12 @@
   <parent>
     <groupId>org.eclipse.m2e.wtp</groupId>
     <artifactId>org.eclipse.m2e.wtp.parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.eclipse.m2e.wtp</groupId>
   <artifactId>org.eclipse.m2e.wtp.jpa.parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.1.0-SNAPSHOT</version>
   <name>M2E-WTP JPA :: Parent</name>
 
   <properties>