Skip to content

Commit

Permalink
HSEARCH-807 - Document dependency to Hibernate 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Jul 10, 2011
1 parent 0ffeaab commit 1181905
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hibernate-search/src/main/docbook/en-US/hsearch.ent
Expand Up @@ -23,7 +23,7 @@
-->

<!ENTITY version "WORKING">
<!ENTITY hibernateVersion "3.6.3.Final">
<!ENTITY hibernateVersion "4.0.0-SNAPSHOT">
<!ENTITY today "TODAY">
<!ENTITY copyrightYear "2004">
<!ENTITY copyrightHolder "Red Hat Inc., Emmanuel Bernard and the various authors">
Expand Up @@ -69,7 +69,7 @@
<row>
<entry>Hibernate Core</entry>

<entry>This instructions have been tested against Hibernate 3.6.
<entry>This instructions have been tested against Hibernate 4.0.
You will need
<literal>hibernate-core-&hibernateVersion;.jar</literal> and its
transitive dependencies (either from the <ulink
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Expand Up @@ -15,8 +15,8 @@ queries.
Hibernate Search is using Apache Lucene(tm) under the cover.

This version of Hibernate Search requires:
- Hibernate Core 3.6 and above
- Apache Lucene 3.1
- Hibernate Core 4.0 and above
- Apache Lucene 3.3

Instructions
------------
Expand Down

0 comments on commit 1181905

Please sign in to comment.