Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] [Announce] JGit / EGit 3.3.0.201403021825-r release

On Wed, Mar 5, 2014 at 8:30 AM, Carlsson, Johannes <Johannes.Carlsson.x@xxxxxxxxxxxxxx> wrote:

Hi,

 

It seems like there is a mismatch between the “New and noteworthy” and the pom for the jsch-version:

 

From http://wiki.eclipse.org/JGit/New_and_Noteworthy/3.3 : “Update com.jcraft.jsch to 0.1.50”

 

From https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/3.3.0.201403021825-r/org.eclipse.jgit-parent-3.3.0.201403021825-r.pom: <jsch-version>0.1.46</jsch-version>

 

From git:

$ git blame v3.3.0.201403021825-r -- pom.xml | grep "<jsch-version>"

db5aa8d8 (Matthias Sohn       2013-01-16 00:16:54 +0100 179)     <jsch-version>0.1.46</jsch-version>


looks like I missed to update the pom dependency when I updated the target platform definitions
used to create the p2 repository.

Here's the fix

Compiling against 0.1.46 shouldn't do any harm as 0.1.50 has no API changes compared to 0.1.46.

--
Matthias 

Back to the top