From: Jeff J. <jef...@us...> - 2007-01-28 13:11:48
|
jeffjensen 07/01/28 05:11:47 Modified: dbunit project.xml Log: Change from snapshot to release. Revision Changes Path 1.41 +2 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- project.xml 30 Jul 2006 21:51:25 -0000 1.40 +++ project.xml 28 Jan 2007 13:11:46 -0000 1.41 @@ -11,7 +11,7 @@ <name>dbUnit Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.8-SNAPSHOT</currentVersion> + <currentVersion>1.8</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -100,6 +100,7 @@ <roles> <role>Developer</role> </roles> + <timezone>-6</timezone> </developer> </developers> <!-- no contributors --> |