Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-12-07 09:33:26 +0000
committerAlexander Kurtakov2018-12-07 09:33:26 +0000
commit6bf8ded6b0f8f1c9b984aec5081131a60747c5dd (patch)
tree74a9c7fb1f07c782bc28a2c4ad8c5bc89a6fe644 /features/org.eclipse.swt.tools.feature
parentc88920365b95e77e6369a9a1626007d4d24fe97f (diff)
downloadeclipse.platform.swt-6bf8ded6b0f8f1c9b984aec5081131a60747c5dd.tar.gz
eclipse.platform.swt-6bf8ded6b0f8f1c9b984aec5081131a60747c5dd.tar.xz
eclipse.platform.swt-6bf8ded6b0f8f1c9b984aec5081131a60747c5dd.zip
Bug 541822 - POM and product version change for 4.11 release
Change-Id: I8454243e87078b718102ce58702c08fe8f9f163c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.swt.tools.feature')
-rw-r--r--features/org.eclipse.swt.tools.feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.swt.tools.feature/pom.xml b/features/org.eclipse.swt.tools.feature/pom.xml
index 6806412b60..0f506c6c67 100644
--- a/features/org.eclipse.swt.tools.feature/pom.xml
+++ b/features/org.eclipse.swt.tools.feature/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>eclipse.platform.swt</artifactId>
<groupId>eclipse.platform.swt</groupId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.swt.tools.feature</groupId>

Back to the top