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

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>

 

Regards

/Johannes

 

From: jgit-dev-bounces@xxxxxxxxxxx [mailto:jgit-dev-bounces@xxxxxxxxxxx] On Behalf Of Matthias Sohn
Sent: den 5 mars 2014 00:19
To: JGit Developers list; EGit developer discussion
Subject: [jgit-dev] [Announce] JGit / EGit 3.3.0.201403021825-r release

 

The JGit and EGit project teams are proud to announce their release 3.3.0.

 

It will also be contributed to the M6 milestone of the Luna release train which

will become available March 14.

 

3.2.0 was shipped with Kepler SR2 recently.

 

Release Review

 

New and Noteworthy

 

Find the new release here

 

The JGit 3.3.0 Maven artifacts have been staged for Maven central here

Please test the staged artifacts and let us know if there are any problems.

 

This release will soon be available in the Eclipse Marketplace

 

We plan to release 3.4 with the Luna release train in June. 

 

Originally we had planned to release 4.0 with Luna but since there are no 

API breaking changes underway we changed our plan to release 3.4 for

Luna instead.

 

--

Matthias


Back to the top