You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by th...@apache.org on 2003/02/19 22:12:53 UTC

cvs commit: db-ojb/xdocs repository.xml

thma        2003/02/19 13:12:53

  Modified:    xdocs    repository.xml
  Log:
  update repository version to 1.0
  
  Revision  Changes    Path
  1.14      +1 -1      db-ojb/xdocs/repository.xml
  
  Index: repository.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/repository.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- repository.xml	26 Jan 2003 14:37:43 -0000	1.13
  +++ repository.xml	19 Feb 2003 21:12:53 -0000	1.14
  @@ -81,7 +81,7 @@
   </p>
   <source><![CDATA[
   <!ATTLIST descriptor-repository
  -	version (0.9.9) #REQUIRED
  +	version (1.0) #REQUIRED
   	isolation-level (read-uncommitted | read-committed |
                       repeatable-read | serializable |
                       optimistic) "read-uncommitted"