Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKit Lo2021-09-05 23:38:42 +0000
committerSravan Kumar Lakkimsetti2021-09-06 06:58:20 +0000
commit108f273971853658d8b81cf671839ca95f15adab (patch)
tree12b452f302a53f0ff306857225b24e29feb634ce /tests/org.eclipse.swt.tests.fragments.feature/pom.xml
parented59624bdc882b23f111489419bbbc29e43361a7 (diff)
downloadeclipse.platform.swt-108f273971853658d8b81cf671839ca95f15adab.tar.gz
eclipse.platform.swt-108f273971853658d8b81cf671839ca95f15adab.tar.xz
eclipse.platform.swt-108f273971853658d8b81cf671839ca95f15adab.zip
Bug 575782 - POM and product version change for 4.22 release
Change-Id: Ic5d63c027ca929d020f644d6c4f3a6e7fb48cca3 Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/185013 Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'tests/org.eclipse.swt.tests.fragments.feature/pom.xml')
-rw-r--r--tests/org.eclipse.swt.tests.fragments.feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.swt.tests.fragments.feature/pom.xml b/tests/org.eclipse.swt.tests.fragments.feature/pom.xml
index 102b6e7ea9..deab4d2cc1 100644
--- a/tests/org.eclipse.swt.tests.fragments.feature/pom.xml
+++ b/tests/org.eclipse.swt.tests.fragments.feature/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>eclipse.platform.swt</artifactId>
<groupId>eclipse.platform.swt</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.swt.tests</groupId>

Back to the top