Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2019-12-10 10:11:52 +0000
committerNoopur Gupta2019-12-10 10:11:52 +0000
commitf8b97a98a3652ad90aab5d85ce90497510c77246 (patch)
tree0cdb7b6274b75b6c26a23479374f856fc0d3157f
parentc71204a73ffb968c9819010fa2c8cd1c0d3cb3c5 (diff)
downloadeclipse.platform.team-f8b97a98a3652ad90aab5d85ce90497510c77246.tar.gz
eclipse.platform.team-f8b97a98a3652ad90aab5d85ce90497510c77246.tar.xz
eclipse.platform.team-f8b97a98a3652ad90aab5d85ce90497510c77246.zip
Bug 553749: Version bumps for 4.15 stream
Change-Id: If6dd59cb367b8978e57961edc27019deb007e645 Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
-rw-r--r--bundles/org.eclipse.cvs/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.cvs/pom.xml4
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml2
-rw-r--r--features/org.eclipse.cvs-feature/pom.xml4
4 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF b/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF
index b3c332a40..c03108a7f 100644
--- a/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.cvs/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.1200.qualifier
+Bundle-Version: 1.4.1300.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
diff --git a/bundles/org.eclipse.cvs/pom.xml b/bundles/org.eclipse.cvs/pom.xml
index cee08165a..aec5956c9 100644
--- a/bundles/org.eclipse.cvs/pom.xml
+++ b/bundles/org.eclipse.cvs/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2019 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.cvs</groupId>
<artifactId>org.eclipse.cvs</artifactId>
- <version>1.4.1200-SNAPSHOT</version>
+ <version>1.4.1300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index c8dd8fc3a..699be495b 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cvs"
label="%featureName"
- version="1.4.1200.qualifier"
+ version="1.4.1300.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.cvs-feature/pom.xml b/features/org.eclipse.cvs-feature/pom.xml
index d055924f2..e4d448576 100644
--- a/features/org.eclipse.cvs-feature/pom.xml
+++ b/features/org.eclipse.cvs-feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ Copyright (c) 2012, 2019 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.cvs.feature</groupId>
<artifactId>org.eclipse.cvs</artifactId>
- <version>1.4.1200-SNAPSHOT</version>
+ <version>1.4.1300-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top