Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2014-08-26 18:22:09 +0000
committerDani Megert2014-08-26 18:26:11 +0000
commitdf1a56060165037ef3fa75a23484440feca4c88b (patch)
treeb064831b075f642c8e69b9cf8b3d24b66ba8901e
parent58b894d62822eb7cdafe0c2b038a2fcabb7fdb8b (diff)
downloadeclipse.pde-df1a56060165037ef3fa75a23484440feca4c88b.tar.gz
eclipse.pde-df1a56060165037ef3fa75a23484440feca4c88b.tar.xz
eclipse.pde-df1a56060165037ef3fa75a23484440feca4c88b.zip
Fixed bug 441497: Increment feature versions for 4.5R4_5I20150603-2000I20150602-2000I20150601-2000I20150531-2000I20150529-2000I20150528-0700I20150527-2010I20150526-2010I20150525-2000I20150524-2000I20150522-2000I20150521-1715I20150521-1400I20150521-1100I20150520-2000I20150519-2000I20150519-1000I20150519-0030I20150518-2000I20150517-2000I20150516-1500I20150515-2000I20150514-2000I20150514-1000I20150513-2000I20150512-2100I20150512-2000I20150511-2130I20150511-2000I20150510-2000I20150509-1500I20150508-2000I20150507-2000I20150506-2000I20150505-2000I20150504-2000I20150503-2000I20150502-1500I20150501-2000I20150430-1445I20150429-2000I20150429-1330I20150429-1230I20150429-1030I20150429-0800I20150428-2000I20150428-0800I20150428-0100I20150427-2000I20150427-0800I20150426-2000I20150422-1000I20150421-0800I20150414-1400I20150414-0800I20150408-1100I20150407-0800I20150331-0800I20150324-0800I20150320-0800I20150320-0030I20150319-1640I20150319-1430I20150318-2000I20150318-1300I20150318-0800I20150317-2000I20150317-1130I20150317-0800I20150316-2000I20150316-0800I20150315-2000I20150311-1300I20150310-0800I20150305-1200I20150303-0800I20150224-0800I20150217-0800I20150210-0800I20150203-1300I20150203-0800I20150129-1830I20150128-2000I20150128-0900I20150127-2000I20150127-0900I20150126-2000I20150126-0930I20150126-0800I20150125-2000I20150120-0800I20150116-1000I20150113-0800I20150106-0800I20141230-0800I20141223-0800I20141216-0800I20141210-2000I20141210-0800I20141209-2000I20141209-1115I20141209-0800I20141208-2000I20141208-0800I20141207-2000I20141202-0800I20141125-0800I20141118-0830I20141118-0800I20141111-0830I20141111-0800I20141104-0800I20141029-2000I20141029-0800I20141028-2000I20141028-0800I20141027-2000I20141027-0800I20141026-2100I20141021-0800I20141014-0800I20141008-1300I20141007-1500I20141007-0800I20140930-0800I20140923-0800I20140918-0330I20140917-2000I20140917-0800I20140916-2000I20140916-0800I20140915-2000I20140915-0800I20140914-2000I20140909-1315I20140909-1115I20140909-1000I20140909-0800I20140903-1100I20140902-1330I20140902-0800
Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
-rw-r--r--org.eclipse.pde-feature/feature.properties4
-rw-r--r--org.eclipse.pde-feature/feature.xml2
-rw-r--r--org.eclipse.pde-feature/pom.xml4
-rw-r--r--org.eclipse.pde-feature/sourceTemplateFeature/feature.properties4
4 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.pde-feature/feature.properties b/org.eclipse.pde-feature/feature.properties
index dadca8e..b58333f 100644
--- a/org.eclipse.pde-feature/feature.properties
+++ b/org.eclipse.pde-feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2013 IBM Corporation and others.
+# Copyright (c) 2000, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -25,7 +25,7 @@ description=Eclipse plug-in development environment.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
-Copyright (c) 2000, 2013 IBM Corporation and others.\n\
+Copyright (c) 2000, 2015 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/org.eclipse.pde-feature/feature.xml b/org.eclipse.pde-feature/feature.xml
index 297e411..685cf39 100644
--- a/org.eclipse.pde-feature/feature.xml
+++ b/org.eclipse.pde-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.pde"
label="%featureName"
- version="3.10.0.qualifier"
+ version="3.11.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/org.eclipse.pde-feature/pom.xml b/org.eclipse.pde-feature/pom.xml
index 4ef303d..5fbf05a 100644
--- a/org.eclipse.pde-feature/pom.xml
+++ b/org.eclipse.pde-feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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
@@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.pde.feature</groupId>
<artifactId>org.eclipse.pde</artifactId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
diff --git a/org.eclipse.pde-feature/sourceTemplateFeature/feature.properties b/org.eclipse.pde-feature/sourceTemplateFeature/feature.properties
index f6c3fb7..d8b7e6c 100644
--- a/org.eclipse.pde-feature/sourceTemplateFeature/feature.properties
+++ b/org.eclipse.pde-feature/sourceTemplateFeature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2004, 2013 IBM Corporation and others.
+# Copyright (c) 2004, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -25,7 +25,7 @@ description=Eclipse plug-in development environment, including documentation and
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
-Copyright (c) 2000, 2013 IBM Corporation and others.\n\
+Copyright (c) 2000, 2015 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

Back to the top