Skip to content

Commit

Permalink
[RelEng] Bumped version to 1.9.0
Browse files Browse the repository at this point in the history
Change-Id: Ieb6749c703a25ff5a7a4e6e1b7e750640b287082
Signed-off-by: Leif Geiger <leif.geiger@yatta.de>
  • Loading branch information
l3-g5 committed Nov 5, 2020
1 parent 57351f2 commit 4fcb1c6
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc-parent/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-parent</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc-parent/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-parent</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-parent</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc-target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-parent</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc-target</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.epp.mpc.core.win32/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.epp.mpc.core.win32;singleton:=true
Bundle-Version: 1.8.5.qualifier
Bundle-Version: 1.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.osgi;bundle-version="3.6.0",
org.eclipse.osgi.services;bundle-version="3.3.100",
com.sun.jna;bundle-version="4.1.0",
com.sun.jna.platform;bundle-version="4.1.0"
Import-Package: org.eclipse.epp.internal.mpc.core.transport.httpclient;bundle-version="1.8.5",
Import-Package: org.eclipse.epp.internal.mpc.core.transport.httpclient;bundle-version="1.9.0",
com.sun.jna;version="4.1.0",
com.sun.jna.platform.win32;version="4.1.0",
org.apache.http.auth;version="4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.core.win32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-bundle</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/bundle</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.core.win32</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-bundle</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/bundle</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.dependencies.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.mpc.dependencies"
label="%featureName"
version="1.8.5.qualifier"
version="1.9.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="2.0.2">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.dependencies.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-feature</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/feature</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.epp.mpc"
label="%featureName"
version="1.8.5.qualifier"
version="1.9.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.epp.mpc.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-feature</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/feature</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.help.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.epp.mpc.help.ui;singleton:=true
Bundle-Version: 1.8.5.qualifier
Bundle-Version: 1.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.help;bundle-version="3.5.0"
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.help.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-bundle</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/bundle</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.help.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-parent</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.site</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.epp.mpc.tests.catalog/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Marketplace Client Test Catalog
Bundle-SymbolicName: org.eclipse.epp.mpc.tests.catalog;singleton:=true
Bundle-Version: 1.8.5.qualifier
Bundle-Version: 1.9.0.qualifier
Bundle-Vendor: Eclipse Marketplace Client
Require-Bundle: org.eclipse.epp.mpc.ui;bundle-version="1.8.5"
Require-Bundle: org.eclipse.epp.mpc.ui;bundle-version="1.9.0"
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.tests.catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-bundle</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/bundle</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.tests.catalog</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.epp.mpc.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Marketplace Client Tests
Bundle-SymbolicName: org.eclipse.epp.mpc.tests
Bundle-Version: 1.8.5.qualifier
Bundle-Version: 1.9.0.qualifier
Bundle-Vendor: Eclipse Marketplace Client
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.osgi;bundle-version="3.6.0",
org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.epp.mpc.core;bundle-version="[1.8.5,2.0.0)",
org.eclipse.epp.mpc.ui;bundle-version="[1.8.5,2.0.0)",
org.eclipse.epp.mpc.core;bundle-version="[1.9.0,2.0.0)",
org.eclipse.epp.mpc.ui;bundle-version="[1.9.0,2.0.0)",
org.junit;bundle-version="4.7.0",
org.eclipse.equinox.p2.repository;bundle-version="2.0.0",
org.eclipse.equinox.p2.core;bundle-version="2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-bundle</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/bundle</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.ui.css/META-INF/MANIFEST.MF
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
Bundle-SymbolicName: org.eclipse.epp.mpc.ui.css;singleton:=true
Bundle-Version: 1.8.5.qualifier
Bundle-Version: 1.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.e4.ui.services;bundle-version="[1.3.0,2.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.ui.css/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-bundle</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/bundle</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.ui.css</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.epp.mpc.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.epp.mpc.ui;singleton:=true
Bundle-Version: 1.8.5.qualifier
Bundle-Version: 1.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.epp.mpc.core;bundle-version="[1.8.5,2.0.0)",
org.eclipse.epp.mpc.ui.css;bundle-version="[1.8.5,2.0.0)",
org.eclipse.epp.mpc.core;bundle-version="[1.9.0,2.0.0)",
org.eclipse.epp.mpc.ui.css;bundle-version="[1.9.0,2.0.0)",
org.eclipse.ui;bundle-version="3.6.0",
org.eclipse.equinox.p2.ui.discovery;bundle-version="[1.0.0,2.0.0)",
org.eclipse.equinox.p2.discovery;bundle-version="[1.0.0,2.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.epp.mpc</groupId>
<artifactId>org.eclipse.epp.mpc-bundle</artifactId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.epp.mpc-parent/bundle</relativePath>
</parent>
<artifactId>org.eclipse.epp.mpc.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>org.eclipse.epp.mpc-parent</artifactId>
<groupId>org.eclipse.epp.mpc</groupId>
<version>1.8.5-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<relativePath>org.eclipse.epp.mpc-parent</relativePath>
</parent>

Expand Down

0 comments on commit 4fcb1c6

Please sign in to comment.