diff options
author | Alexander Kurtakov | 2018-01-15 10:07:17 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2018-01-15 10:07:17 +0000 |
commit | 2e109c9ba829546ec5c0bed09bb604436ac30fd3 (patch) | |
tree | 10edc776934a3d0d9e1a513f1d9f2fe9c2774cc9 /examples/org.eclipse.swt.examples.ole.win32/pom.xml | |
parent | 67415b8b37bfc31525da9d7ee9839c65f1ef49a2 (diff) | |
download | eclipse.platform.swt-2e109c9ba829546ec5c0bed09bb604436ac30fd3.tar.gz eclipse.platform.swt-2e109c9ba829546ec5c0bed09bb604436ac30fd3.tar.xz eclipse.platform.swt-2e109c9ba829546ec5c0bed09bb604436ac30fd3.zip |
Bug 529811 - Convert ole win32 examples to Java 8
Convert ole win32 examples to Java 8 to kep it in sync with rest of swt
git repo.
Change-Id: I88be7760b3d98a159a9404e985b8a1f16d3d9df8
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'examples/org.eclipse.swt.examples.ole.win32/pom.xml')
-rw-r--r-- | examples/org.eclipse.swt.examples.ole.win32/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.swt.examples.ole.win32/pom.xml b/examples/org.eclipse.swt.examples.ole.win32/pom.xml index ea2303e913..dd05640fa6 100644 --- a/examples/org.eclipse.swt.examples.ole.win32/pom.xml +++ b/examples/org.eclipse.swt.examples.ole.win32/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2012, 2013 Eclipse Foundation and others. + Copyright (c) 2012, 2018 Eclipse Foundation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Distribution License v1.0 which accompanies this distribution, and is available at @@ -19,7 +19,7 @@ </parent> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.examples.ole.win32</artifactId> - <version>3.106.100-SNAPSHOT</version> + <version>3.107.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> |