Repository: logging-chainsaw
Updated Branches:
  refs/heads/master 785798ded -> 8b31c23cb


Prepare 2.0.0 release


Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/8b31c23c
Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/8b31c23c
Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/8b31c23c

Branch: refs/heads/master
Commit: 8b31c23cbedebaa4160c979f0435a3cc8b62c126
Parents: 785798d
Author: Matt Sicker <boa...@gmail.com>
Authored: Fri Nov 10 12:18:06 2017 -0600
Committer: Matt Sicker <boa...@gmail.com>
Committed: Fri Nov 10 12:18:06 2017 -0600

----------------------------------------------------------------------
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/8b31c23c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d8d4cc2..e641266 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <groupId>log4j</groupId>
   <artifactId>apache-chainsaw</artifactId>
   <name>Apache Chainsaw</name>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <description>Graphical Viewer for Logging events from a local or remote 
log4j event system.</description>
   <url>https://logging.apache.org/chainsaw</url>
   <inceptionYear>2002</inceptionYear>
@@ -173,7 +173,7 @@
             <configuration>
                 <tasks>
                     <taskdef name="replaceregexp" 
classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />             
   
-                   <replaceregexp file="target/site/source-repository.html" 
match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g"/>
+                   <replaceregexp file="target/site/source-repository.html" 
match="/tags/[^ &quot;'&lt;]*" replace="/trunk" flags="g" />
                 <replaceregexp match="-- Generated by (.*) on .*--" 
replace="-- Generated by \1 --" flags="g">
                                        <fileset dir="target/site/apidocs" 
includes="**/*.html" />
                                </replaceregexp>
@@ -191,7 +191,7 @@
             </goals>
             <configuration>
               <tasks>
-                <ant target="post-site"/>
+                <ant target="post-site" />
               </tasks>
             </configuration>
           </execution>
@@ -203,7 +203,7 @@
             </goals>
             <configuration>
               <tasks>
-                <ant target="site-deploy"/>
+                <ant target="site-deploy" />
               </tasks>
             </configuration>
           </execution>

Reply via email to