You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ha...@apache.org on 2007/08/12 20:17:55 UTC

svn commit: r565098 - /maven/shared/trunk/maven-reporting-impl/pom.xml

Author: handyande
Date: Sun Aug 12 11:17:54 2007
New Revision: 565098

URL: http://svn.apache.org/viewvc?view=rev&rev=565098
Log:
Keep doxia versions inline

Modified:
    maven/shared/trunk/maven-reporting-impl/pom.xml

Modified: maven/shared/trunk/maven-reporting-impl/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/pom.xml?view=diff&rev=565098&r1=565097&r2=565098
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-impl/pom.xml Sun Aug 12 11:17:54 2007
@@ -29,6 +29,11 @@
   <artifactId>maven-reporting-impl</artifactId>
   <name>Maven Reporting Implementation</name>
   <version>2.1-SNAPSHOT</version>
+
+  <properties>
+    <doxiaVersion>1.0-alpha-9-SNAPSHOT</doxiaVersion>
+  </properties>
+
   <developers>
     <developer>
       <id>vsiveton</id>
@@ -54,17 +59,17 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.0-alpha-9-SNAPSHOT</version>
+      <version>${doxiaVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-core</artifactId>
-      <version>1.0-alpha-7</version>
+      <version>${doxiaVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
-      <version>1.0-alpha-9-SNAPSHOT</version>
+      <version>${doxiaVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>