[jbosstools-commits] JBoss Tools SVN: r42354 - in trunk/hibernatetools: features and 45 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jul 3 13:59:46 EDT 2012


Author: dgolovin
Date: 2012-07-03 13:59:45 -0400 (Tue, 03 Jul 2012)
New Revision: 42354

Modified:
   trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml
   trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml
   trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
   trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml
   trunk/hibernatetools/features/pom.xml
   trunk/hibernatetools/plugins/org.hibernate.eclipse.console/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml
   trunk/hibernatetools/plugins/org.hibernate.eclipse.help/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml
   trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml
   trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml
   trunk/hibernatetools/plugins/org.hibernate.eclipse.libs/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.hibernate.eclipse.libs/pom.xml
   trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml
   trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_5/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_5/pom.xml
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_6/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_6/pom.xml
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate4_0/META-INF/MANIFEST.MF
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate4_0/pom.xml
   trunk/hibernatetools/plugins/pom.xml
   trunk/hibernatetools/pom.xml
   trunk/hibernatetools/site/pom.xml
   trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/META-INF/MANIFEST.MF
   trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
   trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF
   trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml
   trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/META-INF/MANIFEST.MF
   trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml
   trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/META-INF/MANIFEST.MF
   trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml
   trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF
   trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml
   trunk/hibernatetools/tests/pom.xml
Log:
https://issues.jboss.org/browse/JBDS-2222 Fix hibernate tools plugin versions
added -SNAPSHOT to pom.xml versions and .qualifier to plugin/features versions


Modified: trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 <feature
       id="org.hibernate.eclipse.feature"
       label="%featureName"
-      version="3.6.0"
+      version="3.6.0.qualifier"
       provider-name="%providerName"
       plugin="org.hibernate.eclipse">
 

Modified: trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>features</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.features</groupId>
 	<artifactId>org.hibernate.eclipse.feature</artifactId> 

Modified: trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 <feature 
 	id="org.hibernate.eclipse.test.feature" 
 	label="JBoss Tools - Tests - Hibernate" 
-	version="3.6.0" 
+	version="3.6.0.qualifier" 
 	provider-name="JBoss by Red Hat">
 
    <description url="http://www.jboss.org/tools">

Modified: trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>features</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.hibernate.eclipse.test.feature</artifactId> 

Modified: trunk/hibernatetools/features/pom.xml
===================================================================
--- trunk/hibernatetools/features/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/features/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>hibernatetools</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools</groupId>
 	<artifactId>features</artifactId>

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.hibernate.eclipse;singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-ClassPath: org.hibernate.eclipse.jar
 Bundle-Activator: org.hibernate.eclipse.HibernatePlugin
 Bundle-Vendor: %Bundle-Vendor.0

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.hibernate.eclipse</artifactId> 

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.hibernate.eclipse.console; singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-ClassPath: org.hibernate.eclipse.console.jar
 Bundle-Activator: org.hibernate.eclipse.console.HibernateConsolePlugin
 Bundle-Vendor: %Bundle-Vendor.0

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.hibernate.eclipse.console</artifactId> 

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.hibernate.eclipse.help; singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-ClassPath: help.jar
 Bundle-Activator: org.hibernate.eclipse.help.HelpPlugin
 Bundle-Vendor: %Bundle-Vendor.0

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.hibernate.eclipse.help</artifactId> 

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.hibernate.eclipse.jdt.apt.ui;singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-Activator: org.hibernate.eclipse.jdt.apt.ui.Activator
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-Localization: plugin

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.hibernate.eclipse.jdt.apt.ui</artifactId> 

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.hibernate.eclipse.jdt.ui;singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-Activator: org.hibernate.eclipse.jdt.ui.Activator
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-Localization: plugin

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.hibernate.eclipse.jdt.ui</artifactId> 

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.libs/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.libs/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.libs/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: JBoss Hibernate 3.5 Libs
 Bundle-SymbolicName: org.hibernate.eclipse.libs
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-ClassPath: .,
  lib/hibernate/asm.jar,
  lib/hibernate/asm-attrs.jar,

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.libs/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.libs/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.libs/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.hibernate.eclipse.libs</artifactId> 

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.hibernate.eclipse.mapper; singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-ClassPath: org.hibernate.eclipse.mapper.jar
 Bundle-Activator: org.hibernate.eclipse.mapper.MapperPlugin
 Bundle-Vendor: %Bundle-Vendor.0

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.hibernate.eclipse.mapper</artifactId> 

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.hibernate.jpt.core;singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Require-Bundle: 
  org.eclipse.core.runtime,
  org.eclipse.wst.validation,

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.jboss.tools.hibernate.jpt.core</artifactId> 

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Hibernate Jdt UI
 Bundle-SymbolicName: org.jboss.tools.hibernate.jpt.ui;singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-Activator: org.jboss.tools.hibernate.jpt.ui.HibernateJptUIPlugin
 Require-Bundle: 
  org.hibernate.eclipse.console,

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.jboss.tools.hibernate.jpt.ui</artifactId> 

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -18,7 +18,7 @@
  org.eclipse.jdt.ui,
  org.hibernate.eclipse.console,
  org.hibernate.eclipse.libs;bundle-version="3.4.0"
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Export-Package: org.jboss.tools.hibernate.ui.diagram,
  org.jboss.tools.hibernate.ui.diagram.editors,
  org.jboss.tools.hibernate.ui.diagram.editors.actions,

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.jboss.tools.hibernate.ui</artifactId> 

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -25,5 +25,5 @@
  org.eclipse.core.runtime,
  org.jboss.tools.common,
  org.jboss.tools.common.model
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.jboss.tools.hibernate.xml</artifactId> 

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -25,5 +25,5 @@
  org.jboss.tools.common.model.ui,
  org.jboss.tools.hibernate.xml,
  org.eclipse.wst.xml.ui
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.jboss.tools.hibernate.xml.ui</artifactId> 

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_5/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_5/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_5/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Hibernate3_5
 Bundle-SymbolicName: org.jboss.tools.hibernate3_5;singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-Activator: org.jboss.tools.hibernate3_5.Hibernate3_5Plugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_5/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_5/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_5/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.jboss.tools.hibernate3_5</artifactId> 

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_6/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_6/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_6/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Hibernate3_6
 Bundle-SymbolicName: org.jboss.tools.hibernate3_6;singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-Activator: org.jboss.tools.hibernate3_6.Hibernate3_6Plugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_6/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_6/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate3_6/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.jboss.tools.hibernate3_6</artifactId> 

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate4_0/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate4_0/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate4_0/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Hibernate4_0
 Bundle-SymbolicName: org.jboss.tools.hibernate4_0;singleton:=true
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-Activator: org.jboss.tools.hibernate4_0.Hibernate4_0Plugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate4_0/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate4_0/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate4_0/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>plugins</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
 	<artifactId>org.jboss.tools.hibernate4_0</artifactId> 

Modified: trunk/hibernatetools/plugins/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/plugins/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>hibernatetools</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools</groupId>
 	<artifactId>plugins</artifactId>

Modified: trunk/hibernatetools/pom.xml
===================================================================
--- trunk/hibernatetools/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -10,7 +10,7 @@
 	<groupId>org.jboss.tools</groupId>
 	<artifactId>hibernatetools</artifactId>
 	<name>hibernatetools.all</name>
-	<version>3.6.0</version>
+	<version>3.6.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<modules>
 		<module>features</module>

Modified: trunk/hibernatetools/site/pom.xml
===================================================================
--- trunk/hibernatetools/site/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/site/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>hibernatetools</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools</groupId>
 	<artifactId>hibernatetools.site</artifactId> 

Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.hibernate.eclipse.console.test
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-ClassPath: .,
  lib/hibernate-tools-tests.jar,
  lib/hsqldb.jar,

Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>tests</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.tests</groupId>
 	<artifactId>org.hibernate.eclipse.console.test</artifactId> 

Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.hibernate.eclipse.jdt.ui.test
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Require-Bundle: org.hibernate.eclipse.libs;bundle-version="1.0.0",
  org.eclipse.ui,
  org.eclipse.core.runtime,

Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>tests</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.tests</groupId>
 	<artifactId>org.hibernate.eclipse.jdt.ui.test</artifactId> 

Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.hibernate.jpt.core.test
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Require-Bundle: org.hibernate.eclipse.libs;bundle-version="3.4.0",
  org.junit;bundle-version="4.0.0",
  org.eclipse.wst.common.project.facet.ui;bundle-version="1.3.0",

Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>tests</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.tests</groupId>
 	<artifactId>org.jboss.tools.hibernate.jpt.core.test</artifactId> 

Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Hibernate Tools SWTBot Tests
 Bundle-SymbolicName: org.jboss.tools.hibernate.ui.bot.test
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Bundle-Activator: org.jboss.tools.hibernate.ui.bot.testcase.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,

Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>tests</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.tests</groupId>
 	<artifactId>org.jboss.tools.hibernate.ui.bot.test</artifactId> 

Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/META-INF/MANIFEST.MF	2012-07-03 17:59:45 UTC (rev 42354)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.hibernate.ui.test
-Bundle-Version: 3.6.0
+Bundle-Version: 3.6.0.qualifier
 Require-Bundle: org.hibernate.eclipse.libs;bundle-version="3.4.0",
  org.junit;bundle-version="3.8.2",
  org.eclipse.wst.common.project.facet.ui;bundle-version="1.3.0",

Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools.hibernatetools</groupId>
 		<artifactId>tests</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools.tests</groupId>
 	<artifactId>org.jboss.tools.hibernate.ui.test</artifactId> 

Modified: trunk/hibernatetools/tests/pom.xml
===================================================================
--- trunk/hibernatetools/tests/pom.xml	2012-07-03 17:56:55 UTC (rev 42353)
+++ trunk/hibernatetools/tests/pom.xml	2012-07-03 17:59:45 UTC (rev 42354)
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>hibernatetools</artifactId>
-		<version>3.6.0</version>
+		<version>3.6.0-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.hibernatetools</groupId>
 	<artifactId>tests</artifactId>



More information about the jbosstools-commits mailing list