You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2006/07/07 11:32:13 UTC

svn commit: r419851 - in /jakarta/commons/proper/attributes/trunk: site/xdocs/index.xml unittest/project.xml windeploysite.cmd

Author: leosutic
Date: Fri Jul  7 02:32:12 2006
New Revision: 419851

URL: http://svn.apache.org/viewvc?rev=419851&view=rev
Log: (empty)

Modified:
    jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml
    jakarta/commons/proper/attributes/trunk/unittest/project.xml
    jakarta/commons/proper/attributes/trunk/windeploysite.cmd

Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml?rev=419851&r1=419850&r2=419851&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml (original)
+++ jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml Fri Jul  7 02:32:12 2006
@@ -39,9 +39,9 @@
         <section name="News">
             <p>Please see the <a href="changelog.html">change log</a> for summaries of code changes.</p>
 
-            <p><b>2006-06-29</b></p>
+            <p><b>2006-07-07</b></p>
             <ul>
-                <li><p>Attributes 2.2 released!</p></li>
+                <li><p><a href="commons-attributes-2.2-rc.zip">Attributes 2.2 release candidate</a> is up.</p></li>
             </ul>
             
             <p><b>2004-08-15</b></p>

Modified: jakarta/commons/proper/attributes/trunk/unittest/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/unittest/project.xml?rev=419851&r1=419850&r2=419851&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/unittest/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/unittest/project.xml Fri Jul  7 02:32:12 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 =
-= Copyright 2003-2006 The Apache Software Foundation
+= Copyright 2003-2004 The Apache Software Foundation
 = 
 = Licensed under the Apache License, Version 2.0 (the "License");
 = you may not use this file except in compliance with the License.
@@ -18,6 +18,7 @@
 -->
 <project>
     <extend>${basedir}/../project.xml</extend>
+    <groupId>commons-attributes</groupId>
     <artifactId>commons-attributes-unittest</artifactId>
     <name>Jakarta Commons Attribute Compiler Unit Tests</name>
     <package>org.apache.commons.attributes</package>
@@ -47,13 +48,13 @@
         </dependency>       
         
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-attributes</groupId>
             <artifactId>commons-attributes-compiler</artifactId>
             <version>2.2</version>
         </dependency>
         
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-attributes</groupId>
             <artifactId>commons-attributes-api</artifactId>
             <version>2.2</version>
         </dependency>

Modified: jakarta/commons/proper/attributes/trunk/windeploysite.cmd
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/windeploysite.cmd?rev=419851&r1=419850&r2=419851&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/windeploysite.cmd (original)
+++ jakarta/commons/proper/attributes/trunk/windeploysite.cmd Fri Jul  7 02:32:12 2006
@@ -3,8 +3,8 @@
 if "%1" == "" goto :HELP
 
 call maven attributes:windeploysite
-pscp target/site.zip %1@cvs.apache.org:__site.zip
-plink %1@cvs.apache.org "rm -rf /www/jakarta.apache.org/commons/attributes/*;unzip __site.zip -d /www/jakarta.apache.org/commons/attributes/;rm -f __site.zip"
+pscp target/site.zip %1@people.apache.org:__site.zip
+plink %1@people.apache.org "rm -rf /www/jakarta.apache.org/commons/attributes/*;unzip __site.zip -d /www/jakarta.apache.org/commons/attributes/;rm -f __site.zip"
 
 goto END
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org