Skip to content

Commit

Permalink
OGM-329 Removing obsolete DocBook injections
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Aug 26, 2013
1 parent f59de83 commit 86c2538
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions hibernate-ogm-documentation/manual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,30 +138,9 @@
<!-- could also locate the docbook dependency and inspect its version... -->
<docbookVersion>1.72.0</docbookVersion>
<localeSeparator>-</localeSeparator>
<injectionDateFormat>yyyy-MM-dd</injectionDateFormat>

This comment has been minimized.

Copy link
@emmanuelbernard

emmanuelbernard Aug 26, 2013

are you sure we no longer need that one? It used to break depending on the month and the locale (a month with accent). I don't want to have to track that one down again :)

This comment has been minimized.

Copy link
@gunnarmorling

gunnarmorling Aug 26, 2013

Author Owner

Öhm, months with accents, what's that ;-) I've updated the commit to set applyStandardInjectionValues to false as recommended here, I think with that we should be on the safe side.

In case you should still happen to have the issue again just remember what the solution is :)

</options>
<injections>
<injection>
<name>hibernateVersion</name>
<value>${hibernateVersion}</value>
</injection>
<injection>
<name>hibernateSearchVersion</name>
<value>${hibernateSearchVersion}</value>
</injection>
<injection>
<name>infinispanVersion</name>
<value>${infinispanVersion}</value>
</injection>
<injection>
<name>jbossjtaVersion</name>
<value>${jbossjtaVersion}</value>
</injection>
<injection>
<name>mongodbVersion</name>
<value>${mongodbVersion}</value>
</injection>
</injections>
<!-- Always need an "injections" element to avoid an NPE in the maven-jdocbook-plugin -->
<injections/>
<!-- profiling>
<enabled>true</enabled>
</profiling -->
Expand Down

0 comments on commit 86c2538

Please sign in to comment.