Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-05-16 05:26:58 +0000
committerAlexander Kurtakov2017-05-16 05:26:58 +0000
commitfcea0fdd6d0a7aec76816d16c0e923d2938fe349 (patch)
tree445c7173729bc634b2a80af1551dca21dc6d42a0
parentdd43b2069761debc4dfbc7d069a06c7228fb994a (diff)
downloadrt.equinox.p2-fcea0fdd6d0a7aec76816d16c0e923d2938fe349.tar.gz
rt.equinox.p2-fcea0fdd6d0a7aec76816d16c0e923d2938fe349.tar.xz
rt.equinox.p2-fcea0fdd6d0a7aec76816d16c0e923d2938fe349.zip
IFileArtifactRepository Bump service release. Change-Id: Ie5ce44146ff0296c877e7ae44d1a60c410d14ce5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
index 76cd2f328..b3688d8b1 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.eclipse;singleton:=true
-Bundle-Version: 2.1.400.qualifier
+Bundle-Version: 2.1.500.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.touchpoint.eclipse.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
index 940e53f6f..a290dc826 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/pom.xml
@@ -9,6 +9,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.p2.touchpoint.eclipse</artifactId>
- <version>2.1.400-SNAPSHOT</version>
+ <version>2.1.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top