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 2012/08/17 16:25:38 UTC

svn commit: r1374284 - /incubator/syncope/trunk/src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Fri Aug 17 14:25:38 2012
New Revision: 1374284

URL: http://svn.apache.org/viewvc?rev=1374284&view=rev
Log:
Removing reference to hibernate-enhancer

Modified:
    incubator/syncope/trunk/src/site/xdoc/release-process.xml

Modified: incubator/syncope/trunk/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/src/site/xdoc/release-process.xml?rev=1374284&r1=1374283&r2=1374284&view=diff
==============================================================================
--- incubator/syncope/trunk/src/site/xdoc/release-process.xml (original)
+++ incubator/syncope/trunk/src/site/xdoc/release-process.xml Fri Aug 17 14:25:38 2012
@@ -242,7 +242,7 @@ cd syncope-<version>
 mvn clean install
 mvn -P site -Dsite.deploymentBaseUrl=file:///<absolute path to ../site/<version>>
 cd ../site/<version>
-rm -r syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-hibernate-enhancer syncope-quality
+rm -r syncope-console syncope-client syncope-archetype syncope-core syncope-build-tools syncope-quality
 cd ..
 svn add <version>
 svn commit -m "staging site for release"</source>