You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2005/05/17 12:02:52 UTC

svn commit: r170560 - in /jakarta/commons/proper/daemon/trunk: README build.xml project.xml

Author: jfclere
Date: Tue May 17 03:02:51 2005
New Revision: 170560

URL: http://svn.apache.org/viewcvs?rev=170560&view=rev
Log:
use version 1.0.1 and people.apache.org instead jakarta.apache.org.

Modified:
    jakarta/commons/proper/daemon/trunk/README
    jakarta/commons/proper/daemon/trunk/build.xml
    jakarta/commons/proper/daemon/trunk/project.xml

Modified: jakarta/commons/proper/daemon/trunk/README
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/README?rev=170560&r1=170559&r2=170560&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/README (original)
+++ jakarta/commons/proper/daemon/trunk/README Tue May 17 03:02:51 2005
@@ -19,3 +19,7 @@
 To build the documentation:
 maven site:generate
 (Do not forget to get ../commons-build: (cd ..; svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/ commons-build))
+
+To deploy the documentation to apache site:
+maven -Dmaven.username=${user.name} site:deploy
+(Check <siteAddress/> in project.xml).

Modified: jakarta/commons/proper/daemon/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/build.xml?rev=170560&r1=170559&r2=170560&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/build.xml (original)
+++ jakarta/commons/proper/daemon/trunk/build.xml Tue May 17 03:02:51 2005
@@ -43,7 +43,7 @@
   <property name="component.title"         value="Java Daemons"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.0"/>
+  <property name="component.version"       value="1.0.1"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>

Modified: jakarta/commons/proper/daemon/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/project.xml?rev=170560&r1=170559&r2=170560&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/project.xml (original)
+++ jakarta/commons/proper/daemon/trunk/project.xml Tue May 17 03:02:51 2005
@@ -18,7 +18,7 @@
   <pomVersion>3</pomVersion>
   
   <id>commons-daemon</id>
-  <currentVersion>1.0</currentVersion>
+  <currentVersion>1.0.1</currentVersion>
   <inceptionYear>2003</inceptionYear>
   <name>Daemon</name>
   <shortDescription>Commons Daemon</shortDescription>
@@ -43,7 +43,7 @@
   
   <gumpRepositoryId>jakarta</gumpRepositoryId>
   <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
-  <siteAddress>jakarta.apache.org</siteAddress>
+  <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
   <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   



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


Re: svn commit: r170560 - in /jakarta/commons/proper/daemon/trunk: README build.xml project.xml

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
On Wed, 2005-05-18 at 08:54 +0200, jean-frederic clere wrote:
> jfclere@apache.org wrote:
> 
> Just two questions:
> - Which hostname should be used:
> people.apache.org or cvs.apache.org?

a little controversial: AIUI cvs.apache.org is official(ish) but
people.apache.org is more meaningful. both point at the same machine and
that should stay the case until infrastructure starts building all web
sites.

> - How much time does it take to see the changes in 
> minotaur.apache.org:/www/jakarta.apache.org in jakarta.apache.org?

IIRC 4 hours

- robert


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


Re: svn commit: r170560 - in /jakarta/commons/proper/daemon/trunk: README build.xml project.xml

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
jfclere@apache.org wrote:

Just two questions:
- Which hostname should be used:
people.apache.org or cvs.apache.org?

- How much time does it take to see the changes in 
minotaur.apache.org:/www/jakarta.apache.org in jakarta.apache.org?

Cheers

Jean-Frederic

+++ cut ++++

> Modified: jakarta/commons/proper/daemon/trunk/project.xml
> URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/project.xml?rev=170560&r1=170559&r2=170560&view=diff
> ==============================================================================
> --- jakarta/commons/proper/daemon/trunk/project.xml (original)
> +++ jakarta/commons/proper/daemon/trunk/project.xml Tue May 17 03:02:51 2005
> @@ -18,7 +18,7 @@
>    <pomVersion>3</pomVersion>
>    
>    <id>commons-daemon</id>
> -  <currentVersion>1.0</currentVersion>
> +  <currentVersion>1.0.1</currentVersion>
>    <inceptionYear>2003</inceptionYear>
>    <name>Daemon</name>
>    <shortDescription>Commons Daemon</shortDescription>
> @@ -43,7 +43,7 @@
>    
>    <gumpRepositoryId>jakarta</gumpRepositoryId>
>    <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
> -  <siteAddress>jakarta.apache.org</siteAddress>
> +  <siteAddress>people.apache.org</siteAddress>
>    <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
>    <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
>    

+++ cut +++

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