Author: nickboldt
Date: 2013-01-18 16:46:32 -0500 (Fri, 18 Jan 2013)
New Revision: 44660
Modified:
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.test.feature/feature.xml
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.test.feature/pom.xml
branches/jbosstools-3.3.x/openshift/features/pom.xml
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.core/pom.xml
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.ui/pom.xml
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/pom.xml
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/pom.xml
branches/jbosstools-3.3.x/openshift/plugins/pom.xml
branches/jbosstools-3.3.x/openshift/pom.xml
branches/jbosstools-3.3.x/openshift/site/pom.xml
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.express.test/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.express.test/pom.xml
branches/jbosstools-3.3.x/openshift/tests/pom.xml
Log:
JBIDE-13392 bump feature/plugin versions to 2.3.2
Modified:
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.feature/feature.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.openshift.egit.integration.feature"
label="%featureName" version="2.3.1.qualifier"
provider-name="%providerName">
+<feature id="org.jboss.tools.openshift.egit.integration.feature"
label="%featureName" version="2.3.2.qualifier"
provider-name="%providerName">
<description
url="http://www.jboss.org/tools">
%description
Modified:
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.feature/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.egit.integration.feature</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
Modified:
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/feature.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.openshift.egit.integration.test.feature"
label="%featureName" version="2.3.1.qualifier"
provider-name="%providerName">
+<feature id="org.jboss.tools.openshift.egit.integration.test.feature"
label="%featureName" version="2.3.2.qualifier"
provider-name="%providerName">
<description url="%descriptionURL">
%description
Modified:
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.egit.integration.test.feature/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.egit.integration.test.feature</artifactId>
Modified:
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.feature/feature.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.openshift.express.feature"
label="%featureName" version="2.3.1.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.openshift.express.ui">
+<feature id="org.jboss.tools.openshift.express.feature"
label="%featureName" version="2.3.2.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.openshift.express.ui">
<description
url="http://www.jboss.org/tools">
%description
Modified:
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.feature/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.express.feature</artifactId>
Modified:
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.test.feature/feature.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.test.feature/feature.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.test.feature/feature.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.openshift.express.test.feature"
label="%featureName" version="2.3.1.qualifier"
provider-name="%providerName">
+<feature id="org.jboss.tools.openshift.express.test.feature"
label="%featureName" version="2.3.2.qualifier"
provider-name="%providerName">
<description url="%descriptionURL">
%description
Modified:
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.test.feature/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.test.feature/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/features/org.jboss.tools.openshift.express.test.feature/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.features</groupId>
<artifactId>org.jboss.tools.openshift.express.test.feature</artifactId>
Modified: branches/jbosstools-3.3.x/openshift/features/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/openshift/features/pom.xml 2013-01-17 20:09:42 UTC (rev
44659)
+++ branches/jbosstools-3.3.x/openshift/features/pom.xml 2013-01-18 21:46:32 UTC (rev
44660)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>openshift</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>features</artifactId>
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.core/META-INF/MANIFEST.MF 2013-01-18
21:46:32 UTC (rev 44660)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: EGit Core
Bundle-SymbolicName: org.jboss.tools.openshift.egit.core;singleton:=true
-Bundle-Version: 2.3.1.qualifier
+Bundle-Version: 2.3.2.qualifier
Bundle-Activator: org.jboss.tools.openshift.egit.core.internal.EGitCoreActivator
Require-Bundle: org.jboss.ide.eclipse.as.core;bundle-version="2.3.0",
org.eclipse.jgit;bundle-version="1.1.0",
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.core/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.core/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.core/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>plugins</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.egit.core</artifactId>
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.ui/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.ui/META-INF/MANIFEST.MF 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.ui/META-INF/MANIFEST.MF 2013-01-18
21:46:32 UTC (rev 44660)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: EGit integration UI
Bundle-SymbolicName: org.jboss.tools.openshift.egit.ui;singleton:=true
-Bundle-Version: 2.3.1.qualifier
+Bundle-Version: 2.3.2.qualifier
Bundle-Activator: org.jboss.tools.openshift.egit.ui.EGitUIActivator
Require-Bundle:
org.jboss.tools.openshift.egit.core;bundle-version="[2.3.0,3.0.0)",
org.eclipse.egit.core;bundle-version="1.0.0",
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.ui/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.ui/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.egit.ui/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>plugins</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.egit.ui</artifactId>
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/META-INF/MANIFEST.MF 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/META-INF/MANIFEST.MF 2013-01-18
21:46:32 UTC (rev 44660)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Client
Bundle-SymbolicName: org.jboss.tools.openshift.express.client
-Bundle-Version: 2.3.1.qualifier
+Bundle-Version: 2.3.2.qualifier
Bundle-Vendor: JBoss by Red Hat
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .,
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.client/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>plugins</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.express.client</artifactId>
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/META-INF/MANIFEST.MF 2013-01-18
21:46:32 UTC (rev 44660)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: OpenShift UI
Bundle-SymbolicName: org.jboss.tools.openshift.express.ui;singleton:=true
-Bundle-Version: 2.3.1.qualifier
+Bundle-Version: 2.3.2.qualifier
Bundle-Localization: plugin
Bundle-Activator: org.jboss.tools.openshift.express.internal.ui.OpenShiftUIActivator
Require-Bundle:
org.jboss.tools.openshift.express.client;bundle-version="2.3.0",
Modified:
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/plugins/org.jboss.tools.openshift.express.ui/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>plugins</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.plugins</groupId>
<artifactId>org.jboss.tools.openshift.express.ui</artifactId>
Modified: branches/jbosstools-3.3.x/openshift/plugins/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/openshift/plugins/pom.xml 2013-01-17 20:09:42 UTC (rev
44659)
+++ branches/jbosstools-3.3.x/openshift/plugins/pom.xml 2013-01-18 21:46:32 UTC (rev
44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>openshift</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>plugins</artifactId>
Modified: branches/jbosstools-3.3.x/openshift/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/openshift/pom.xml 2013-01-17 20:09:42 UTC (rev 44659)
+++ branches/jbosstools-3.3.x/openshift/pom.xml 2013-01-18 21:46:32 UTC (rev 44660)
@@ -10,7 +10,7 @@
<groupId>org.jboss.tools</groupId>
<artifactId>openshift</artifactId>
<name>openshift.all</name>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>plugins</module>
Modified: branches/jbosstools-3.3.x/openshift/site/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/openshift/site/pom.xml 2013-01-17 20:09:42 UTC (rev 44659)
+++ branches/jbosstools-3.3.x/openshift/site/pom.xml 2013-01-18 21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>openshift</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>openshift.site</artifactId>
Modified:
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.egit.test/META-INF/MANIFEST.MF 2013-01-18
21:46:32 UTC (rev 44660)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: EGit Tests
Bundle-SymbolicName: org.jboss.tools.openshift.egit.test
-Bundle-Version: 2.3.1.qualifier
+Bundle-Version: 2.3.2.qualifier
Bundle-Activator: org.jboss.tools.openshift.egit.internal.test.EGitTestActivator
Bundle-Vendor: JBoss by Red Hat
Require-Bundle: org.eclipse.egit.core;bundle-version="1.0.0",
Modified:
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.egit.test/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>tests</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.tests</groupId>
<artifactId>org.jboss.tools.openshift.egit.test</artifactId>
Modified:
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.express.test/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.express.test/META-INF/MANIFEST.MF 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.express.test/META-INF/MANIFEST.MF 2013-01-18
21:46:32 UTC (rev 44660)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: OpenShift Test
Bundle-SymbolicName: org.jboss.tools.openshift.express.test
-Bundle-Version: 2.3.1.qualifier
+Bundle-Version: 2.3.2.qualifier
Bundle-Vendor: JBoss by Red Hat
Require-Bundle: org.jboss.tools.openshift.express.ui;bundle-version="2.3.0",
org.jboss.tools.openshift.express.client;bundle-version="2.3.0",
Modified:
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.express.test/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.express.test/pom.xml 2013-01-17
20:09:42 UTC (rev 44659)
+++
branches/jbosstools-3.3.x/openshift/tests/org.jboss.tools.openshift.express.test/pom.xml 2013-01-18
21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>tests</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift.tests</groupId>
<artifactId>org.jboss.tools.openshift.express.test</artifactId>
Modified: branches/jbosstools-3.3.x/openshift/tests/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/openshift/tests/pom.xml 2013-01-17 20:09:42 UTC (rev 44659)
+++ branches/jbosstools-3.3.x/openshift/tests/pom.xml 2013-01-18 21:46:32 UTC (rev 44660)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>openshift</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.openshift</groupId>
<artifactId>tests</artifactId>