You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/07/10 04:55:25 UTC

svn commit: rev 22781 - spamassassin/trunk/build

Author: jm
Date: Fri Jul  9 19:55:25 2004
New Revision: 22781

Modified:
   spamassassin/trunk/build/README
Log:
updated build docs

Modified: spamassassin/trunk/build/README
==============================================================================
--- spamassassin/trunk/build/README	(original)
+++ spamassassin/trunk/build/README	Fri Jul  9 19:55:25 2004
@@ -87,14 +87,14 @@
 - SVN tag the release files.  This is done using "svn copy".
   For a maintainance release (x.y.1, x.y.2):
 
-    repo=https://svn.apache.org/repos/asf/incubator/spamassassin
+    repo=https://svn.apache.org/repos/asf/spamassassin
     svn copy -m "creating tag for release 2.62" \
 	$repo/branches/b2_6_0 \
 	$repo/tags/spamassassin_release_2_6_2
 
   For a trunk release (x.y.0):
 
-    repo=https://svn.apache.org/repos/asf/incubator/spamassassin
+    repo=https://svn.apache.org/repos/asf/spamassassin
     svn copy -m "creating tag for release 3.0.0" \
 	$repo/trunk \
 	$repo/tags/spamassassin_release_3_0_0
@@ -157,6 +157,6 @@
 - Approve the posting to SpamAssassin-Announce (the list admins
   will get a mail indicating how to do this.)
 
-lastmod: Jun 19 2004 jm
+lastmod: Jul  9 2004 jm
 
 // vim:tw=74: