Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-11-12 14:39:09 +0000
committerSzymon Brandys2013-11-12 14:42:40 +0000
commit1d601b81aaeb31ba9c28b520b31693dbfe395742 (patch)
treec563879c87b4b89614435777508456310179d1f2 /bundles/org.eclipse.team.cvs.ssh2/pom.xml
parentec3d37680e890ded361048d4561f71398cd1ed32 (diff)
downloadeclipse.platform.team-1d601b81aaeb31ba9c28b520b31693dbfe395742.tar.gz
eclipse.platform.team-1d601b81aaeb31ba9c28b520b31693dbfe395742.tar.xz
eclipse.platform.team-1d601b81aaeb31ba9c28b520b31693dbfe395742.zip
Bug 420903 - EGit (3.1.0) conflicts with com.jcraft.jsch (1.5.0) if
upgrading (must use -clean) Signed-off-by: David Williams <david_williams@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ssh2/pom.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/pom.xml b/bundles/org.eclipse.team.cvs.ssh2/pom.xml
index 97ea8c08d..78ac8e198 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/pom.xml
+++ b/bundles/org.eclipse.team.cvs.ssh2/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.cvs.ssh2</artifactId>
- <version>3.2.300-SNAPSHOT</version>
+ <version>3.2.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top