diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-08-19 15:48:12 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-08-19 16:43:34 +0200 |
commit | 8bad6ef584ff2e03030bd9d701c9dd018cb72fea (patch) | |
tree | 33058c0d2b6e963aefb19f751056debd845a33e5 /org.eclipse.jgit.packaging/pom.xml | |
parent | 176c4b4d5e2c013a576df7eaf6643436e3ba4345 (diff) | |
download | jgit-8bad6ef584ff2e03030bd9d701c9dd018cb72fea.tar.gz jgit-8bad6ef584ff2e03030bd9d701c9dd018cb72fea.zip |
Update com.jcraft.jsch to 0.1.53
Update target platform to Orbit M20150818205559 for Mars in order to
update com.jcraft.jsch to 0.1.53. Also update pom.xml to use Mars target
platform profile by default.
CQ: 10045
Bug: 463580
Change-Id: I1bf151fbee7b00c7bd38cf1236c9bad50e3c64bd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index 4e4c37a17c..76620e6307 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -229,7 +229,6 @@ <profile> <id>platform-kepler</id> <activation> - <activeByDefault>true</activeByDefault> <property> <name>platform-version-name</name> <value>kepler</value> @@ -254,6 +253,7 @@ <profile> <id>platform-mars</id> <activation> + <activeByDefault>true</activeByDefault> <property> <name>platform-version-name</name> <value>mars</value> |