Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump plugins, features, and tests to version 3.6.0 >> master #197

Merged
merged 1 commit into from Feb 7, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.runtime.seam.detector.feature"
label="%featureName"
version="3.5.0.qualifier"
version="3.6.0.qualifier"
provider-name="%providerName"
plugin="org.jboss.tools.runtime.seam.detector">

Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>features</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.features</groupId>
<artifactId>org.jboss.tools.runtime.seam.detector.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion seam/features/org.jboss.tools.seam.feature/feature.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.jboss.tools.seam.feature" label="%featureName" version="3.5.0.qualifier" provider-name="%providerName" plugin="org.jboss.tools.seam.core">
<feature id="org.jboss.tools.seam.feature" label="%featureName" version="3.6.0.qualifier" provider-name="%providerName" plugin="org.jboss.tools.seam.core">

<description url="http://www.jboss.org/tools">
%description
Expand Down
2 changes: 1 addition & 1 deletion seam/features/org.jboss.tools.seam.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>features</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.features</groupId>
<artifactId>org.jboss.tools.seam.feature</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.seam.test.feature"
label="%featureName"
version="3.5.0.qualifier"
version="3.6.0.qualifier"
provider-name="%providerName">

<description url="http://www.jboss.org/tools">
Expand Down
2 changes: 1 addition & 1 deletion seam/features/org.jboss.tools.seam.test.feature/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>features</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.features</groupId>
<artifactId>org.jboss.tools.seam.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion seam/features/pom.xml
Expand Up @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>seam</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>features</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.runtime.seam.detector;singleton:=true
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.junit;bundle-version="4.8.1",
org.jboss.tools.runtime.ui,
Expand Down
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.runtime.seam.detector/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.runtime.plugins</groupId>
<artifactId>org.jboss.tools.runtime.seam.detector</artifactId>
Expand Down
Expand Up @@ -41,7 +41,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.jboss.tools.common.validation,
org.jboss.tools.common.ui,
org.eclipse.jst.jsf.facelet.core;bundle-version="1.0.100"
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Export-Package:
org.jboss.tools.seam.core,
org.jboss.tools.seam.core.event,
Expand Down
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.seam.core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.plugins</groupId>
<artifactId>org.jboss.tools.seam.core</artifactId>
Expand Down
Expand Up @@ -12,7 +12,7 @@ Require-Bundle: org.jboss.tools.jst.web;visibility:=reexport,
org.eclipse.ltk.core.refactoring;bundle-version="3.5.200",
org.eclipse.jst.jsp.ui;bundle-version="1.1.600",
org.eclipse.jface.text;bundle-version="3.7.0"
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Export-Package: org.jboss.tools.seam.pages.xml,
org.jboss.tools.seam.pages.xml.model,
org.jboss.tools.seam.pages.xml.model.handlers,
Expand Down
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.seam.pages.xml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.plugins</groupId>
<artifactId>org.jboss.tools.seam.pages.xml</artifactId>
Expand Down
Expand Up @@ -30,5 +30,5 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="3.7.0",
org.jboss.tools.jsf.text.ext
Export-Package: org.jboss.tools.seam.text.ext,
org.jboss.tools.seam.text.ext.hyperlink
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.seam.text.ext/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.plugins</groupId>
<artifactId>org.jboss.tools.seam.text.ext</artifactId>
Expand Down
Expand Up @@ -35,5 +35,5 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.jface.text;bundle-version="3.7.0",
org.eclipse.core.expressions;bundle-version="3.4.200",
org.eclipse.wst.xml.ui;bundle-version="1.1.200"
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.seam.ui.pages/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.plugins</groupId>
<artifactId>org.jboss.tools.seam.ui.pages</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.seam.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.seam.ui;singleton:=true
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-Activator: org.jboss.tools.seam.ui.SeamGuiPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui.ide;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.seam.ui/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.plugins</groupId>
<artifactId>org.jboss.tools.seam.ui</artifactId>
Expand Down
Expand Up @@ -34,5 +34,5 @@ Require-Bundle: org.eclipse.jface.text;bundle-version="3.7.0",
org.jboss.tools.jst.web,
org.jboss.tools.jst.web.ui,
org.jboss.tools.seam.xml
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.seam.xml.ui/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.plugins</groupId>
<artifactId>org.jboss.tools.seam.xml.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.seam.xml/META-INF/MANIFEST.MF
Expand Up @@ -28,5 +28,5 @@ Require-Bundle: org.jboss.tools.jst.web;visibility:=reexport,
org.eclipse.core.resources;bundle-version="3.7.100",
org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.wst.web;bundle-version="1.1.500"
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
2 changes: 1 addition & 1 deletion seam/plugins/org.jboss.tools.seam.xml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.plugins</groupId>
<artifactId>org.jboss.tools.seam.xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion seam/plugins/pom.xml
Expand Up @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>seam</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion seam/pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.jboss.tools</groupId>
<artifactId>seam</artifactId>
<name>seam.all</name>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>plugins</module>
Expand Down
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %BundleName
Bundle-SymbolicName: org.jboss.tools.runtime.seam.detector.test;singleton:=true
Bundle-Activator: org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectorTestActivator
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.junit;bundle-version="4.8.1",
org.jboss.tools.runtime.ui,
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.tests</groupId>
<artifactId>org.jboss.tools.runtime.seam.detector.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Seam Tests Base Classes
Bundle-SymbolicName: org.jboss.tools.seam.base.test
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.resources;bundle-version="3.7.100",
org.eclipse.core.runtime;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion seam/tests/org.jboss.tools.seam.base.test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.plugins</groupId>
<artifactId>org.jboss.tools.seam.base.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.seam.core.test;singleton:=true
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Export-Package: org.jboss.tools.seam.core.test,
org.jboss.tools.seam.core.test.project.facet,
Expand Down
2 changes: 1 addition & 1 deletion seam/tests/org.jboss.tools.seam.core.test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.tests</groupId>
<artifactId>org.jboss.tools.seam.core.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.seam.pages.xml.test;singleton:=true
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Export-Package: org.jboss.tools.seam.pages.xml.test
Require-Bundle:
Expand Down
2 changes: 1 addition & 1 deletion seam/tests/org.jboss.tools.seam.pages.xml.test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.tests</groupId>
<artifactId>org.jboss.tools.seam.pages.xml.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.seam.ui.test
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Require-Bundle: org.junit,
org.jboss.tools.seam.ui,
Expand Down
2 changes: 1 addition & 1 deletion seam/tests/org.jboss.tools.seam.ui.test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.tests</groupId>
<artifactId>org.jboss.tools.seam.ui.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Seam XML Tests
Bundle-SymbolicName: org.jboss.tools.seam.xml.test;singleton:=true
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.junit,
org.jboss.tools.seam.xml,
Expand Down
2 changes: 1 addition & 1 deletion seam/tests/org.jboss.tools.seam.xml.test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.tests</groupId>
<artifactId>org.jboss.tools.seam.xml.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.seam121EAP.core.test;singleton:=true
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Export-Package: org.jboss.tools.seam.core.test.project.facet
Require-Bundle:
Expand Down
2 changes: 1 addition & 1 deletion seam/tests/org.jboss.tools.seam121EAP.core.test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.tests</groupId>
<artifactId>org.jboss.tools.seam121EAP.core.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.seam121EAP.ui.test
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Require-Bundle: org.junit,
org.jboss.tools.seam.base.test;bundle-version="1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion seam/tests/org.jboss.tools.seam121EAP.ui.test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.tests</groupId>
<artifactId>org.jboss.tools.seam121EAP.ui.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.seam212GA.core.test;singleton:=true
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Export-Package: org.jboss.tools.seam.core.test.project.facet
Require-Bundle:
Expand Down
2 changes: 1 addition & 1 deletion seam/tests/org.jboss.tools.seam212GA.core.test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.tests</groupId>
<artifactId>org.jboss.tools.seam212GA.core.test</artifactId>
Expand Down
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.seam212GA.ui.test
Bundle-Version: 3.5.0.qualifier
Bundle-Version: 3.6.0.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Require-Bundle: org.junit,
org.jboss.tools.seam.base.test;bundle-version="1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion seam/tests/org.jboss.tools.seam212GA.ui.test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.seam</groupId>
<artifactId>tests</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.seam.tests</groupId>
<artifactId>org.jboss.tools.seam212GA.ui.test</artifactId>
Expand Down