Update of /cvsroot/archive-access/archive-access/projects/nutch
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9197
Modified Files:
project.xml
Log Message:
* project.xml
Fix version variable.
Index: project.xml
===================================================================
RCS file: /cvsroot/archive-access/archive-access/projects/nutch/project.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** project.xml 4 Nov 2005 08:59:11 -0000 1.23
--- project.xml 4 Nov 2005 18:20:02 -0000 1.24
***************
*** 12,16 ****
<!-- The version of the project under development, e.g.
1.1, 1.2, 2.0-SNAPSHOT -->
! <currentVersion>0.5.0{version.build.suffix}</currentVersion>
<!-- details about the organization that 'owns' the project -->
--- 12,16 ----
<!-- The version of the project under development, e.g.
1.1, 1.2, 2.0-SNAPSHOT -->
! <currentVersion>0.5.0${version.build.suffix}</currentVersion>
<!-- details about the organization that 'owns' the project -->
|