Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-28 17:08:20 +0000
committerAlexander Kurtakov2017-06-28 17:08:20 +0000
commit7d0e094196d0aa2cf5fb1d7ba0bb27b8874396b9 (patch)
tree13ddbb76bbf0b90406e3174b5de48e7bddec8cf2 /org.eclipse.jdt.apt.core
parent34337e2078da6ee9eff6d9ed3144e9836eec04f2 (diff)
downloadeclipse.jdt.core-7d0e094196d0aa2cf5fb1d7ba0bb27b8874396b9.tar.gz
eclipse.jdt.core-7d0e094196d0aa2cf5fb1d7ba0bb27b8874396b9.tar.xz
eclipse.jdt.core-7d0e094196d0aa2cf5fb1d7ba0bb27b8874396b9.zip
Update eclipse.jdt.core repo. Change-Id: Iedabfe95143035e09c7a0d99f72595c9d67dc6c4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.jdt.apt.core')
-rw-r--r--org.eclipse.jdt.apt.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.core/pom.xml b/org.eclipse.jdt.apt.core/pom.xml
index e09b069413..0ce3961ef8 100644
--- a/org.eclipse.jdt.apt.core/pom.xml
+++ b/org.eclipse.jdt.apt.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.jdt.core</artifactId>
<groupId>eclipse.jdt.core</groupId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.7.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.apt.core</artifactId>

Back to the top