Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarc Khouzam2016-08-10 01:52:07 +0000
committerGerrit Code Review @ Eclipse.org2016-08-17 14:11:57 +0000
commitcd559dafafced6d31eb48788c680ef9e5e4eae59 (patch)
tree6f04f68f6bff2020d2cb91471de9abf2a67197a6 /doc
parent5c80faaafe66c078c7ca56eba702d0b7b4d38c74 (diff)
downloadorg.eclipse.cdt-cd559dafafced6d31eb48788c680ef9e5e4eae59.tar.gz
org.eclipse.cdt-cd559dafafced6d31eb48788c680ef9e5e4eae59.tar.xz
org.eclipse.cdt-cd559dafafced6d31eb48788c680ef9e5e4eae59.zip
Update version to 9.1.0
This commit used the script releng/scripts/ChangeFeaturesVersion.sh Change-Id: I8274a6e8dd5c0f1e450f07952e138b265a441a62
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/pom.xml2
-rw-r--r--doc/org.eclipse.cdt.doc.user/pom.xml2
2 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 add73b3e580..428891d64a9 100644
--- a/doc/org.eclipse.cdt.doc.isv/pom.xml
+++ b/doc/org.eclipse.cdt.doc.isv/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.0.0-SNAPSHOT</version>
+ <version>9.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/doc/org.eclipse.cdt.doc.user/pom.xml b/doc/org.eclipse.cdt.doc.user/pom.xml
index c07c2d36a5e..6a3eb7aaa8b 100644
--- a/doc/org.eclipse.cdt.doc.user/pom.xml
+++ b/doc/org.eclipse.cdt.doc.user/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.0.0-SNAPSHOT</version>
+ <version>9.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top