Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-08-16 07:35:07 +0000
committerAlexander Kurtakov2017-08-16 07:35:07 +0000
commitef34bc26d0292f1cd7b1d949f8339c58ba2266ba (patch)
treedc3511477199966188331a40e727540f9d0cc66c /bundles/org.eclipse.team.cvs.ui/pom.xml
parent662f4c361fbd764d289804f4412e02cce3d17ece (diff)
downloadeclipse.platform.team-ef34bc26d0292f1cd7b1d949f8339c58ba2266ba.tar.gz
eclipse.platform.team-ef34bc26d0292f1cd7b1d949f8339c58ba2266ba.tar.xz
eclipse.platform.team-ef34bc26d0292f1cd7b1d949f8339c58ba2266ba.zip
Bug 518569 - Use StandardCharsets
Bump the service release. Change-Id: I4c3302d997755ce181e3ef1902a67c43d71e2758 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/pom.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/pom.xml b/bundles/org.eclipse.team.cvs.ui/pom.xml
index 42b2a101e..920feca04 100644
--- a/bundles/org.eclipse.team.cvs.ui/pom.xml
+++ b/bundles/org.eclipse.team.cvs.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ Copyright (c) 2012, 2017 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,6 +19,6 @@
</parent>
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.cvs.ui</artifactId>
- <version>3.4.1-SNAPSHOT</version>
+ <version>3.4.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top