Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 14120 invoked from network); 22 Sep 2010 19:31:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Sep 2010 19:31:33 -0000 Received: (qmail 19625 invoked by uid 500); 22 Sep 2010 19:31:33 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 19560 invoked by uid 500); 22 Sep 2010 19:31:33 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 19553 invoked by uid 99); 22 Sep 2010 19:31:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 19:31:33 +0000 X-ASF-Spam-Status: No, hits=-1998.4 required=10.0 tests=ALL_TRUSTED,HTTP_ESCAPED_HOST 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; Wed, 22 Sep 2010 19:31:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0A2F423889EA; Wed, 22 Sep 2010 19:31:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1000151 - in /directory/project/trunk: pom.xml src/ src/site/ src/site/site.xml Date: Wed, 22 Sep 2010 19:31:08 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100922193109.0A2F423889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: seelmann Date: Wed Sep 22 19:31:08 2010 New Revision: 1000151 URL: http://svn.apache.org/viewvc?rev=1000151&view=rev Log: o added a project description and URL o updated CI management o create a Maven site with directory skin o added versions update reports Added: directory/project/trunk/src/ directory/project/trunk/src/site/ directory/project/trunk/src/site/site.xml Modified: directory/project/trunk/pom.xml Modified: directory/project/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=1000151&r1=1000150&r2=1000151&view=diff ============================================================================== --- directory/project/trunk/pom.xml (original) +++ directory/project/trunk/pom.xml Wed Sep 22 19:31:08 2010 @@ -38,10 +38,16 @@ pom Apache Directory Project 18-SNAPSHOT + http://directory.apache.org/ + + + The Apache Directory Project provides directory solutions entirely written in Java. These include a directory server, which has been certified as LDAP v3 compliant + by the Open Group (Apache Directory Server), and Eclipse-based directory tools (Apache Directory Studio). + - continuum - http://vmbuild.apache.org/continuum/projectGroupSummary.action?projectGroupId=6 + hudson + https://hudson.apache.org/hudson/view/Directory UTF-8 UTF-8 + 1.0.1 @@ -785,6 +792,8 @@ scm cim plugin-management + dependency-management + summary @@ -812,6 +821,21 @@ + + + org.codehaus.mojo + versions-maven-plugin + + + + dependency-updates-report + plugin-updates-report + property-updates-report + + + + + Added: directory/project/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/directory/project/trunk/src/site/site.xml?rev=1000151&view=auto ============================================================================== --- directory/project/trunk/src/site/site.xml (added) +++ directory/project/trunk/src/site/site.xml Wed Sep 22 19:31:08 2010 @@ -0,0 +1,48 @@ + + + + + + images/server-icon_128x128.png + http://directory.apache.org/ + ${project.name} + + + org.apache.directory.skins + directory-skin + ${skin.version} + + + + + + + + + + + + +