[exo-jcr-commits] exo-jcr SVN: r2042 - jcr/trunk/docs/reference/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 8 07:41:47 EST 2010


Author: nfilotto
Date: 2010-03-08 07:41:47 -0500 (Mon, 08 Mar 2010)
New Revision: 2042

Modified:
   jcr/trunk/docs/reference/en/pom.xml
Log:
EXOJCR-562: use the property to get the version id of doc-style

Modified: jcr/trunk/docs/reference/en/pom.xml
===================================================================
--- jcr/trunk/docs/reference/en/pom.xml	2010-03-08 12:33:57 UTC (rev 2041)
+++ jcr/trunk/docs/reference/en/pom.xml	2010-03-08 12:41:47 UTC (rev 2042)
@@ -59,12 +59,12 @@
                <dependency>
                   <groupId>org.exoplatform.doc</groupId>
                   <artifactId>exo-docbook-xslt</artifactId>
-                  <version>1</version>
+                  <version>${org.exoplatform.doc-style.version}</version>
                </dependency>
                <dependency>
                   <groupId>org.exoplatform.doc</groupId>
                   <artifactId>exo-jdocbook-style</artifactId>
-                  <version>1</version>
+                  <version>${org.exoplatform.doc-style.version}</version>
                   <type>jdocbook-style</type>
                </dependency>
                <!-- dependency>



More information about the exo-jcr-commits mailing list