Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-02-11 20:35:11 +0000
committerLars Vogel2020-02-11 20:37:52 +0000
commit93870379455f10be3a675d77025d41f4fd6223c0 (patch)
treeaa17263f6564bf5adbe5d1a3fdecac1bde973971
parent6af02804146fcf9a39542dbf81fb01e4ea0707a0 (diff)
downloadeclipse.platform.team-93870379455f10be3a675d77025d41f4fd6223c0.tar.gz
eclipse.platform.team-93870379455f10be3a675d77025d41f4fd6223c0.tar.xz
eclipse.platform.team-93870379455f10be3a675d77025d41f4fd6223c0.zip
4.15 update for org.eclipse.ui.net
Required for https://git.eclipse.org/r/157520 Change-Id: Icc82cfbd15e8c430e310f2b3979eb249544dd1fa Signed-off-by: Lars Vogel <Lars.Vogel@vogella.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 e4b22671e..0c51e106f 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.600.qualifier
+Bundle-Version: 1.3.700.qualifier
Bundle-Activator: org.eclipse.ui.internal.net.Activator
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.ui.net/pom.xml b/bundles/org.eclipse.ui.net/pom.xml
index f62d1fd17..aba66e2c6 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.600-SNAPSHOT</version>
+ <version>1.3.700-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top