Author: dgolovin
Date: 2012-07-03 14:14:16 -0400 (Tue, 03 Jul 2012)
New Revision: 42356
Modified:
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.feature/feature.xml
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.feature/pom.xml
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.test.feature/feature.xml
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.test.feature/pom.xml
branches/jbosstools-3.3.x/jmx/features/pom.xml
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.core/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.core/pom.xml
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.ui/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml
branches/jbosstools-3.3.x/jmx/plugins/pom.xml
branches/jbosstools-3.3.x/jmx/pom.xml
branches/jbosstools-3.3.x/jmx/site/pom.xml
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.core.test/pom.xml
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.ui.test/META-INF/MANIFEST.MF
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.ui.test/pom.xml
branches/jbosstools-3.3.x/jmx/tests/pom.xml
Log:
https://issues.jboss.org/browse/JBDS-2227 fix jmx versions
version updated to 1.3.1-SNAPSHOT in pom.xml files and 1.3.1.qualifier in plug-ins
Modified: branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.feature/feature.xml
===================================================================
---
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.feature/feature.xml 2012-07-03
18:10:48 UTC (rev 42355)
+++
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.feature/feature.xml 2012-07-03
18:14:16 UTC (rev 42356)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jmx.feature"
label="%featureName"
- version="1.2.0.qualifier"
+ version="1.3.1.qualifier"
provider-name="%featureProvider"
plugin="org.jboss.tools.jmx.ui">
Modified: branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.feature/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.feature/pom.xml 2012-07-03
18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.feature/pom.xml 2012-07-03
18:14:16 UTC (rev 42356)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>features</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx.features</groupId>
<artifactId>org.jboss.tools.jmx.feature</artifactId>
Modified:
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.test.feature/feature.xml
===================================================================
---
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.test.feature/feature.xml 2012-07-03
18:10:48 UTC (rev 42355)
+++
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.test.feature/feature.xml 2012-07-03
18:14:16 UTC (rev 42356)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.jmx.test.feature"
label="%featureName" version="1.2.0.qualifier"
provider-name="%featureProvider" image="eclipse_update_120.jpg">
+<feature id="org.jboss.tools.jmx.test.feature"
label="%featureName" version="1.3.1.qualifier"
provider-name="%featureProvider" image="eclipse_update_120.jpg">
<description>
%description
Modified: branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.test.feature/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.test.feature/pom.xml 2012-07-03
18:10:48 UTC (rev 42355)
+++
branches/jbosstools-3.3.x/jmx/features/org.jboss.tools.jmx.test.feature/pom.xml 2012-07-03
18:14:16 UTC (rev 42356)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>features</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx.features</groupId>
<artifactId>org.jboss.tools.jmx.test.feature</artifactId>
Modified: branches/jbosstools-3.3.x/jmx/features/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/features/pom.xml 2012-07-03 18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/features/pom.xml 2012-07-03 18:14:16 UTC (rev 42356)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jmx</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>features</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>jmx.features</name>
<packaging>pom</packaging>
<modules>
Modified:
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.core/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.core/META-INF/MANIFEST.MF 2012-07-03
18:10:48 UTC (rev 42355)
+++
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.core/META-INF/MANIFEST.MF 2012-07-03
18:14:16 UTC (rev 42356)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.jmx.core;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.3.1.qualifier
Bundle-Activator: org.jboss.tools.jmx.core.JMXActivator
Bundle-Vendor: %BundleProvider
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
Modified: branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.core/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.core/pom.xml 2012-07-03
18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.core/pom.xml 2012-07-03
18:14:16 UTC (rev 42356)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>plugins</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx.plugins</groupId>
<artifactId>org.jboss.tools.jmx.core</artifactId>
Modified:
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.ui/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.ui/META-INF/MANIFEST.MF 2012-07-03
18:10:48 UTC (rev 42355)
+++
branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.ui/META-INF/MANIFEST.MF 2012-07-03
18:14:16 UTC (rev 42356)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.jmx.ui;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.3.1.qualifier
Bundle-Activator: org.jboss.tools.jmx.ui.JMXUIActivator
Bundle-Vendor: %BundleProvider
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
Modified: branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml 2012-07-03
18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/plugins/org.jboss.tools.jmx.ui/pom.xml 2012-07-03
18:14:16 UTC (rev 42356)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>plugins</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx.plugins</groupId>
<artifactId>org.jboss.tools.jmx.ui</artifactId>
Modified: branches/jbosstools-3.3.x/jmx/plugins/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/plugins/pom.xml 2012-07-03 18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/plugins/pom.xml 2012-07-03 18:14:16 UTC (rev 42356)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jmx</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>plugins</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>jmx.plugins</name>
<packaging>pom</packaging>
<modules>
Modified: branches/jbosstools-3.3.x/jmx/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/pom.xml 2012-07-03 18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/pom.xml 2012-07-03 18:14:16 UTC (rev 42356)
@@ -11,7 +11,7 @@
<groupId>org.jboss.tools</groupId>
<artifactId>jmx</artifactId>
<name>jmx.all</name>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>plugins</module>
Modified: branches/jbosstools-3.3.x/jmx/site/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/site/pom.xml 2012-07-03 18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/site/pom.xml 2012-07-03 18:14:16 UTC (rev 42356)
@@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jmx</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>jmx.site</artifactId>
<name>jmx.site</name>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
</project>
Modified:
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2012-07-03
18:10:48 UTC (rev 42355)
+++
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2012-07-03
18:14:16 UTC (rev 42356)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.jmx.core.test
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.3.1.qualifier
Bundle-Activator: org.jboss.tools.jmx.core.test.JMXTestPlugin
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.core.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.core.test/pom.xml 2012-07-03
18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.core.test/pom.xml 2012-07-03
18:14:16 UTC (rev 42356)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>tests</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx.tests</groupId>
<artifactId>org.jboss.tools.jmx.core.test</artifactId>
Modified:
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.ui.test/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.ui.test/META-INF/MANIFEST.MF 2012-07-03
18:10:48 UTC (rev 42355)
+++
branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.ui.test/META-INF/MANIFEST.MF 2012-07-03
18:14:16 UTC (rev 42356)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.f0
Bundle-SymbolicName: org.jboss.tools.jmx.ui.test
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.3.1.qualifier
Require-Bundle: org.junit,
org.jboss.tools.jmx.ui
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.ui.test/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.ui.test/pom.xml 2012-07-03
18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/tests/org.jboss.tools.jmx.ui.test/pom.xml 2012-07-03
18:14:16 UTC (rev 42356)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>tests</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx.tests</groupId>
<artifactId>org.jboss.tools.jmx.ui.test</artifactId>
Modified: branches/jbosstools-3.3.x/jmx/tests/pom.xml
===================================================================
--- branches/jbosstools-3.3.x/jmx/tests/pom.xml 2012-07-03 18:10:48 UTC (rev 42355)
+++ branches/jbosstools-3.3.x/jmx/tests/pom.xml 2012-07-03 18:14:16 UTC (rev 42356)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jmx</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jmx</groupId>
<artifactId>tests</artifactId>
<name>jmx.tests</name>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.jmx.core.test</module>