Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/memory
diff options
context:
space:
mode:
Diffstat (limited to 'memory')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml2
-rw-r--r--memory/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
index a330d943cb0..93283a842e3 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.debug.ui.memory"
label="%featureName"
- version="9.4.0.qualifier"
+ version="9.5.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/memory/pom.xml b/memory/pom.xml
index cf1225899eb..221bf87a16f 100644
--- a/memory/pom.xml
+++ b/memory/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>9.3.0-SNAPSHOT</version>
+ <version>9.5.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.cdt.memory-parent</artifactId>

Back to the top