Update the Archiva site for the 1.0-alpha-2 release.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@552075 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak 2007-06-30 01:43:23 +00:00
parent 0d2427965a
commit 1ed0cb1ca9
2 changed files with 14 additions and 10 deletions

View File

@ -9,17 +9,18 @@ Download Archiva
You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
hours to reach all mirrors. hours to reach all mirrors.
* Archiva 1.0 Alpha 1 * Archiva 1.0 Alpha 2
This version is considered an early alpha release of the database backed, scalable, and stability improved archiva. This version has known problems with Maven 1 clients, Proxying, and deployment on Tomcat. (See {{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&pid=10980&resolution=-1&sorter/field=priority&sorter/order=DESC} full list of issues}} for details) This version is considered an early alpha release of the database backed, scalable, and stability improved archiva.
This version has known problems with Maven 1 clients and deployment on Tomcat.
(See {{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&pid=10980&resolution=-1&sorter/field=priority&sorter/order=DESC} full list of issues}} for details)
*-------------------------------+---------+----------+-----------+ *-------------------------------+---------+----------+-----------+
| | Mirrors | Checksum | Signature | | | Mirrors | Checksum | Signature |
*-------------------------------+---------+----------+-----------+ *-------------------------------+---------+----------+-----------+
| Archiva 1.0-alpha-1 (bin.tar.gz) | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/archiva-1.0-alpha-1-bin.tar.gz} archiva-1.0-alpha-1-bin.tar.gz}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.tar.gz.md5} archiva-1.0-alpha-1-bin.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.tar.gz.asc} archiva-1.0-alpha-1-bin.tar.gz.asc}} | | Archiva 1.0-alpha-2 (bin.tar.gz) | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/archiva-1.0-alpha-2-bin.tar.gz} archiva-1.0-alpha-2-bin.tar.gz}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-2-bin.tar.gz.md5} archiva-1.0-alpha-2-bin.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-2-bin.tar.gz.asc} archiva-1.0-alpha-2-bin.tar.gz.asc}} |
| Archiva 1.0-alpha-1 (bin.zip) | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/archiva-1.0-alpha-1-bin.zip} archiva-1.0-alpha-1-bin.zip}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.zip.md5} archiva-1.0-alpha-1-bin.zip.md5}} | {{{http://www.apache.org/dist/maven/binaries/archiva-1.0-alpha-1-bin.zip.asc} archiva-1.0-alpha-1-bin.zip.asc}} |
*-------------------------------+---------+----------+-----------+ *-------------------------------+---------+----------+-----------+
| Archiva 1.0-alpha-1 (src) | {{{http://www.apache.org/dyn/closer.cgi/maven/source/archiva-1.0-alpha-1-src.zip} archiva-1.0-alpha-1-src.zip}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-1-src.zip.md5} archiva-1.0-alpha-1-src.zip.md5}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-1-src.zip.asc} archiva-1.0-alpha-1-src.zip.asc}} | | Archiva 1.0-alpha-2 (src) | {{{http://www.apache.org/dyn/closer.cgi/maven/source/archiva-1.0-alpha-2-src.zip} archiva-1.0-alpha-2-src.zip}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-2-src.zip.md5} archiva-1.0-alpha-2-src.zip.md5}} | {{{http://www.apache.org/dist/maven/source/archiva-1.0-alpha-2-src.zip.asc} archiva-1.0-alpha-2-src.zip.asc}} |
*-------------------------------+---------+----------+-----------+ *-------------------------------+---------+----------+-----------+
* Archiva 0.9 Alpha 2 * Archiva 0.9 Alpha 2
@ -51,12 +52,12 @@ Download Archiva
The installation of Archiva consists solely of unpacking the archive in the desired directory. It's that simple! The installation of Archiva consists solely of unpacking the archive in the desired directory. It's that simple!
** NOTE: If you have installed archiva-0.9, backup you $HOME/.m2/archiva.xml file. ** NOTE: If you have installed archiva-0.9, backup your $HOME/.m2/archiva.xml file.
For example: For example:
+------+ +------+
tar -xzvf archiva-1.0-alpha-1-bin.tar.gz tar -xzvf archiva-1.0-alpha-2-bin.tar.gz
+------+ +------+
To start the app, use the appropriate platform-specific startup script found under the "bin" directory of your To start the app, use the appropriate platform-specific startup script found under the "bin" directory of your
@ -65,6 +66,6 @@ Download Archiva
For example: For example:
+------+ +------+
cd archiva-1.0-alpha-1/bin/linux-x86-32 cd archiva-1.0-alpha-2/bin/linux-x86-32
./run.sh start ./run.sh start
+------+ +------+

View File

@ -24,7 +24,7 @@
</properties> </properties>
<body> <body>
<div id="downloadbox"> <div id="downloadbox">
<h5>Get Archiva 1.0 Alpha 1</h5> <h5>Get Archiva 1.0 Alpha 2</h5>
<p> <p>
<a href="download.html"> <a href="download.html">
<img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/> <img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
@ -41,7 +41,7 @@
<a href="download.html#installation">Installation Instructions</a> <a href="download.html#installation">Installation Instructions</a>
</li> </li>
<li> <li>
<a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10980&amp;styleName=Html&amp;version=13443">Release Notes</a> <a href="http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13518&amp;styleName=Text&amp;projectId=10980">Release Notes</a>
</li> </li>
<!-- <!--
<li> <li>
@ -93,6 +93,9 @@
<section name="Latest News"> <section name="Latest News">
<p> <p>
<ul>
<li>Archiva 1.0 Alpha 2 Release Available - June 29, 2007</li>
</ul>
<ul> <ul>
<li>Archiva 1.0 Alpha 1 Release Available - June 5, 2007</li> <li>Archiva 1.0 Alpha 1 Release Available - June 5, 2007</li>
</ul> </ul>