Re: Jackrabbit 2.18.0-SNAPSHOT and 2.18.0 mixed on the roadmap page

2019-01-14 Thread Robert Munteanu
Hi Ron,

On Thu, 2019-01-10 at 18:33 -0500, Ron Wheeler wrote:
> If one follows the link to the stable version at 
> http://jackrabbit.apache.org/jcr/jackrabbit-roadmap.html there is a
> confusion of 2.18.0-SNAPSHOT and 2.18.0.
> https://svn.apache.org/repos/asf/jackrabbit/branches/2.18/  has a 
> pom.xml at 
> https://svn.apache.org/repos/asf/jackrabbit/branches/2.18/pom.xml
> with a parent reference:
> 
> org.apache.jackrabbit
> jackrabbit-parent
> 2.18.1-SNAPSHOT
> jackrabbit-parent/pom.xml
> 
> 
> The parent at 
> https://svn.apache.org/repos/asf/jackrabbit/branches/2.18/jackrabbit-parent/pom.xml
> matches the snapshot in the version
> 
> org.apache.jackrabbit
> jackrabbit-parent
> Jackrabbit Parent POM
> 2.18.1-SNAPSHOT
> pom
> 
> The download link for the zip of the project sources does give the
> production 2.18.0 sources.

The source code you find under /branches is development code, so it is
expected to use SNAPSHOT versions. The code corresponding to tags lives
under /tags, e.g. 

  http://svn.apache.org/repos/asf/jackrabbit/tags/2.8.0/

for version 2.8.0 .

Hope this helps,

Robert



Jackrabbit 2.18.0-SNAPSHOT and 2.18.0 mixed on the roadmap page

2019-01-13 Thread Ron Wheeler
If one follows the link to the stable version at 
http://jackrabbit.apache.org/jcr/jackrabbit-roadmap.html there is a 
confusion of 2.18.0-SNAPSHOT and 2.18.0.


https://svn.apache.org/repos/asf/jackrabbit/branches/2.18/  has a

pom.xml at 
https://svn.apache.org/repos/asf/jackrabbit/branches/2.18/pom.xml with a 
parent reference:



org.apache.jackrabbit
jackrabbit-parent
2.18.1-SNAPSHOT
jackrabbit-parent/pom.xml


The parent at 
https://svn.apache.org/repos/asf/jackrabbit/branches/2.18/jackrabbit-parent/pom.xml 
matches the snapshot in the version


org.apache.jackrabbit
jackrabbit-parent
Jackrabbit Parent POM
2.18.1-SNAPSHOT
pom

The download link for the zip of the project sources does give the 
production 2.18.0 sources.


This seems odd but I am not an active developer of the project (just an 
active user).


Ron