mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[releng] Bump version to 2.2.2
Change-Id: I9a8c59dcef2bac369f183b301d995d4deb0bf023
This commit is contained in:
parent
44cf2dac1c
commit
2ab45c194e
10 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: LaunchBar Core
|
Bundle-Name: LaunchBar Core
|
||||||
Bundle-SymbolicName: org.eclipse.launchbar.core;singleton:=true
|
Bundle-SymbolicName: org.eclipse.launchbar.core;singleton:=true
|
||||||
Bundle-Version: 2.2.1.qualifier
|
Bundle-Version: 2.2.2.qualifier
|
||||||
Bundle-Activator: org.eclipse.launchbar.core.internal.Activator
|
Bundle-Activator: org.eclipse.launchbar.core.internal.Activator
|
||||||
Bundle-Vendor: Eclipse CDT
|
Bundle-Vendor: Eclipse CDT
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: LaunchBar UI
|
Bundle-Name: LaunchBar UI
|
||||||
Bundle-SymbolicName: org.eclipse.launchbar.ui;singleton:=true
|
Bundle-SymbolicName: org.eclipse.launchbar.ui;singleton:=true
|
||||||
Bundle-Version: 2.2.1.qualifier
|
Bundle-Version: 2.2.2.qualifier
|
||||||
Bundle-Activator: org.eclipse.launchbar.ui.internal.Activator
|
Bundle-Activator: org.eclipse.launchbar.ui.internal.Activator
|
||||||
Bundle-Vendor: Eclipse CDT
|
Bundle-Vendor: Eclipse CDT
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.launchbar</groupId>
|
<groupId>org.eclipse.launchbar</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>2.2.1-SNAPSHOT</version>
|
<version>2.2.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>bundles-parent</artifactId>
|
<artifactId>bundles-parent</artifactId>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.launchbar.remote"
|
id="org.eclipse.launchbar.remote"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.2.1.qualifier"
|
version="2.2.2.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="0.0.0">
|
license-feature-version="0.0.0">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.launchbar"
|
id="org.eclipse.launchbar"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.2.1.qualifier"
|
version="2.2.2.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
license-feature="org.eclipse.license"
|
license-feature="org.eclipse.license"
|
||||||
license-feature-version="0.0.0">
|
license-feature-version="0.0.0">
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.launchbar</groupId>
|
<groupId>org.eclipse.launchbar</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>2.2.1-SNAPSHOT</version>
|
<version>2.2.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>features-parent</artifactId>
|
<artifactId>features-parent</artifactId>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.eclipse.launchbar</groupId>
|
<groupId>org.eclipse.launchbar</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>2.2.1-SNAPSHOT</version>
|
<version>2.2.2-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.launchbar</groupId>
|
<groupId>org.eclipse.launchbar</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>2.2.1-SNAPSHOT</version>
|
<version>2.2.2-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.launchbar</groupId>
|
<groupId>org.eclipse.launchbar</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<version>2.2.1-SNAPSHOT</version>
|
<version>2.2.2-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.launchbar</groupId>
|
<groupId>org.eclipse.launchbar</groupId>
|
||||||
<version>2.2.1-SNAPSHOT</version>
|
<version>2.2.2-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
Loading…
Add table
Reference in a new issue