forked from hibernate/hibernate-ogm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OGM-329 Removing obsolete DocBook injections
- Loading branch information
1 parent
f59de83
commit 86c2538
Showing
1 changed file
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
gunnarmorling
Author
Owner
|
||
</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 --> | ||
|
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 :)