Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/upc
diff options
context:
space:
mode:
Diffstat (limited to 'upc')
-rw-r--r--upc/org.eclipse.cdt.bupc-feature/pom.xml2
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.feature/pom.xml2
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml2
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml2
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml2
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc/pom.xml2
-rw-r--r--upc/org.eclipse.cdt.managedbuilder.bupc.ui/pom.xml2
7 files changed, 7 insertions, 7 deletions
diff --git a/upc/org.eclipse.cdt.bupc-feature/pom.xml b/upc/org.eclipse.cdt.bupc-feature/pom.xml
index 4d21e0f274a..a9bc5e92cb0 100644
--- a/upc/org.eclipse.cdt.bupc-feature/pom.xml
+++ b/upc/org.eclipse.cdt.bupc-feature/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.1.0-SNAPSHOT</version>
+ <version>8.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/upc/org.eclipse.cdt.core.parser.upc.feature/pom.xml b/upc/org.eclipse.cdt.core.parser.upc.feature/pom.xml
index 678d0f4dfed..9678c34076f 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.feature/pom.xml
+++ b/upc/org.eclipse.cdt.core.parser.upc.feature/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.1.0-SNAPSHOT</version>
+ <version>8.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml b/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml
index 0c552fb7080..eb92e48dc6a 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml
+++ b/upc/org.eclipse.cdt.core.parser.upc.sdk.feature/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.1.0-SNAPSHOT</version>
+ <version>8.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml b/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml
index e22ad884eda..f966870ee9c 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml
+++ b/upc/org.eclipse.cdt.core.parser.upc.source.feature/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.1.0-SNAPSHOT</version>
+ <version>8.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml b/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml
index bc60d5d65bb..964fe4d3853 100644
--- a/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml
+++ b/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.1.0-SNAPSHOT</version>
+ <version>8.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/upc/org.eclipse.cdt.core.parser.upc/pom.xml b/upc/org.eclipse.cdt.core.parser.upc/pom.xml
index 245c08669d5..abf9bb01f93 100644
--- a/upc/org.eclipse.cdt.core.parser.upc/pom.xml
+++ b/upc/org.eclipse.cdt.core.parser.upc/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.1.0-SNAPSHOT</version>
+ <version>8.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/upc/org.eclipse.cdt.managedbuilder.bupc.ui/pom.xml b/upc/org.eclipse.cdt.managedbuilder.bupc.ui/pom.xml
index a2b2faab4e1..ca080905d53 100644
--- a/upc/org.eclipse.cdt.managedbuilder.bupc.ui/pom.xml
+++ b/upc/org.eclipse.cdt.managedbuilder.bupc.ui/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.1.0-SNAPSHOT</version>
+ <version>8.1.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top