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:19:11 UTC

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

Author: ilgrosso
Date: Fri Aug 17 14:19:11 2012
New Revision: 1374278

URL: http://svn.apache.org/viewvc?rev=1374278&view=rev
Log:
Removing spurious char

Modified:
    incubator/syncope/trunk/   (props changed)
    incubator/syncope/trunk/src/site/xdoc/release-process.xml

Propchange: incubator/syncope/trunk/
------------------------------------------------------------------------------
  Merged /incubator/syncope/branches/1_0_X:r1374219-1374277

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=1374278&r1=1374277&r2=1374278&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:19:11 2012
@@ -93,7 +93,7 @@ under the License.
       </activation>
       <properties>
         <mavenExecutorId>forked-path</mavenExecutorId>
-        <gpg.keyname>your-gpg-keyname</gpg.keyname>\
+        <gpg.keyname>your-gpg-keyname</gpg.keyname>
         <!-- optional -->
         <gpg.passphrase>your-gpg-passphrase</gpg.passphrase>
       </properties>