Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-03-17 00:10:53 +0000
committerStefan Xenos2016-03-21 18:17:06 +0000
commit622d3b5a9d07990762e58029bd8dffbd2e7df773 (patch)
treea3ca3cbb06acba00b7732366c3af99f84a348ff7 /bundles/org.eclipse.team.core/pom.xml
parent87f3b9b8652edd636453f33ab7ba9adf862a3012 (diff)
downloadeclipse.platform.team-622d3b5a9d07990762e58029bd8dffbd2e7df773.tar.gz
eclipse.platform.team-622d3b5a9d07990762e58029bd8dffbd2e7df773.tar.xz
eclipse.platform.team-622d3b5a9d07990762e58029bd8dffbd2e7df773.zip
Bug 489805 - Move the projects in the team git repository to Java 1.8I20160322-0800
Change-Id: Id5519b91445802de6c62d310b30a0cf486152f64 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.team.core/pom.xml')
-rw-r--r--bundles/org.eclipse.team.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/pom.xml b/bundles/org.eclipse.team.core/pom.xml
index 4cb296e97..af81c725b 100644
--- a/bundles/org.eclipse.team.core/pom.xml
+++ b/bundles/org.eclipse.team.core/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.core</artifactId>
- <version>3.7.100-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top