Author: max.andersen(a)jboss.com
Date: 2011-07-31 11:54:45 -0400 (Sun, 31 Jul 2011)
New Revision: 33386
Modified:
trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml
trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml
trunk/hibernatetools/features/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml
trunk/hibernatetools/plugins/pom.xml
trunk/hibernatetools/site/pom.xml
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml
trunk/hibernatetools/tests/pom.xml
Log:
JBIDE-9268 aligned hibernatetools to 3.4.0, removed redundandant versions
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.features</groupId>
<artifactId>org.hibernate.eclipse.feature</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.test.feature</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-feature</packaging>
</project>
Modified: trunk/hibernatetools/features/pom.xml
===================================================================
--- trunk/hibernatetools/features/pom.xml 2011-07-30 15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/features/pom.xml 2011-07-31 15:54:45 UTC (rev 33386)
@@ -9,7 +9,7 @@
<groupId>org.jboss.tools.hibernatetools</groupId>
<artifactId>features</artifactId>
<name>hibernatetools.features</name>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>pom</packaging>
<modules>
<module>org.hibernate.eclipse.feature</module>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml 2011-07-30 15:58:39 UTC
(rev 33385)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml 2011-07-31 15:54:45 UTC
(rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml 2011-07-30 15:58:39
UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml 2011-07-31 15:54:45
UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.console</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml 2011-07-30 15:58:39
UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml 2011-07-31 15:54:45
UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.help</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.jdt.apt.ui</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml 2011-07-30 15:58:39
UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml 2011-07-31 15:54:45
UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.jdt.ui</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml 2011-07-30 15:58:39
UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml 2011-07-31 15:54:45
UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.mapper</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.jpt.core</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.jpt.ui</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml 2011-07-30 15:58:39
UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml 2011-07-31 15:54:45
UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.ui</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml 2011-07-30 15:58:39
UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml 2011-07-31 15:54:45
UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.xml</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.xml.ui</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/plugins/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/pom.xml 2011-07-30 15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/plugins/pom.xml 2011-07-31 15:54:45 UTC (rev 33386)
@@ -9,7 +9,7 @@
<groupId>org.jboss.tools.hibernatetools</groupId>
<artifactId>plugins</artifactId>
<name>hibernatetools.plugins</name>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>pom</packaging>
<modules>
<module>org.hibernate.eclipse</module>
Modified: trunk/hibernatetools/site/pom.xml
===================================================================
--- trunk/hibernatetools/site/pom.xml 2011-07-30 15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/site/pom.xml 2011-07-31 15:54:45 UTC (rev 33386)
@@ -9,6 +9,6 @@
<groupId>org.jboss.tools.hibernatetools</groupId>
<artifactId>hibernatetools.site</artifactId>
<name>hibernatetools.site</name>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.hibernate.eclipse.console.test</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.hibernate.eclipse.jdt.ui.test</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
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 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.jboss.tools.hibernate.jpt.core.test</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
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 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.jboss.tools.hibernate.ui.bot.test</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-plugin</packaging>
</project>
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml 2011-07-30
15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml 2011-07-31
15:54:45 UTC (rev 33386)
@@ -8,7 +8,7 @@
</parent>
<groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.jboss.tools.hibernate.ui.test</artifactId>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>eclipse-test-plugin</packaging>
<properties>
Modified: trunk/hibernatetools/tests/pom.xml
===================================================================
--- trunk/hibernatetools/tests/pom.xml 2011-07-30 15:58:39 UTC (rev 33385)
+++ trunk/hibernatetools/tests/pom.xml 2011-07-31 15:54:45 UTC (rev 33386)
@@ -9,7 +9,7 @@
<groupId>org.jboss.tools.hibernatetools</groupId>
<artifactId>tests</artifactId>
<name>hibernatetools.tests</name>
- <version>3.4.0-SNAPSHOT</version>
+
<packaging>pom</packaging>
<modules>
<module>org.hibernate.eclipse.console.test</module>