Bug 577442 - POM and product version change for 4.23 release Change-Id: I8c05ca31c5d52ac375e4c70155a3cd76e3baf378 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/188126
diff --git a/org.eclipse.core.filebuffers.tests/pom.xml b/org.eclipse.core.filebuffers.tests/pom.xml index a736dd7..fb16131 100644 --- a/org.eclipse.core.filebuffers.tests/pom.xml +++ b/org.eclipse.core.filebuffers.tests/pom.xml
@@ -14,7 +14,7 @@ <parent> <artifactId>tests-pom</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> <relativePath>../tests-pom/</relativePath> </parent> <groupId>org.eclipse.core</groupId>
diff --git a/org.eclipse.jface.text.examples/pom.xml b/org.eclipse.jface.text.examples/pom.xml index 78d7ee9..58c3f6d 100644 --- a/org.eclipse.jface.text.examples/pom.xml +++ b/org.eclipse.jface.text.examples/pom.xml
@@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.text</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.core</groupId> <artifactId>org.eclipse.jface.text.examples</artifactId>
diff --git a/org.eclipse.jface.text.tests/pom.xml b/org.eclipse.jface.text.tests/pom.xml index 47a4392..05e9fb2 100644 --- a/org.eclipse.jface.text.tests/pom.xml +++ b/org.eclipse.jface.text.tests/pom.xml
@@ -14,7 +14,7 @@ <parent> <artifactId>tests-pom</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> <relativePath>../tests-pom/</relativePath> </parent> <groupId>org.eclipse.jface</groupId>
diff --git a/org.eclipse.search.tests/pom.xml b/org.eclipse.search.tests/pom.xml index de43de0..2a3f2b2 100644 --- a/org.eclipse.search.tests/pom.xml +++ b/org.eclipse.search.tests/pom.xml
@@ -14,7 +14,7 @@ <parent> <artifactId>tests-pom</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> <relativePath>../tests-pom/</relativePath> </parent> <groupId>org.eclipse.search</groupId>
diff --git a/org.eclipse.text.quicksearch.tests/pom.xml b/org.eclipse.text.quicksearch.tests/pom.xml index 14accab..9f387a0 100644 --- a/org.eclipse.text.quicksearch.tests/pom.xml +++ b/org.eclipse.text.quicksearch.tests/pom.xml
@@ -19,7 +19,7 @@ <parent> <artifactId>tests-pom</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> <relativePath>../tests-pom/</relativePath> </parent> <groupId>org.eclipse.text</groupId>
diff --git a/org.eclipse.text.tests/pom.xml b/org.eclipse.text.tests/pom.xml index f0baa72..a13c84c 100644 --- a/org.eclipse.text.tests/pom.xml +++ b/org.eclipse.text.tests/pom.xml
@@ -14,7 +14,7 @@ <parent> <artifactId>tests-pom</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> <relativePath>../tests-pom/</relativePath> </parent> <groupId>org.eclipse.text</groupId>
diff --git a/org.eclipse.ui.editors.tests/pom.xml b/org.eclipse.ui.editors.tests/pom.xml index 6b77b73..fee685a 100644 --- a/org.eclipse.ui.editors.tests/pom.xml +++ b/org.eclipse.ui.editors.tests/pom.xml
@@ -14,7 +14,7 @@ <parent> <artifactId>tests-pom</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> <relativePath>../tests-pom/</relativePath> </parent> <groupId>org.eclipse.ui</groupId>
diff --git a/org.eclipse.ui.genericeditor.tests/pom.xml b/org.eclipse.ui.genericeditor.tests/pom.xml index addff0f..fcff610 100644 --- a/org.eclipse.ui.genericeditor.tests/pom.xml +++ b/org.eclipse.ui.genericeditor.tests/pom.xml
@@ -14,7 +14,7 @@ <parent> <artifactId>tests-pom</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> <relativePath>../tests-pom/</relativePath> </parent> <groupId>org.eclipse.ui</groupId>
diff --git a/org.eclipse.ui.workbench.texteditor.tests/pom.xml b/org.eclipse.ui.workbench.texteditor.tests/pom.xml index 5e860af..a5f5953 100644 --- a/org.eclipse.ui.workbench.texteditor.tests/pom.xml +++ b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
@@ -14,7 +14,7 @@ <parent> <artifactId>tests-pom</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> <relativePath>../tests-pom/</relativePath> </parent> <groupId>org.eclipse.ui</groupId>
diff --git a/pom.xml b/pom.xml index 81b8fb9..ba5c2ee 100644 --- a/pom.xml +++ b/pom.xml
@@ -15,7 +15,7 @@ <parent> <groupId>org.eclipse</groupId> <artifactId>eclipse-platform-parent</artifactId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> <relativePath>../eclipse-platform-parent</relativePath> </parent>
diff --git a/tests-pom/pom.xml b/tests-pom/pom.xml index 186e0a1..370a322 100644 --- a/tests-pom/pom.xml +++ b/tests-pom/pom.xml
@@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.text</artifactId> <groupId>eclipse.platform.text</groupId> - <version>4.22.0-SNAPSHOT</version> + <version>4.23.0-SNAPSHOT</version> </parent> <artifactId>tests-pom</artifactId> <packaging>pom</packaging>