On 13/02/15 15:03, Stian Soiland-Reyes wrote:
On 13 February 2015 at 13:45, Andy Seaborne <[email protected]> wrote:
Also I found
/maven2/org/apache/clerezza/reactor/0.3/
has a "reactor-0.3-source-release.zip" of 15.8M dated 01-Jul-2014
so that is different to the /dist/ one in date and size.
http://repo1.maven.org/maven2/org/apache/clerezza/reactor/0.3/reactor-0.3-source-release.zip.md5
..matches the md5 of the release voted on here:
http://mail-archives.apache.org/mod_mbox/clerezza-dev/201407.mbox/%3ccalvhuexevzlmq6yypsple5fhacjgk3unwq76yscbdqekzux...@mail.gmail.com%3E
So I guess that is the last source release which should have also gone
into the dist/ download area and linked to from
http://clerezza.apache.org/downloads/
(the links there currently 404)
Nothing for clerezza/0.4 and clerezza/0.5.
Hmm.. do you mean the parent? Different modules in Clerezza have
different version numbers. I guess it makes it harder to connect which
Maven module came from which source release..
The parent 0.5 is what was released in reactor-0.3. See parent/pom.xml
in the zip.
Version 0.5 is not in dist/ anywhere - it looks to be about July 2014
but I can't find it on Apache systems.
dist/release20130710-reactor-0.3/parent/pom.xml
has version 0.4:
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>13</version>
<relativePath />
</parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>clerezza</artifactId>
<packaging>pom</packaging>
<name>Clerezza - Parent for all</name>
<url>http://clerezza.apache.org/mvn-site/</url>
<version>0.4</version>
There is about 6M is dist after unzipping.
Many artifacts are missing from anywhere in dist/ and archives.
git is about 56M of source code.
Andy