[jbosstools-commits] JBoss Tools SVN: r42373 - in branches/jbosstools-3.3.x/portlet: features and 13 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jul 3 17:45:28 EDT 2012


Author: nickboldt
Date: 2012-07-03 17:45:27 -0400 (Tue, 03 Jul 2012)
New Revision: 42373

Modified:
   branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.feature/feature.xml
   branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.feature/pom.xml
   branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
   branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml
   branches/jbosstools-3.3.x/portlet/features/pom.xml
   branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF
   branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.core/pom.xml
   branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.ui/META-INF/MANIFEST.MF
   branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml
   branches/jbosstools-3.3.x/portlet/plugins/pom.xml
   branches/jbosstools-3.3.x/portlet/pom.xml
   branches/jbosstools-3.3.x/portlet/site/pom.xml
   branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF
   branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml
   branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/META-INF/MANIFEST.MF
   branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml
   branches/jbosstools-3.3.x/portlet/tests/pom.xml
Log:
JBDS-2212 apply ~/Screenshots/JBDS2212--portlet-upversion-33x.patch to upversion to 1.3.1

Modified: branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.feature/feature.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.feature/feature.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.feature/feature.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.portlet.feature"
       label="%featureName"
-      version="1.2.0.qualifier"
+      version="1.3.1.qualifier"
       provider-name="%providerName"
       plugin="org.jboss.tools.portlet.ui">
 

Modified: branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.feature/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.feature/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.feature/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.portlet</groupId>
 		<artifactId>features</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet.features</groupId>
 	<artifactId>org.jboss.tools.portlet.feature</artifactId>

Modified: branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -2,7 +2,7 @@
 <feature
       id="org.jboss.tools.portlet.test.feature"
       label="%featureName"
-      version="1.2.0.qualifier"
+      version="1.3.1.qualifier"
       provider-name="%providerName"
       plugin="org.jboss.tools.portlet.core.test">
 

Modified: branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/features/org.jboss.tools.portlet.test.feature/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.portlet</groupId>
 		<artifactId>features</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet.features</groupId>
 	<artifactId>org.jboss.tools.portlet.test.feature</artifactId>

Modified: branches/jbosstools-3.3.x/portlet/features/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/features/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/features/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>portlet</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet</groupId>
 	<artifactId>features</artifactId>

Modified: branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF	2012-07-03 21:45:27 UTC (rev 42373)
@@ -1,37 +1,37 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %BundleName
-Bundle-SymbolicName: org.jboss.tools.portlet.core;singleton:=true
-Bundle-Version: 1.2.0.qualifier
-Bundle-Activator: org.jboss.tools.portlet.core.PortletCoreActivator
-Bundle-Vendor: %BundleVendor
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
- org.eclipse.wst.common.project.facet.core,
- org.eclipse.jst.common.project.facet.core;visibility:=reexport,
- org.eclipse.core.resources,
- org.eclipse.wst.common.frameworks,
- org.eclipse.jst.j2ee,
- org.eclipse.jdt.core,
- org.jboss.ide.eclipse.as.classpath.core,
- org.eclipse.jst.j2ee.core,
- org.eclipse.jst.j2ee.web,
- org.eclipse.emf.common,
- org.eclipse.emf.ecore,
- org.eclipse.jst.common.frameworks,
- org.eclipse.ui.ide,
- org.eclipse.jem,
- org.eclipse.jst.jsf.facesconfig,
- org.eclipse.wst.server.core;visibility:=reexport,
- org.eclipse.jem.util,
- org.jboss.ide.eclipse.as.core;visibility:=reexport,
- org.eclipse.core.commands,
- org.eclipse.core.expressions,
- org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional;x-installation:=greedy
-Bundle-ActivationPolicy: lazy
-Export-Package: org.jboss.tools.portlet.core,
- org.jboss.tools.portlet.core.internal,
- org.jboss.tools.portlet.core.internal.project.facet,
- org.jboss.tools.portlet.core.libprov,
- org.jboss.tools.portlet.core.preferences
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %BundleName
+Bundle-SymbolicName: org.jboss.tools.portlet.core;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.portlet.core.PortletCoreActivator
+Bundle-Vendor: %BundleVendor
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
+ org.eclipse.wst.common.project.facet.core,
+ org.eclipse.jst.common.project.facet.core;visibility:=reexport,
+ org.eclipse.core.resources,
+ org.eclipse.wst.common.frameworks,
+ org.eclipse.jst.j2ee,
+ org.eclipse.jdt.core,
+ org.jboss.ide.eclipse.as.classpath.core,
+ org.eclipse.jst.j2ee.core,
+ org.eclipse.jst.j2ee.web,
+ org.eclipse.emf.common,
+ org.eclipse.emf.ecore,
+ org.eclipse.jst.common.frameworks,
+ org.eclipse.ui.ide,
+ org.eclipse.jem,
+ org.eclipse.jst.jsf.facesconfig,
+ org.eclipse.wst.server.core;visibility:=reexport,
+ org.eclipse.jem.util,
+ org.jboss.ide.eclipse.as.core;visibility:=reexport,
+ org.eclipse.core.commands,
+ org.eclipse.core.expressions,
+ org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional;x-installation:=greedy
+Bundle-ActivationPolicy: lazy
+Export-Package: org.jboss.tools.portlet.core,
+ org.jboss.tools.portlet.core.internal,
+ org.jboss.tools.portlet.core.internal.project.facet,
+ org.jboss.tools.portlet.core.libprov,
+ org.jboss.tools.portlet.core.preferences
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Modified: branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.core/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.core/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.core/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.portlet</groupId>
 		<artifactId>plugins</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet.plugins</groupId>
 	<artifactId>org.jboss.tools.portlet.core</artifactId>

Modified: branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.ui/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.ui/META-INF/MANIFEST.MF	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.ui/META-INF/MANIFEST.MF	2012-07-03 21:45:27 UTC (rev 42373)
@@ -1,34 +1,34 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %BundleName
-Bundle-SymbolicName: org.jboss.tools.portlet.ui;singleton:=true
-Bundle-Version: 1.2.0.qualifier
-Bundle-Activator: org.jboss.tools.portlet.ui.PortletUIActivator
-Bundle-Vendor: %BundleVendor
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.wst.common.project.facet.ui,
- org.eclipse.jst.common.project.facet.ui,
- org.eclipse.wst.common.frameworks.ui,
- org.eclipse.core.resources,
- org.eclipse.jst.servlet.ui,
- org.eclipse.jst.j2ee.web,
- org.eclipse.jst.j2ee.core,
- org.eclipse.jst.j2ee.ui,
- org.eclipse.jst.jee.ui,
- org.eclipse.wst.common.modulecore,
- org.eclipse.jdt.core,
- org.eclipse.jst.j2ee,
- org.eclipse.jem.util,
- org.eclipse.emf.ecore,
- org.eclipse.emf.edit,
- org.jboss.tools.portlet.core,
- org.eclipse.emf.codegen,
- org.eclipse.wst.xml.core,
- org.eclipse.wst.sse.core,
- org.eclipse.jdt.ui,
- org.eclipse.ui.ide,
- org.eclipse.ui.views
-Bundle-ActivationPolicy: lazy
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %BundleName
+Bundle-SymbolicName: org.jboss.tools.portlet.ui;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-Activator: org.jboss.tools.portlet.ui.PortletUIActivator
+Bundle-Vendor: %BundleVendor
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.wst.common.project.facet.ui,
+ org.eclipse.jst.common.project.facet.ui,
+ org.eclipse.wst.common.frameworks.ui,
+ org.eclipse.core.resources,
+ org.eclipse.jst.servlet.ui,
+ org.eclipse.jst.j2ee.web,
+ org.eclipse.jst.j2ee.core,
+ org.eclipse.jst.j2ee.ui,
+ org.eclipse.jst.jee.ui,
+ org.eclipse.wst.common.modulecore,
+ org.eclipse.jdt.core,
+ org.eclipse.jst.j2ee,
+ org.eclipse.jem.util,
+ org.eclipse.emf.ecore,
+ org.eclipse.emf.edit,
+ org.jboss.tools.portlet.core,
+ org.eclipse.emf.codegen,
+ org.eclipse.wst.xml.core,
+ org.eclipse.wst.sse.core,
+ org.eclipse.jdt.ui,
+ org.eclipse.ui.ide,
+ org.eclipse.ui.views
+Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Modified: branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/plugins/org.jboss.tools.portlet.ui/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.portlet</groupId>
 		<artifactId>plugins</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet.plugins</groupId>
 	<artifactId>org.jboss.tools.portlet.ui</artifactId>

Modified: branches/jbosstools-3.3.x/portlet/plugins/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/plugins/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/plugins/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>portlet</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet</groupId>
 	<artifactId>plugins</artifactId>

Modified: branches/jbosstools-3.3.x/portlet/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -9,7 +9,7 @@
 	</parent>
 	<groupId>org.jboss.tools</groupId>
 	<artifactId>portlet</artifactId>
-	<version>1.2.0-SNAPSHOT</version>
+	<version>1.3.1-SNAPSHOT</version>
 	<name>portlet.all</name>	
 	<packaging>pom</packaging>
 	<modules>

Modified: branches/jbosstools-3.3.x/portlet/site/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/site/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/site/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>portlet</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet</groupId>
 	<artifactId>portlet.site</artifactId>

Modified: branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.core.test/META-INF/MANIFEST.MF	2012-07-03 21:45:27 UTC (rev 42373)
@@ -1,12 +1,12 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Portlet Core Test Suite
-Bundle-SymbolicName: org.jboss.tools.portlet.core.test
-Bundle-Version: 1.2.0.qualifier
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.jboss.tools.tests;bundle-version="2.0.0",
- org.junit;bundle-version="3.8.2",
- org.jboss.tools.portlet.core;bundle-version="1.0.0",
- org.eclipse.core.runtime;bundle-version="3.5.0",
- org.jboss.tools.portlet.ui;bundle-version="1.1.0"
-Export-Package: org.jboss.tools.portlet.core.test
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Portlet Core Test Suite
+Bundle-SymbolicName: org.jboss.tools.portlet.core.test
+Bundle-Version: 1.3.1.qualifier
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.jboss.tools.tests;bundle-version="2.0.0",
+ org.junit;bundle-version="3.8.2",
+ org.jboss.tools.portlet.core;bundle-version="1.0.0",
+ org.eclipse.core.runtime;bundle-version="3.5.0",
+ org.jboss.tools.portlet.ui;bundle-version="1.1.0"
+Export-Package: org.jboss.tools.portlet.core.test

Modified: branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.core.test/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.portlet</groupId>
 		<artifactId>tests</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet.tests</groupId>
 	<artifactId>org.jboss.tools.portlet.core.test</artifactId>

Modified: branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/META-INF/MANIFEST.MF	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/META-INF/MANIFEST.MF	2012-07-03 21:45:27 UTC (rev 42373)
@@ -1,21 +1,21 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Portal Tests
-Bundle-SymbolicName: org.jboss.tools.portlet.ui.bot.test;singleton:=true
-Bundle-Version: 1.2.0.qualifier
-Bundle-ActivationPolicy: lazy
-Bundle-Vendor: 
- JBoss by Red Hat
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",
- org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.0",
- org.eclipse.swtbot.swt.finder;bundle-version="2.0.0",
- org.apache.log4j;bundle-version="1.2.13",
- org.junit4;bundle-version="4.8.1",
- org.jboss.tools.ui.bot.ext;bundle-version="1.0.0",
- org.hamcrest;bundle-version="1.1.0",
- org.eclipse.ui.forms;bundle-version="3.5.0"
-Import-Package: org.eclipse.core.runtime.adaptor,
- org.eclipse.jst.j2ee.internal.plugin
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Portal Tests
+Bundle-SymbolicName: org.jboss.tools.portlet.ui.bot.test;singleton:=true
+Bundle-Version: 1.3.1.qualifier
+Bundle-ActivationPolicy: lazy
+Bundle-Vendor: 
+ JBoss by Red Hat
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.swtbot.eclipse.core;bundle-version="2.0.0",
+ org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.0",
+ org.eclipse.swtbot.swt.finder;bundle-version="2.0.0",
+ org.apache.log4j;bundle-version="1.2.13",
+ org.junit4;bundle-version="4.8.1",
+ org.jboss.tools.ui.bot.ext;bundle-version="1.0.0",
+ org.hamcrest;bundle-version="1.1.0",
+ org.eclipse.ui.forms;bundle-version="3.5.0"
+Import-Package: org.eclipse.core.runtime.adaptor,
+ org.eclipse.jst.j2ee.internal.plugin

Modified: branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/tests/org.jboss.tools.portlet.ui.bot.test/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools.portlet</groupId>
 		<artifactId>tests</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet.tests</groupId>
 	<artifactId>org.jboss.tools.portlet.ui.bot.test</artifactId>

Modified: branches/jbosstools-3.3.x/portlet/tests/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/portlet/tests/pom.xml	2012-07-03 21:44:55 UTC (rev 42372)
+++ branches/jbosstools-3.3.x/portlet/tests/pom.xml	2012-07-03 21:45:27 UTC (rev 42373)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jboss.tools</groupId>
 		<artifactId>portlet</artifactId>
-		<version>1.2.0-SNAPSHOT</version>
+		<version>1.3.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.tools.portlet</groupId>
 	<artifactId>tests</artifactId>



More information about the jbosstools-commits mailing list