Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2020-03-10 02:52:16 +0000
committerKarsten Thoms2020-03-10 02:52:16 +0000
commit7bb59267ab3f26e33bd615477f3717e13c2e040a (patch)
treeaab5e06c2e64a52a7b2c77e055b26f0dd3499d3a
parent793659b56dff00cad67b13cd360a7c67ec1ce42c (diff)
downloadeclipse.platform.team-7bb59267ab3f26e33bd615477f3717e13c2e040a.tar.gz
eclipse.platform.team-7bb59267ab3f26e33bd615477f3717e13c2e040a.tar.xz
eclipse.platform.team-7bb59267ab3f26e33bd615477f3717e13c2e040a.zip
Version update for 4.16 stream
Required for https://git.eclipse.org/r/#/c/157400/ Change-Id: I293a45ee1e9cf23235789d10be67d4027d338bb5 Signed-off-by: Karsten Thoms <karsten.thoms@karakun.com>
-rw-r--r--bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.ui.net/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF b/bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF
index cccca64c2..c4cd1e05d 100644
--- a/bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.ui.net; singleton:=true
-Bundle-Version: 1.3.700.qualifier
+Bundle-Version: 1.3.800.qualifier
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="[3.3.0,4.0.0)",
diff --git a/bundles/org.eclipse.ui.net/pom.xml b/bundles/org.eclipse.ui.net/pom.xml
index 8e051e974..a2ca343f4 100644
--- a/bundles/org.eclipse.ui.net/pom.xml
+++ b/bundles/org.eclipse.ui.net/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.net</artifactId>
- <version>1.3.700-SNAPSHOT</version>
+ <version>1.3.800-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top