diff options
author | Alexander Kurtakov | 2018-12-07 09:33:26 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2018-12-07 09:33:26 +0000 |
commit | 6bf8ded6b0f8f1c9b984aec5081131a60747c5dd (patch) | |
tree | 74a9c7fb1f07c782bc28a2c4ad8c5bc89a6fe644 | |
parent | c88920365b95e77e6369a9a1626007d4d24fe97f (diff) | |
download | eclipse.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>
-rw-r--r-- | bundles/org.eclipse.swt.tools.base/pom.xml | 2 | ||||
-rw-r--r-- | bundles/org.eclipse.swt.tools.spies/pom.xml | 2 | ||||
-rw-r--r-- | bundles/org.eclipse.swt.tools/pom.xml | 2 | ||||
-rw-r--r-- | bundles/org.eclipse.swt/pom.xml | 2 | ||||
-rw-r--r-- | examples/org.eclipse.swt.examples.browser.demos/pom.xml | 2 | ||||
-rw-r--r-- | examples/org.eclipse.swt.examples.launcher/pom.xml | 2 | ||||
-rw-r--r-- | examples/org.eclipse.swt.examples.ole.win32/pom.xml | 2 | ||||
-rw-r--r-- | examples/org.eclipse.swt.examples.views/pom.xml | 2 | ||||
-rw-r--r-- | examples/org.eclipse.swt.examples/pom.xml | 2 | ||||
-rw-r--r-- | features/org.eclipse.swt.tools.feature/pom.xml | 2 | ||||
-rw-r--r-- | local-build/local-build-parent/pom.xml | 2 | ||||
-rw-r--r-- | local-build/org.eclipse.swt.fragments.localbuild/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 3 | ||||
-rw-r--r-- | tests/org.eclipse.swt.tests.cocoa/pom.xml | 2 | ||||
-rw-r--r-- | tests/org.eclipse.swt.tests.fragments.feature/pom.xml | 2 | ||||
-rw-r--r-- | tests/org.eclipse.swt.tests.gtk/pom.xml | 2 | ||||
-rw-r--r-- | tests/org.eclipse.swt.tests.win32/pom.xml | 2 | ||||
-rw-r--r-- | tests/org.eclipse.swt.tests/pom.xml | 2 |
18 files changed, 18 insertions, 19 deletions
diff --git a/bundles/org.eclipse.swt.tools.base/pom.xml b/bundles/org.eclipse.swt.tools.base/pom.xml index 83080b5cff..2884ab9cfc 100644 --- a/bundles/org.eclipse.swt.tools.base/pom.xml +++ b/bundles/org.eclipse.swt.tools.base/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> diff --git a/bundles/org.eclipse.swt.tools.spies/pom.xml b/bundles/org.eclipse.swt.tools.spies/pom.xml index ca8e03ca61..7cad765a1c 100644 --- a/bundles/org.eclipse.swt.tools.spies/pom.xml +++ b/bundles/org.eclipse.swt.tools.spies/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> diff --git a/bundles/org.eclipse.swt.tools/pom.xml b/bundles/org.eclipse.swt.tools/pom.xml index 3663824bc9..688ecde361 100644 --- a/bundles/org.eclipse.swt.tools/pom.xml +++ b/bundles/org.eclipse.swt.tools/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml index 92eaa6cde6..7a3bfa1ce0 100644 --- a/bundles/org.eclipse.swt/pom.xml +++ b/bundles/org.eclipse.swt/pom.xml @@ -19,7 +19,7 @@ <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../</relativePath> diff --git a/examples/org.eclipse.swt.examples.browser.demos/pom.xml b/examples/org.eclipse.swt.examples.browser.demos/pom.xml index 25e3fae4f5..13429c5497 100644 --- a/examples/org.eclipse.swt.examples.browser.demos/pom.xml +++ b/examples/org.eclipse.swt.examples.browser.demos/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> diff --git a/examples/org.eclipse.swt.examples.launcher/pom.xml b/examples/org.eclipse.swt.examples.launcher/pom.xml index 82a994451e..e69fdc2b2d 100644 --- a/examples/org.eclipse.swt.examples.launcher/pom.xml +++ b/examples/org.eclipse.swt.examples.launcher/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> diff --git a/examples/org.eclipse.swt.examples.ole.win32/pom.xml b/examples/org.eclipse.swt.examples.ole.win32/pom.xml index d9a510790c..5685e6cbe0 100644 --- a/examples/org.eclipse.swt.examples.ole.win32/pom.xml +++ b/examples/org.eclipse.swt.examples.ole.win32/pom.xml @@ -14,7 +14,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</groupId> diff --git a/examples/org.eclipse.swt.examples.views/pom.xml b/examples/org.eclipse.swt.examples.views/pom.xml index 63affe6f23..9a042bf674 100644 --- a/examples/org.eclipse.swt.examples.views/pom.xml +++ b/examples/org.eclipse.swt.examples.views/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> diff --git a/examples/org.eclipse.swt.examples/pom.xml b/examples/org.eclipse.swt.examples/pom.xml index fbd709eebe..20f9733118 100644 --- a/examples/org.eclipse.swt.examples/pom.xml +++ b/examples/org.eclipse.swt.examples/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> 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> diff --git a/local-build/local-build-parent/pom.xml b/local-build/local-build-parent/pom.xml index 3a1ce105aa..50432b9d7e 100644 --- a/local-build/local-build-parent/pom.xml +++ b/local-build/local-build-parent/pom.xml @@ -14,7 +14,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> <artifactId>eclipse.platform.swt.localbuild</artifactId> diff --git a/local-build/org.eclipse.swt.fragments.localbuild/pom.xml b/local-build/org.eclipse.swt.fragments.localbuild/pom.xml index 2d0dba3a56..020fb9794b 100644 --- a/local-build/org.eclipse.swt.fragments.localbuild/pom.xml +++ b/local-build/org.eclipse.swt.fragments.localbuild/pom.xml @@ -14,7 +14,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</groupId> @@ -16,13 +16,12 @@ <parent> <groupId>org.eclipse</groupId> <artifactId>eclipse-platform-parent</artifactId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../eclipse-platform-parent</relativePath> </parent> <groupId>eclipse.platform.swt</groupId> <artifactId>eclipse.platform.swt</artifactId> - <version>4.10.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/tests/org.eclipse.swt.tests.cocoa/pom.xml b/tests/org.eclipse.swt.tests.cocoa/pom.xml index 1b5c43f845..55110e8291 100644 --- a/tests/org.eclipse.swt.tests.cocoa/pom.xml +++ b/tests/org.eclipse.swt.tests.cocoa/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> diff --git a/tests/org.eclipse.swt.tests.fragments.feature/pom.xml b/tests/org.eclipse.swt.tests.fragments.feature/pom.xml index 91297e6fcd..e4a44c0953 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.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <groupId>org.eclipse.swt.tests</groupId> diff --git a/tests/org.eclipse.swt.tests.gtk/pom.xml b/tests/org.eclipse.swt.tests.gtk/pom.xml index 2d714ef492..44cb9e1139 100644 --- a/tests/org.eclipse.swt.tests.gtk/pom.xml +++ b/tests/org.eclipse.swt.tests.gtk/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> diff --git a/tests/org.eclipse.swt.tests.win32/pom.xml b/tests/org.eclipse.swt.tests.win32/pom.xml index ed4c22e450..490dc84f8e 100644 --- a/tests/org.eclipse.swt.tests.win32/pom.xml +++ b/tests/org.eclipse.swt.tests.win32/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml index e29a8e9290..f9822691c9 100644 --- a/tests/org.eclipse.swt.tests/pom.xml +++ b/tests/org.eclipse.swt.tests/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.platform.swt.localbuild</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> |