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 /doc/org.eclipse.cdt.doc.isv
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 'doc/org.eclipse.cdt.doc.isv')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/pom.xml b/doc/org.eclipse.cdt.doc.isv/pom.xml
index 643539cc19e..488c404794d 100644
--- a/doc/org.eclipse.cdt.doc.isv/pom.xml
+++ b/doc/org.eclipse.cdt.doc.isv/pom.xml
@@ -17,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>
@@ -123,7 +123,7 @@
<additionalArgument>-linkoffline ../../org.eclipse.platform.doc.isv/reference/api
</additionalArgument>
<additionalArgument>-public</additionalArgument>
- <additionalArgument>-header "Eclipse CDT 10.2.0"
+ <additionalArgument>-header "Eclipse CDT 10.3.0"
</additionalArgument>
<additionalArgument>-bottom "Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved."</additionalArgument>
<additionalArgument>-tag 'noimplement:a:Restriction:'</additionalArgument>

Back to the top