Author: dennisl
Date: Sun Sep  9 10:48:53 2007
New Revision: 574040

URL: http://svn.apache.org/viewvc?rev=574040&view=rev
Log:
o Add tagbase configuration for the release-plugin.
o Use the released version of doxia.

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=574040&r1=574039&r2=574040&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sun Sep  9 10:48:53 2007
@@ -40,7 +40,7 @@
 
   <properties>
     <projectVersion>${project.version}</projectVersion>
-    <doxiaVersion>1.0-alpha-9-SNAPSHOT</doxiaVersion>
+    <doxiaVersion>1.0-alpha-9</doxiaVersion>
   </properties>
 
   <mailingLists>
@@ -100,6 +100,13 @@
   <build>
     <pluginManagement>
       <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            
<tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags</tagBase>
+          </configuration>
+        </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.3</version>


Reply via email to