Skip to main content
summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMarc-Andre Laperle2013-09-04 02:04:33 +0000
committerMarc-Andre Laperle2013-09-04 02:04:33 +0000
commit053eb6c10f146721dc3f89c65e7ebca87988f535 (patch)
tree15c55c479586c8b0e6fce75d35308bb126e7d6d0 /util
parent74f8c60f053657f024b66322f6c3a5713402e333 (diff)
downloadorg.eclipse.cdt-053eb6c10f146721dc3f89c65e7ebca87988f535.tar.gz
org.eclipse.cdt-053eb6c10f146721dc3f89c65e7ebca87988f535.tar.xz
org.eclipse.cdt-053eb6c10f146721dc3f89c65e7ebca87988f535.zip
Fix pom versions
Diffstat (limited to 'util')
-rw-r--r--util/org.eclipse.cdt.util-feature/pom.xml2
-rw-r--r--util/org.eclipse.cdt.util/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/org.eclipse.cdt.util-feature/pom.xml b/util/org.eclipse.cdt.util-feature/pom.xml
index 8ff335c0556..80ca4c9c659 100644
--- a/util/org.eclipse.cdt.util-feature/pom.xml
+++ b/util/org.eclipse.cdt.util-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.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/util/org.eclipse.cdt.util/pom.xml b/util/org.eclipse.cdt.util/pom.xml
index 94bcbdbaaa9..72315423701 100644
--- a/util/org.eclipse.cdt.util/pom.xml
+++ b/util/org.eclipse.cdt.util/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.2.0-SNAPSHOT</version>
+ <version>8.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top