Skip to main content
summaryrefslogtreecommitdiffstats
path: root/memory
diff options
context:
space:
mode:
Diffstat (limited to 'memory')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml2
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/pom.xml2
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.search/pom.xml2
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.traditional/pom.xml2
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.transport/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml b/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml
index edd69acaf9f..5f3c1c25399 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory.floatingpoint/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.4.0-SNAPSHOT</version>
+ <version>8.5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/pom.xml b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/pom.xml
index 958e3ce8c09..0ea4d59b7b3 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/pom.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.4.0-SNAPSHOT</version>
+ <version>8.5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.search/pom.xml b/memory/org.eclipse.cdt.debug.ui.memory.search/pom.xml
index eaebd71e36a..c6b286a5912 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.search/pom.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory.search/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.4.0-SNAPSHOT</version>
+ <version>8.5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.traditional/pom.xml b/memory/org.eclipse.cdt.debug.ui.memory.traditional/pom.xml
index 4bc52cdee91..3c6f87f65ce 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.traditional/pom.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory.traditional/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.4.0-SNAPSHOT</version>
+ <version>8.5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.transport/pom.xml b/memory/org.eclipse.cdt.debug.ui.memory.transport/pom.xml
index 1e9caee570d..74172a984d9 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.transport/pom.xml
+++ b/memory/org.eclipse.cdt.debug.ui.memory.transport/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
- <version>8.4.0-SNAPSHOT</version>
+ <version>8.5.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Back to the top