Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'upc/org.eclipse.cdt.bupc-feature')
-rw-r--r--upc/org.eclipse.cdt.bupc-feature/feature.xml2
-rw-r--r--upc/org.eclipse.cdt.bupc-feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/upc/org.eclipse.cdt.bupc-feature/feature.xml b/upc/org.eclipse.cdt.bupc-feature/feature.xml
index bbe83ddd446..a46bbf3f50f 100644
--- a/upc/org.eclipse.cdt.bupc-feature/feature.xml
+++ b/upc/org.eclipse.cdt.bupc-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.bupc"
label="%featureName"
- version="9.2.0.qualifier"
+ version="9.3.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0"
diff --git a/upc/org.eclipse.cdt.bupc-feature/pom.xml b/upc/org.eclipse.cdt.bupc-feature/pom.xml
index 93a6d3871e5..41bc809036a 100644
--- a/upc/org.eclipse.cdt.bupc-feature/pom.xml
+++ b/upc/org.eclipse.cdt.bupc-feature/pom.xml
@@ -7,12 +7,12 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.3.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
- <version>9.2.0-SNAPSHOT</version>
+ <version>9.3.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.bupc</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top