Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/qt
diff options
context:
space:
mode:
authorAndrew Gvozdev2013-08-27 18:14:37 +0000
committerAndrew Gvozdev2013-08-27 19:16:24 +0000
commit652ce4748e778444f2dcc608f9b8e536dab2abcb (patch)
treec0c52116f23702179d1cbf8f88b8811704003a7f /qt
parent614878662c5f0556a79cc55b20da2a19ef03e744 (diff)
downloadorg.eclipse.cdt-652ce4748e778444f2dcc608f9b8e536dab2abcb.tar.gz
org.eclipse.cdt-652ce4748e778444f2dcc608f9b8e536dab2abcb.tar.xz
org.eclipse.cdt-652ce4748e778444f2dcc608f9b8e536dab2abcb.zip
Fixed parent pom version to reference
Diffstat (limited to 'qt')
-rw-r--r--qt/org.eclipse.cdt.qt-feature/pom.xml2
-rw-r--r--qt/org.eclipse.cdt.qt.core/pom.xml2
-rw-r--r--qt/org.eclipse.cdt.qt.ui/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/qt/org.eclipse.cdt.qt-feature/pom.xml b/qt/org.eclipse.cdt.qt-feature/pom.xml
index dbecefa000c..3a4a6e285e9 100644
--- a/qt/org.eclipse.cdt.qt-feature/pom.xml
+++ b/qt/org.eclipse.cdt.qt-feature/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.2.0-SNAPSHOT</version>
+ <version>8.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/qt/org.eclipse.cdt.qt.core/pom.xml b/qt/org.eclipse.cdt.qt.core/pom.xml
index 286f35e02ec..8862e5515a0 100644
--- a/qt/org.eclipse.cdt.qt.core/pom.xml
+++ b/qt/org.eclipse.cdt.qt.core/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.2.0-SNAPSHOT</version>
+ <version>8.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/qt/org.eclipse.cdt.qt.ui/pom.xml b/qt/org.eclipse.cdt.qt.ui/pom.xml
index 8d4ba374def..1b474a09b75 100644
--- a/qt/org.eclipse.cdt.qt.ui/pom.xml
+++ b/qt/org.eclipse.cdt.qt.ui/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.2.0-SNAPSHOT</version>
+ <version>8.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top