Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-18 15:49:34 +0000
committerAlexander Kurtakov2018-04-18 15:49:34 +0000
commit1a99f645367958e4efe7a8f2b752df856f102785 (patch)
tree9497107dba1c112f1ca3ee89dfd6e14f25213a36 /bundles/org.eclipse.equinox.util/pom.xml
parent682d99fd94354d758c9f8d6f8cc5b1e3997e4489 (diff)
downloadrt.equinox.bundles-1a99f645367958e4efe7a8f2b752df856f102785.tar.gz
rt.equinox.bundles-1a99f645367958e4efe7a8f2b752df856f102785.tar.xz
rt.equinox.bundles-1a99f645367958e4efe7a8f2b752df856f102785.zip
Bug 533774 - Move o.e.equinox.util to Java 7
Keep it in sync with rest of equinox. Some warning fixes. Change-Id: Iefdebfc3341d9ef9cf56d9526eedfe1992c68d30 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.util/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.util/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.util/pom.xml b/bundles/org.eclipse.equinox.util/pom.xml
index 0c6cef300..d62b98036 100644
--- a/bundles/org.eclipse.equinox.util/pom.xml
+++ b/bundles/org.eclipse.equinox.util/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.util</artifactId>
- <version>1.0.600-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top