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

JBIDE-24870 bump plugins and feature to the next x.y.z+1... #530

Closed
wants to merge 1 commit into from
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.archives.feature"
label="%featureName"
version="3.6.110.qualifier"
version="3.6.111.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>features</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives.features</groupId>
<artifactId>org.jboss.ide.eclipse.archives.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.archives.test.feature"
label="JBoss Tools - Tests - Archives"
version="3.6.110.qualifier"
version="3.6.111.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>features</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives.features</groupId>
<artifactId>org.jboss.ide.eclipse.archives.test.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.archives.scanner.feature"
label="%featureName"
version="3.6.110.qualifier"
version="3.6.111.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>features</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives.features</groupId>
<artifactId>org.jboss.tools.archives.scanner.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archives/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>archives</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>features</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.ide.eclipse.archives.core;singleton:=true
Bundle-Version: 3.6.110.qualifier
Bundle-Version: 3.6.111.qualifier
Bundle-Activator: org.jboss.ide.eclipse.archives.core.ArchivesCorePlugin
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>plugins</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives.plugins</groupId>
<artifactId>org.jboss.ide.eclipse.archives.core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Archives JDT Integration Plug-in
Bundle-SymbolicName: org.jboss.ide.eclipse.archives.jdt.integration;singleton:=true
Bundle-Version: 3.6.110.qualifier
Bundle-Version: 3.6.111.qualifier
Bundle-Activator: org.jboss.ide.eclipse.archives.jdt.integration.ArchiveJDTIntegrationPlugin
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>plugins</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives.plugins</groupId>
<artifactId>org.jboss.ide.eclipse.archives.jdt.integration</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.ide.eclipse.archives.ui;singleton:=true
Bundle-Version: 3.6.110.qualifier
Bundle-Version: 3.6.111.qualifier
Bundle-Activator: org.jboss.ide.eclipse.archives.ui.PackagesUIPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion archives/plugins/org.jboss.ide.eclipse.archives.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>plugins</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives.plugins</groupId>
<artifactId>org.jboss.ide.eclipse.archives.ui</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.archives.scanner;singleton:=true
Bundle-Version: 3.6.110.qualifier
Bundle-Version: 3.6.111.qualifier
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor.0
Expand Down
2 changes: 1 addition & 1 deletion archives/plugins/org.jboss.tools.archives.scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>plugins</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives.plugins</groupId>
<artifactId>org.jboss.tools.archives.scanner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archives/plugins/pom.xml
Original file line number Diff line number Diff line change
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>archives</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archives/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>archives</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
<name>archives.all</name>
<packaging>pom</packaging>
<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: RedDeer API for Archives UI Tests
Bundle-SymbolicName: org.jboss.tools.archives.reddeer
Bundle-Version: 3.6.110.qualifier
Bundle-Version: 3.6.111.qualifier
Bundle-Activator: org.jboss.tools.archives.reddeer.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>test-framework</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>org.jboss.tools.archives.reddeer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archives/test-framework/pom.xml
Original file line number Diff line number Diff line change
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>archives</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>test-framework</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.ide.eclipse.archives.test
Bundle-Version: 3.6.110.qualifier
Bundle-Version: 3.6.111.qualifier
Bundle-Activator: org.jboss.ide.eclipse.archives.test.ArchivesTest
Require-Bundle: org.eclipse.core.runtime,
org.junit,
Expand Down
2 changes: 1 addition & 1 deletion archives/tests/org.jboss.ide.eclipse.archives.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>tests</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives.tests</groupId>
<artifactId>org.jboss.ide.eclipse.archives.test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Archives UI Test
Bundle-SymbolicName: org.jboss.ide.eclipse.archives.ui.test
Bundle-Version: 3.6.110.qualifier
Bundle-Version: 3.6.111.qualifier
Bundle-Vendor: JBoss by RedHat
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Eclipse-BundleShape: dir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>tests</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives.tests</groupId>
<artifactId>org.jboss.ide.eclipse.archives.ui.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archives/tests/pom.xml
Original file line number Diff line number Diff line change
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>archives</artifactId>
<version>3.6.110-SNAPSHOT</version>
<version>3.6.111-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.archives</groupId>
<artifactId>tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.as.archives.integration.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.features</groupId>
<artifactId>org.jboss.ide.eclipse.as.archives.integration.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion as/features/org.jboss.ide.eclipse.as.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.as.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion as/features/org.jboss.ide.eclipse.as.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.features</groupId>
<artifactId>org.jboss.ide.eclipse.as.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.as.jmx.integration.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.features</groupId>
<artifactId>org.jboss.ide.eclipse.as.jmx.integration.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.as.server.rse.integration.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.features</groupId>
<artifactId>org.jboss.ide.eclipse.as.server.rse.integration.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.as.serverAdapter.wtp.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.1.qualifier"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
provider-name="%providerName">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.features</groupId>
<artifactId>org.jboss.ide.eclipse.as.serverAdapter.wtp.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.as.test.feature"
label="%featureName"
version="3.3.0.qualifier"
version="3.3.1.qualifier"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0"
provider-name="%providerName">
Expand Down
2 changes: 1 addition & 1 deletion as/features/org.jboss.ide.eclipse.as.test.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>features</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.features</groupId>
<artifactId>org.jboss.ide.eclipse.as.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion as/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>as</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion as/itests/org.jboss.tools.as.itests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: %BundleName
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Bundle-SymbolicName: org.jboss.tools.as.itests
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.jboss.ide.eclipse.as.core;bundle-version="[3.1.1,4.0.0)",
org.junit;bundle-version="[4.8.1,5.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion as/itests/org.jboss.tools.as.itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>itests</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.itests</groupId>
<artifactId>org.jboss.tools.as.itests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: %BundleName
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Bundle-SymbolicName: org.jboss.tools.as.management.itests
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.jboss.ide.eclipse.as.core;bundle-version="[3.0.0,4.0.0)",
org.junit;bundle-version="[4.8.1,5.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion as/itests/org.jboss.tools.as.management.itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>itests</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.itests</groupId>
<artifactId>org.jboss.tools.as.management.itests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AS Runtime UI Bot Tests
Bundle-SymbolicName: org.jboss.tools.as.ui.bot.itests
Bundle-Version: 3.3.0.qualifier
Bundle-Version: 3.3.1.qualifier
Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: jar
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion as/itests/org.jboss.tools.as.ui.bot.itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>itests</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.itests</groupId>
<artifactId>org.jboss.tools.as.ui.bot.itests</artifactId>
Expand Down