Return-Path: X-Original-To: apmail-archiva-commits-archive@www.apache.org Delivered-To: apmail-archiva-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A12799D9 for ; Sun, 2 Jun 2013 12:44:53 +0000 (UTC) Received: (qmail 78985 invoked by uid 500); 2 Jun 2013 11:44:53 -0000 Delivered-To: apmail-archiva-commits-archive@archiva.apache.org Received: (qmail 78933 invoked by uid 500); 2 Jun 2013 11:44:52 -0000 Mailing-List: contact commits-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list commits@archiva.apache.org Received: (qmail 78926 invoked by uid 99); 2 Jun 2013 11:44:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jun 2013 11:44:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jun 2013 11:44:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8D57A23889E7; Sun, 2 Jun 2013 11:44:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1488676 - in /archiva/site-content: ./ developers/ errors/ jsui/ Date: Sun, 02 Jun 2013 11:44:28 -0000 To: commits@archiva.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130602114429.8D57A23889E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Sun Jun 2 11:44:27 2013 New Revision: 1488676 URL: http://svn.apache.org/r1488676 Log: Apache Archiva Main site deployment Modified: archiva/site-content/developers/building.html archiva/site-content/developers/how-we-do-things.html archiva/site-content/developers/publishing-site.html archiva/site-content/developers/releasing.html archiva/site-content/download.html archiva/site-content/errors/404.html archiva/site-content/get-involved.html archiva/site-content/index.html archiva/site-content/integration.html archiva/site-content/issue-tracking.html archiva/site-content/jsui/generics-js.html archiva/site-content/jsui/i18n.html archiva/site-content/jsui/index.html archiva/site-content/jsui/knockout-binding.html archiva/site-content/jsui/rest.html archiva/site-content/jsui/template-loading.html archiva/site-content/known-issues.html archiva/site-content/license.html archiva/site-content/mail-lists.html archiva/site-content/privacy-policy.html archiva/site-content/project-info.html archiva/site-content/security.html archiva/site-content/source-repository.html archiva/site-content/team-list.html archiva/site-content/versions.html Modified: archiva/site-content/developers/building.html URL: http://svn.apache.org/viewvc/archiva/site-content/developers/building.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/developers/building.html (original) +++ archiva/site-content/developers/building.html Sun Jun 2 11:44:27 2013 @@ -9,7 +9,7 @@ - + Archiva - Building Archiva @@ -68,7 +68,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -205,7 +205,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/developers/how-we-do-things.html URL: http://svn.apache.org/viewvc/archiva/site-content/developers/how-we-do-things.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/developers/how-we-do-things.html (original) +++ archiva/site-content/developers/how-we-do-things.html Sun Jun 2 11:44:27 2013 @@ -9,7 +9,7 @@ - + Archiva - How We Do Things @@ -68,7 +68,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -205,7 +205,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • @@ -214,7 +214,7 @@
    -

    How We Do Things

    Below are the conventions we follow in Archiva.

    Continuous Integration

    We use the Jenkins Apache instance for building Archiva (and redback dependencies) on scm changes.

    See the tab with various builds: Archiva tab

    You can test fresh builds with downloading from this Jenkins job archiva-all-maven-3.x-jdk-1.6:

    Code Style

    There isn't any code style that needs to be followed as long as it is consistent, can be checked in checkstyle, can be formatted in Eclipse, IDEA and NetBeans. And the following rules must be followed:

    1. Use spaces, not tabs
      • 4 spaces for Java
      • 2 spaces for XML
    2. 120 column wrap, not 80
    3. Wrap on spaces, not on '.' in a method call

      You can use the existing codestyle files:

    Versioning

    It has been established in the commu nity that the following style would be followed for the versioning of releases:

    Milestones -> Final -> Patch releases (e.g. 1.1-M1, 1.1-M2, 1.1, 1.1.1, 1.1.2 )

    As much as possible, the team is aiming for frequent releases. If the roadmap for the current development version is big, milestone releases can be applied until the final release. But if the roadmap is composed of just a small number of issues, we could proceed immediately to preparing a release candidate and push it out as the final release once it passes the vote.

    +

    How We Do Things

    Below are the conventions we follow in Archiva.

    Continuous Integration

    We use the Jenkins Apache instance for building Archiva (and redback dependencies) on scm changes.

    See the tab with various builds: Archiva tab

    You can test fresh builds with downloading from this Jenkins job archiva-all-maven-3.x-jdk-1.6:

    Code Style

    There isn't any code style that needs to be followed as long as it is consistent, can be checked in checkstyle, can be formatted in Eclipse, IDEA and NetBeans. And the following rules must be followed:

    1. Use spaces, not tabs
      • 4 spaces for Java
      • 2 spaces for XML
    2. 120 column wrap, not 80
    3. Wrap on spaces, not on '.' in a method call

      You can use the existing codestyle files:

    Versioning

    It has been established in the communi ty that the following style would be followed for the versioning of releases:

    Milestones -> Final -> Patch releases (e.g. 1.1-M1, 1.1-M2, 1.1, 1.1.1, 1.1.2 )

    As much as possible, the team is aiming for frequent releases. If the roadmap for the current development version is big, milestone releases can be applied until the final release. But if the roadmap is composed of just a small number of issues, we could proceed immediately to preparing a release candidate and push it out as the final release once it passes the vote.

    Modified: archiva/site-content/developers/publishing-site.html URL: http://svn.apache.org/viewvc/archiva/site-content/developers/publishing-site.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/developers/publishing-site.html (original) +++ archiva/site-content/developers/publishing-site.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Archiva Sites Publishing @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/developers/releasing.html URL: http://svn.apache.org/viewvc/archiva/site-content/developers/releasing.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/developers/releasing.html (original) +++ archiva/site-content/developers/releasing.html Sun Jun 2 11:44:27 2013 @@ -9,7 +9,7 @@ - + Archiva - Archiva release process @@ -68,7 +68,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -205,7 +205,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/download.html URL: http://svn.apache.org/viewvc/archiva/site-content/download.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/download.html (original) +++ archiva/site-content/download.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Download Apache Archiva @@ -68,7 +68,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -206,7 +206,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/errors/404.html URL: http://svn.apache.org/viewvc/archiva/site-content/errors/404.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/errors/404.html (original) +++ archiva/site-content/errors/404.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Page Not found @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/get-involved.html URL: http://svn.apache.org/viewvc/archiva/site-content/get-involved.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/get-involved.html (original) +++ archiva/site-content/get-involved.html Sun Jun 2 11:44:27 2013 @@ -9,7 +9,7 @@ - + Archiva - Archiva Community - Get Involved @@ -68,7 +68,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -205,7 +205,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • @@ -214,7 +214,7 @@
    -

    Getting Involved in the Archiva Project

    Archiva is an open source project and relies heavily on an active community. If you need help, you should look to the community. Equally, please look for ways that you may contribute back.

    This page provides some pointers for receiving help and contributing to the Archiva community.

    Getting Help

    There are a number of ways to find help if you have an issue.

    • Read the documentation
      Read the user and administration documentation.
    • Search the Wiki
      Search the Archiva Wiki. Lots of useful information has been contributed by users here.
    • Submit an issue
      Search the Jira issue tracking system. The problem you are experiencing may be a known issue and others may have suggested work-arounds. If the issue is new, you should consider submitting a report.
    • Search the mailing lists
      Search the mailing lists. Look here for a list of Archiva mailing lists. If you cannot find everything you need, ask a question on the appropriate list.

    More Information

    If you are new to Archiva (or Maven), there are a number of helpful resources on the Maven website which provide step-by-step guides to getting help, useful information regarding etiquette, and lots of other resources.

    Check out:

    How to Contribute

    As with any open source project, there are several ways you can help:

    • Join a mailing list
      Join a mailing list and answer other user's questions. You can also meet up with developers and users on #archiva on irc.codehaus.org
    • Fix bugs
      Report bugs, feature requests and other issues in the Jira issue tracking system. Also, read up on how we do things in Archiva.
    • Build it
      Check out the source code and build Archiva for yourself. Fix bugs and submit patches for reported issues (both those you find, or that others have filed).
    • Write documentation
      Help with the documentation by pointing out areas that are lacking or unclear, and if you are so inclined, submitting patches to correct it. You can quickly contribute rough thoughts to the wiki, or you can volunteer to help collate and organise information that is already there.

    Your participation in the community is much appreciated!

    More Information

    If you are new to Archiva (or Maven), there are a number of helpful resources on the Maven website regarding contribution back to the community.

    Check out:

    +

    Getting Involved in the Archiva Project

    Archiva is an open source project and relies heavily on an active community. If you need help, you should look to the community. Equally, please look for ways that you may contribute back.

    This page provides some pointers for receiving help and contributing to the Archiva community.

    Getting Help

    There are a number of ways to find help if you have an issue.

    • Read the documentation
      Read the user and administration documentation.
    • Search the Wiki
      Search the Archiva Wiki. Lots of useful information has been contributed by users here.
    • Submit an issue
      Search the Jira issue tracking system. The problem you are experiencing may be a known issue and others may have suggested work-arounds. If the issue is new, you should consider submitting a report.
    • Search the mailing lists
      Search the mailing lists. Look here for a list of Archiva mailing lists. If you cannot find everything you need, ask a question on the appropriate list.

    More Information

    If you are new to Archiva (or Maven), there are a number of helpful resources on the Maven website which provide step-by-step guides to getting help, useful information regarding etiquette, and lots of other resources.

    Check out:

    How to Contribute

    As with any open source project, there are several ways you can help:

    • Join a mailing list
      Join a mailing list and answer other user's questions. You can also meet up with developers and users on #archiva on irc.codehaus.org
    • Fix bugs
      Report bugs, feature requests and other issues in the Jira issue tracking system. Also, read up on how we do things in Archiva.
    • Build it
      Check out the source code and build Archiva for yourself. Fix bugs and submit patches for reported i ssues (both those you find, or that others have filed).
    • Write documentation
      Help with the documentation by pointing out areas that are lacking or unclear, and if you are so inclined, submitting patches to correct it. You can quickly contribute rough thoughts to the wiki, or you can volunteer to help collate and organise information that is already there.

    Your participation in the community is much appreciated!

    More Information

    If you are new to Archiva (or Maven), there are a number of helpful resources on the Maven website regarding contribution back to the community.

    Check out:

    Modified: archiva/site-content/index.html URL: http://svn.apache.org/viewvc/archiva/site-content/index.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/index.html (original) +++ archiva/site-content/index.html Sun Jun 2 11:44:27 2013 @@ -9,7 +9,7 @@ - + Archiva - The Build Artifact Repository Manager @@ -69,7 +69,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -207,7 +207,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/integration.html URL: http://svn.apache.org/viewvc/archiva/site-content/integration.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/integration.html (original) +++ archiva/site-content/integration.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Continuous Integration @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/issue-tracking.html URL: http://svn.apache.org/viewvc/archiva/site-content/issue-tracking.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/issue-tracking.html (original) +++ archiva/site-content/issue-tracking.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Issue Tracking @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/jsui/generics-js.html URL: http://svn.apache.org/viewvc/archiva/site-content/jsui/generics-js.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/jsui/generics-js.html (original) +++ archiva/site-content/jsui/generics-js.html Sun Jun 2 11:44:27 2013 @@ -9,7 +9,7 @@ - + Archiva - Generics Javascript @@ -69,7 +69,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -207,7 +207,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/jsui/i18n.html URL: http://svn.apache.org/viewvc/archiva/site-content/jsui/i18n.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/jsui/i18n.html (original) +++ archiva/site-content/jsui/i18n.html Sun Jun 2 11:44:27 2013 @@ -10,7 +10,7 @@ - + Archiva - i18n @@ -69,7 +69,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -206,7 +206,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/jsui/index.html URL: http://svn.apache.org/viewvc/archiva/site-content/jsui/index.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/jsui/index.html (original) +++ archiva/site-content/jsui/index.html Sun Jun 2 11:44:27 2013 @@ -9,7 +9,7 @@ - + Archiva - Archiva Javascript application General design @@ -69,7 +69,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -207,7 +207,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/jsui/knockout-binding.html URL: http://svn.apache.org/viewvc/archiva/site-content/jsui/knockout-binding.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/jsui/knockout-binding.html (original) +++ archiva/site-content/jsui/knockout-binding.html Sun Jun 2 11:44:27 2013 @@ -10,7 +10,7 @@ - + Archiva - Knockout binding @@ -69,7 +69,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -206,7 +206,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/jsui/rest.html URL: http://svn.apache.org/viewvc/archiva/site-content/jsui/rest.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/jsui/rest.html (original) +++ archiva/site-content/jsui/rest.html Sun Jun 2 11:44:27 2013 @@ -10,7 +10,7 @@ - + Archiva - REST Services @@ -69,7 +69,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -206,7 +206,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/jsui/template-loading.html URL: http://svn.apache.org/viewvc/archiva/site-content/jsui/template-loading.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/jsui/template-loading.html (original) +++ archiva/site-content/jsui/template-loading.html Sun Jun 2 11:44:27 2013 @@ -10,7 +10,7 @@ - + Archiva - Javascript template loading @@ -69,7 +69,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -206,7 +206,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/known-issues.html URL: http://svn.apache.org/viewvc/archiva/site-content/known-issues.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/known-issues.html (original) +++ archiva/site-content/known-issues.html Sun Jun 2 11:44:27 2013 @@ -9,7 +9,7 @@ - + Archiva - Known Issues and Errata @@ -68,7 +68,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -205,7 +205,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/license.html URL: http://svn.apache.org/viewvc/archiva/site-content/license.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/license.html (original) +++ archiva/site-content/license.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Project License @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/mail-lists.html URL: http://svn.apache.org/viewvc/archiva/site-content/mail-lists.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/mail-lists.html (original) +++ archiva/site-content/mail-lists.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Project Mailing Lists @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/privacy-policy.html URL: http://svn.apache.org/viewvc/archiva/site-content/privacy-policy.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/privacy-policy.html (original) +++ archiva/site-content/privacy-policy.html Sun Jun 2 11:44:27 2013 @@ -10,7 +10,7 @@ - + Archiva - Privacy Policy @@ -69,7 +69,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -206,7 +206,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/project-info.html URL: http://svn.apache.org/viewvc/archiva/site-content/project-info.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/project-info.html (original) +++ archiva/site-content/project-info.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Project Information @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/security.html URL: http://svn.apache.org/viewvc/archiva/site-content/security.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/security.html (original) +++ archiva/site-content/security.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Security Vulnerabilities @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/source-repository.html URL: http://svn.apache.org/viewvc/archiva/site-content/source-repository.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/source-repository.html (original) +++ archiva/site-content/source-repository.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Source Repository @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/team-list.html URL: http://svn.apache.org/viewvc/archiva/site-content/team-list.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/team-list.html (original) +++ archiva/site-content/team-list.html Sun Jun 2 11:44:27 2013 @@ -8,7 +8,7 @@ - + Archiva - Team list @@ -67,7 +67,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -204,7 +204,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013
  • Modified: archiva/site-content/versions.html URL: http://svn.apache.org/viewvc/archiva/site-content/versions.html?rev=1488676&r1=1488675&r2=1488676&view=diff ============================================================================== --- archiva/site-content/versions.html (original) +++ archiva/site-content/versions.html Sun Jun 2 11:44:27 2013 @@ -9,7 +9,7 @@ - + Archiva - Documentation - All Versions @@ -68,7 +68,7 @@
  • Preview 1.4-M4
  • -
  • Dev 1.4-M5-SNAPSHOT +
  • Dev 1.4.0-SNAPSHOT
  • @@ -205,7 +205,7 @@ -
  • Last Published: 01 Jun 2013
  • +
  • Last Published: 02 Jun 2013