CVS: jcontainer/loom/plugins/xdocs index.xml,1.1,1.2

mauro-yCVjj/[email protected] Wed, 5 Nov 2003 03:57:16 -0600
Newsgroups gmane.comp.java.jcontainer.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcontainer/jcontainer/loom/plugins/xdocs
In directory hogshead.codehaus.org:/tmp/cvs-serv24932/loom/plugins/xdocs

Modified Files:
	index.xml 
Log Message:
dist.jcontainer.org/maven -> dist.codehaus.org

Index: index.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/plugins/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.xml	8 Oct 2003 07:57:13 -0000	1.1
+++ index.xml	5 Nov 2003 09:57:12 -0000	1.2
@@ -14,8 +14,8 @@
       </table>
     </section>
     <section name="Downloads">
-		<p>The Loom plugins are downloadable from <a href="http://dist.jcontainer.org/maven/loom/plugins">
-			JContainer Maven Repository</a>.  
+		<p>The Loom plugins are downloadable from <a href="http://dist.codehaus.org/loom/plugins">
+			Codehaus Distribution Server</a>.  
 		</p>
 		<p>To install in your local Maven plugin repository, ensure that <code>http://dist.jcontainer.org/maven</code>
 		   is part of the <code>maven.repo.remote</code> list and simply
@@ -24,7 +24,7 @@
   <dependency>
     <groupId>loom</groupId>
     <artifactId>maven-sar-plugin</artifactId>
-    <version>1.0</version>
+    <version>[plugin-version]</version>
     <type>plugin</type>
   </dependency>
 ]]></source>