Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2021-02-08 17:11:40 +0000
committerThomas Watson2021-02-08 17:12:04 +0000
commit56c82b5a86633c14b71f18e34a505b1cb9c81ad4 (patch)
treef8f57e9fa2f90891407ebb0ab6a2ce2c847d3a84
parent77c2cb81411d9810bb236a8a4677d2c3880be234 (diff)
downloadrt.equinox.framework-56c82b5a86633c14b71f18e34a505b1cb9c81ad4.tar.gz
rt.equinox.framework-56c82b5a86633c14b71f18e34a505b1cb9c81ad4.tar.xz
rt.equinox.framework-56c82b5a86633c14b71f18e34a505b1cb9c81ad4.zip
Bug 570984 - increment version for 4.19 release
Change-Id: I2de5312efd3314702446f1f834106b44d8d11bf1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
index 43f4325eb..d7a1721fb 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.compatibility.state/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.osgi.compatibility.state
-Bundle-Version: 1.2.200.qualifier
+Bundle-Version: 1.2.300.qualifier
ExtensionBundle-Activator: org.eclipse.osgi.compatibility.state.Activator
Fragment-Host: org.eclipse.osgi;bundle-version="3.12.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/bundles/org.eclipse.osgi.compatibility.state/pom.xml b/bundles/org.eclipse.osgi.compatibility.state/pom.xml
index 187cce3da..24a667b33 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/pom.xml
+++ b/bundles/org.eclipse.osgi.compatibility.state/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>1.2.200-SNAPSHOT</version>
+ <version>1.2.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top