Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtsuhiko Yamanaka2014-11-17 13:45:27 +0000
committerSzymon Ptaszkiewicz2014-12-02 14:15:42 +0000
commit7066a7209a9d2f386d2c3dd51d30f60cf5964a2e (patch)
tree871c59878836b5e3aa5bfce18947cac43c9b716c /bundles/org.eclipse.jsch.ui/pom.xml
parentf1af3fa87ff7df9cfeb5ba71350044aa308df465 (diff)
downloadeclipse.platform.team-7066a7209a9d2f386d2c3dd51d30f60cf5964a2e.tar.gz
eclipse.platform.team-7066a7209a9d2f386d2c3dd51d30f60cf5964a2e.tar.xz
eclipse.platform.team-7066a7209a9d2f386d2c3dd51d30f60cf5964a2e.zip
authentication * The extension point identityrepository is added. The connectors to ssh-agent and pageant will implement IIdentityRepositoryFactory, and those implementations will be given through this entry point. * A preference page is added to manage connectors. Connectors will provide an implementation of IIdentityRespositoryFactory, which allows to communicate with agents like ssh-agent and pageant. Change-Id: Id1a8691ecb1202e204705c70831d4d18133f5979
Diffstat (limited to 'bundles/org.eclipse.jsch.ui/pom.xml')
-rw-r--r--bundles/org.eclipse.jsch.ui/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jsch.ui/pom.xml b/bundles/org.eclipse.jsch.ui/pom.xml
index d5ed754da..e31169419 100644
--- a/bundles/org.eclipse.jsch.ui/pom.xml
+++ b/bundles/org.eclipse.jsch.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 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.jsch</groupId>
<artifactId>org.eclipse.jsch.ui</artifactId>
- <version>1.1.500-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top