Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2017-08-16 13:17:39 +0000
committerDani Megert2017-08-16 13:17:39 +0000
commit4a88aee868f0af2da09e86b3e447be82a4984590 (patch)
tree520dc900651f94b408a3b0c45b02f89690266b68
parentea11a53815e0ee7c27effc1942b69970b421a8fc (diff)
downloadeclipse.platform.team-4a88aee868f0af2da09e86b3e447be82a4984590.tar.gz
eclipse.platform.team-4a88aee868f0af2da09e86b3e447be82a4984590.tar.xz
eclipse.platform.team-4a88aee868f0af2da09e86b3e447be82a4984590.zip
Increased bundle version for Photon (4.8)
-rw-r--r--META-INF/MANIFEST.MF2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index ff58fa9b3..efe9ebbac 100644
--- a/META-INF/MANIFEST.MF
+++ b/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cvs; singleton:=true
-Bundle-Version: 1.4.400.qualifier
+Bundle-Version: 1.4.500.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/pom.xml b/pom.xml
index 464e9582e..84c61c945 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.cvs</groupId>
<artifactId>org.eclipse.cvs</artifactId>
- <version>1.4.400-SNAPSHOT</version>
+ <version>1.4.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top