Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fedorov2021-04-03 08:30:31 +0000
committerJonah Graham2021-04-04 20:17:25 +0000
commit8dbf024ab8e05a475cc182455ca0d8bef6d3ecc9 (patch)
treeec5b393600fbaa395b1fc7c885c31da936f3fd96 /core/org.eclipse.cdt.core.linux.x86_64/pom.xml
parent37fff496369858c9992f11f38b58b78f5f9f7eac (diff)
downloadorg.eclipse.cdt-8dbf024ab8e05a475cc182455ca0d8bef6d3ecc9.tar.gz
org.eclipse.cdt-8dbf024ab8e05a475cc182455ca0d8bef6d3ecc9.tar.xz
org.eclipse.cdt-8dbf024ab8e05a475cc182455ca0d8bef6d3ecc9.zip
Bug 572552 - CDT releng: update versions to 10.3.0
Added missed license headers Updated baseline for the parent pom to CDT 10.2 Updated version for pom.xml to 10.3 Updated version for features and bundles to CDT 10.3 Updated copyright for about.properties to be 2021 Incremented version + 100 where needed Change-Id: I79666fcc0402fee6607499d7dce1eaf87a5f446d Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
Diffstat (limited to 'core/org.eclipse.cdt.core.linux.x86_64/pom.xml')
-rw-r--r--core/org.eclipse.cdt.core.linux.x86_64/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core.linux.x86_64/pom.xml b/core/org.eclipse.cdt.core.linux.x86_64/pom.xml
index 45a847412e4..8d54d28652a 100644
--- a/core/org.eclipse.cdt.core.linux.x86_64/pom.xml
+++ b/core/org.eclipse.cdt.core.linux.x86_64/pom.xml
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2011, 2021 Contributors to the Eclipse Foundation
+
+ This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License 2.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
+-->
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -7,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>10.2.0-SNAPSHOT</version>
+ <version>10.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top