You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2014/04/15 09:28:15 UTC

svn commit: r1587461 - in /syncope/trunk: ./ src/site/site.xml src/site/xdoc/release-process.xml src/site/xdoc/security.xml

Author: ilgrosso
Date: Tue Apr 15 07:28:14 2014
New Revision: 1587461

URL: http://svn.apache.org/r1587461
Log:
Merge from 1_1_X

Added:
    syncope/trunk/src/site/xdoc/security.xml
      - copied unchanged from r1587459, syncope/branches/1_1_X/src/site/xdoc/security.xml
Modified:
    syncope/trunk/   (props changed)
    syncope/trunk/src/site/site.xml
    syncope/trunk/src/site/xdoc/release-process.xml

Propchange: syncope/trunk/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_1_X:r1586617-1587459

Modified: syncope/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/src/site/site.xml?rev=1587461&r1=1587460&r2=1587461&view=diff
==============================================================================
--- syncope/trunk/src/site/site.xml (original)
+++ syncope/trunk/src/site/site.xml Tue Apr 15 07:28:14 2014
@@ -65,6 +65,7 @@ under the License.
       <item name="Features" href="features.html"/>
       <item name="Architecture" href="architecture.html"/>
       <item name="Downloads" href="downloads.html"/>
+      <item name="Security Advisories" href="security.html"/>
       <item name="API Docs" href="apidocs/1.1/index.html">
         <item name="Javadocs 1.1" href="apidocs/1.1/index.html"/>
         <item name="Javadocs 1.0" href="apidocs/1.0/index.html"/>

Modified: syncope/trunk/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/src/site/xdoc/release-process.xml?rev=1587461&r1=1587460&r2=1587461&view=diff
==============================================================================
--- syncope/trunk/src/site/xdoc/release-process.xml (original)
+++ syncope/trunk/src/site/xdoc/release-process.xml Tue Apr 15 07:28:14 2014
@@ -233,7 +233,7 @@ svn checkout https://svn.apache.org/repo
 
 cd syncope-<version>
 mvn clean install
-mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>>
+mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>
 
 cd ../site/<version>
 rm -rf syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-common syncope-standalone project-reports.html apidocs/1.html
@@ -250,7 +250,7 @@ svn checkout https://svn.apache.org/repo
                   
 cd syncope-<version>
 mvn clean install
-mvn -f parent/pom.xml -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>>
+mvn -f parent/pom.xml -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>
                   
 cd ../site/<version>
 rm -rf images css syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-hibernate-enhancer syncope-quality project-reports.html apidocs/1.html
@@ -259,7 +259,7 @@ cd ../..
 svn checkout https://svn.apache.org/repos/asf/syncope/branches/1_1_X syncope-1_1_X
 
 cd syncope-1_1_X
-mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>>
+mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>
 
 cd ../site/<version>
 rm -rf syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-common syncope-standalone project-reports.html apidocs/1.html apidocs/1.1