← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 303: Temporarily bumping docbkx plugin to snapshot version to deal with some bugs discovered in the 2....

 

------------------------------------------------------------
revno: 303
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2011-04-19 14:58:29 +0200
message:
  Temporarily bumping docbkx plugin to snapshot version to deal with some bugs discovered in the 2.0.12 release.
modified:
  pom.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'pom.xml'
--- pom.xml	2011-04-15 06:59:22 +0000
+++ pom.xml	2011-04-19 12:58:29 +0000
@@ -7,9 +7,21 @@
   <version>2.2-SNAPSHOT</version>
   <description>DHIS 2 Documentation</description>
   <packaging>pom</packaging>
-
+	<pluginRepositories>
+  <pluginRepository>
+    <id>docbkx.snapshots</id>
+    <name>Maven Plugin Snapshots</name>
+    <url>http://docbkx-tools.sourceforge.net/snapshots/</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+		</pluginRepository>
+	</pluginRepositories>
   <properties>
-    <docbkx.plugin.version>2.0.12</docbkx.plugin.version>
+    <docbkx.plugin.version>2.0.13-SNAPSHOT</docbkx.plugin.version>
     <docbook.source>${project.basedir}/src/docbkx</docbook.source>
     <docbook.target>${project.basedir}/target/site</docbook.target>
   </properties>
@@ -62,7 +74,6 @@
               <includes>dhis2_user_manual_en.xml</includes>
               <sourceDirectory>${docbook.source}/en/</sourceDirectory>
               <targetDirectory>${docbook.target}/en/user/html/</targetDirectory>
-
               <postProcess>
                 <copy file="${docbook.target}/en/user/html/dhis2_user_manual_en.html" tofile="${docbook.target}/en/user/html/index.html" />
                 <copy todir="${docbook.target}/en/user/html/resources/images">
@@ -169,7 +180,6 @@
             </configuration>
           </execution>
 
-
           <execution>
             <id>pdf-docs-en-user</id>
             <phase>package</phase>