diff options
author | Sravan Kumar Lakkimsetti | 2018-09-04 06:20:35 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2018-09-05 04:46:41 +0000 |
commit | 2e2acaa5024f5f285621bf257ed8e3bb7b46e76a (patch) | |
tree | 2fe7da2235f34f3b69bc4033a1568001c74142a3 | |
parent | 146b91726ae9c4a80f373ff3a457876e3e27eb17 (diff) | |
download | eclipse.platform.swt-2e2acaa5024f5f285621bf257ed8e3bb7b46e76a.tar.gz eclipse.platform.swt-2e2acaa5024f5f285621bf257ed8e3bb7b46e76a.tar.xz eclipse.platform.swt-2e2acaa5024f5f285621bf257ed8e3bb7b46e76a.zip |
Bug 538531 - POM version change for 4.10 release
Change-Id: I22a7fa1170509c771d1284173aa708bf8ca6bee6
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.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 | 4 | ||||
-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, 19 insertions, 19 deletions
diff --git a/bundles/org.eclipse.swt.tools.base/pom.xml b/bundles/org.eclipse.swt.tools.base/pom.xml index 775413e887..83080b5cff 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.9.0-SNAPSHOT</version> + <version>4.10.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 ea40d5a701..ca8e03ca61 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.9.0-SNAPSHOT</version> + <version>4.10.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 b87aa930c5..547b670d06 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.9.0-SNAPSHOT</version> + <version>4.10.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 8143a436fc..3e6d04cea3 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.9.0-SNAPSHOT</version> + <version>4.10.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 37333b45f5..25e3fae4f5 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.9.0-SNAPSHOT</version> + <version>4.10.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 a5e7b8e1a7..82a994451e 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.9.0-SNAPSHOT</version> + <version>4.10.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 9f7f97d546..204ac8e5dd 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.9.0-SNAPSHOT</version> + <version>4.10.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 4cf297053f..63affe6f23 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.9.0-SNAPSHOT</version> + <version>4.10.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 b3fe188e4e..873b57434f 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.9.0-SNAPSHOT</version> + <version>4.10.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 4c53c4ef06..35a9e2f8c1 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.9.0-SNAPSHOT</version> + <version>4.10.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 651566ba87..3a1ce105aa 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.9.0-SNAPSHOT</version> + <version>4.10.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 53bacdf79f..2d0dba3a56 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.9.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <groupId>org.eclipse.swt</groupId> @@ -16,13 +16,13 @@ <parent> <groupId>org.eclipse</groupId> <artifactId>eclipse-platform-parent</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> <relativePath>../eclipse-platform-parent</relativePath> </parent> <groupId>eclipse.platform.swt</groupId> <artifactId>eclipse.platform.swt</artifactId> - <version>4.9.0-SNAPSHOT</version> + <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 5ce9989194..1b5c43f845 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.9.0-SNAPSHOT</version> + <version>4.10.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 0a26bd1900..91297e6fcd 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.9.0-SNAPSHOT</version> + <version>4.10.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 3720418b87..2d714ef492 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.9.0-SNAPSHOT</version> + <version>4.10.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 5e455bcd2e..ed4c22e450 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.9.0-SNAPSHOT</version> + <version>4.10.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 bf1d47844d..698b53d5c8 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.9.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> <relativePath>../../local-build/local-build-parent/</relativePath> </parent> <groupId>org.eclipse.swt</groupId> |