Author: psmith
Date: Fri Jun  8 00:14:20 2007
New Revision: 545445

URL: http://svn.apache.org/viewvc?view=rev&rev=545445
Log:
Updated dependencies to correct 1.0-SNAPSHOT version of the children, 
plus log4j 1.2.15-SNAPSHOT.

Update the HOWTOBUILD.txt to refer to the new svn location, and corrected
the javadoc creation documentation to refer to 1.0-SNAPSHOT.

Now mvn install will create a bundle that contains the latest code with javadoc 
embedded.


Modified:
    logging/chainsaw/trunk/HOWTOBUILD.txt
    logging/chainsaw/trunk/pom.xml

Modified: logging/chainsaw/trunk/HOWTOBUILD.txt
URL: 
http://svn.apache.org/viewvc/logging/chainsaw/trunk/HOWTOBUILD.txt?view=diff&rev=545445&r1=545444&r2=545445
==============================================================================
--- logging/chainsaw/trunk/HOWTOBUILD.txt (original)
+++ logging/chainsaw/trunk/HOWTOBUILD.txt Fri Jun  8 00:14:20 2007
@@ -11,9 +11,9 @@
 Next, an interim step is required until log4j 1.2.15, log4j-components, 
log4j-receivers, and log4j-expression-filter are voted on and released:
 
 * SVN check out the following projects:
-       log4j-component - 
http://svn.apache.org/repos/asf/logging/sandbox/log4j/component/
-       log4j-receivers - 
http://svn.apache.org/repos/asf/logging/sandbox/log4j/receivers/
-       log4j-expression-filter - 
http://svn.apache.org/repos/asf/logging/sandbox/log4j/expression-filter/
+       log4j-component - 
http://svn.apache.org/repos/asf/logging/log4j/companions/component/trunk/
+       log4j-receivers - 
http://svn.apache.org/repos/asf/logging/log4j/companions/receivers/trunk/
+       log4j-filter - 
http://svn.apache.org/repos/asf/logging/log4j/companions/filters/trunk/
        
        log4j 1.2.15 - 
http://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch/
        
@@ -29,7 +29,7 @@
   cd log4j-receivers
   mvn package javadoc:jar
 
-  mvn install:install-file -DgroupId=log4j 
-DartifactId=apache-log4j-receivers-javadoc -Dpackaging=jar 
-Dversion=0.1-SNAPSHOT 
-Dfile=target/apache-log4j-receivers-0.1-SNAPSHOT-javadoc.jar
+  mvn install:install-file -DgroupId=log4j 
-DartifactId=apache-log4j-receivers-javadoc -Dpackaging=jar 
-Dversion=1.0-SNAPSHOT 
-Dfile=target/apache-log4j-receivers-1.0-SNAPSHOT-javadoc.jar
 
 * Back into the log4j-chainsaw check where this document you are reading is 
placed:
 

Modified: logging/chainsaw/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/chainsaw/trunk/pom.xml?view=diff&rev=545445&r1=545444&r2=545445
==============================================================================
--- logging/chainsaw/trunk/pom.xml (original)
+++ logging/chainsaw/trunk/pom.xml Fri Jun  8 00:14:20 2007
@@ -180,27 +180,27 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>apache-log4j-component</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
-      <artifactId>apache-log4j-expression-filter</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <artifactId>apache-log4j-filters</artifactId>
+      <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>apache-log4j-receivers</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>apache-log4j-receivers-javadoc</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.15</version>
+      <version>1.2.15-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>jmdns</groupId>


Reply via email to