Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'infocenter-web')
-rw-r--r--infocenter-web/infocenter-app/pom.xml2
-rw-r--r--infocenter-web/infocenter-product/pom.xml2
-rw-r--r--infocenter-web/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/infocenter-web/infocenter-app/pom.xml b/infocenter-web/infocenter-app/pom.xml
index cde1af65c..697b05592 100644
--- a/infocenter-web/infocenter-app/pom.xml
+++ b/infocenter-web/infocenter-app/pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.eclipse.help</groupId>
<artifactId>infocenter-parent</artifactId>
- <version>4.19.0-SNAPSHOT</version>
+ <version>4.20.0-SNAPSHOT</version>
</parent>
<artifactId>infocenter-app</artifactId>
<packaging>war</packaging>
diff --git a/infocenter-web/infocenter-product/pom.xml b/infocenter-web/infocenter-product/pom.xml
index c31c2eabd..67cce77bc 100644
--- a/infocenter-web/infocenter-product/pom.xml
+++ b/infocenter-web/infocenter-product/pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.eclipse.help</groupId>
<artifactId>infocenter-parent</artifactId>
- <version>4.19.0-SNAPSHOT</version>
+ <version>4.20.0-SNAPSHOT</version>
</parent>
<artifactId>infocenter-product</artifactId>
<packaging>eclipse-repository</packaging>
diff --git a/infocenter-web/pom.xml b/infocenter-web/pom.xml
index 8ab5db7dc..cf90dbdf0 100644
--- a/infocenter-web/pom.xml
+++ b/infocenter-web/pom.xml
@@ -11,7 +11,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.19.0-SNAPSHOT</version>
+ <version>4.20.0-SNAPSHOT</version>
<relativePath>../../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.help</groupId>

Back to the top