Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2017-01-03 09:44:52 +0000
committerJay Arthanareeswaran2017-01-03 09:44:52 +0000
commitd66347ca6cf7f12c97ae3c9b191fea17ba8eaeac (patch)
tree9d692f1defcf6d86bcfb9b3773bd32260f4f3116
parent196bc14daacdcb2735bb372791657fded32ff26b (diff)
downloadeclipse.jdt.core.binaries-d66347ca6cf7f12c97ae3c9b191fea17ba8eaeac.tar.gz
eclipse.jdt.core.binaries-d66347ca6cf7f12c97ae3c9b191fea17ba8eaeac.tar.xz
eclipse.jdt.core.binaries-d66347ca6cf7f12c97ae3c9b191fea17ba8eaeac.zip
-rw-r--r--org.eclipse.jdt.core.tests.binaries/pom.xml2
-rw-r--r--pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core.tests.binaries/pom.xml b/org.eclipse.jdt.core.tests.binaries/pom.xml
index 5674040..4c9957b 100644
--- a/org.eclipse.jdt.core.tests.binaries/pom.xml
+++ b/org.eclipse.jdt.core.tests.binaries/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.jdt.core.binaries</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>4.6.2-SNAPSHOT</version>
+ <version>4.6.3-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core.tests.binaries</artifactId>
diff --git a/pom.xml b/pom.xml
index 0e052df..bae0404 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.6.2-SNAPSHOT</version>
+ <version>4.6.3-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.jdt.core</groupId>
<artifactId>eclipse.jdt.core.binaries</artifactId>
- <version>4.6.2-SNAPSHOT</version>
+ <version>4.6.3-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top