You might also want to update the site html and commit changes in to svn under incubator/tika/site.
After that running svn up @ people.apache.org/www/incubator.apache.org/tika will update the site (changes are not synced to live site in real time) -- Sami Siren [EMAIL PROTECTED] wrote: > Author: kbennett > Date: Tue Oct 16 19:33:41 2007 > New Revision: 585332 > > URL: http://svn.apache.org/viewvc?rev=585332&view=rev > Log: > Moved name to its correct position in alphabetical order. (Sorry!) > > Modified: > incubator/tika/trunk/pom.xml > > Modified: incubator/tika/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/tika/trunk/pom.xml?rev=585332&r1=585331&r2=585332&view=diff > ============================================================================== > --- incubator/tika/trunk/pom.xml (original) > +++ incubator/tika/trunk/pom.xml Tue Oct 16 19:33:41 2007 > @@ -79,6 +79,13 @@ > </roles> > </developer> > <developer> > + <name>Keith Bennett</name> > + <id>kbennett</id> > + <roles> > + <role>committer</role> > + </roles> > + </developer> > + <developer> > <name>Doug Cutting</name> > <id>cutting</id> > <roles> > @@ -124,13 +131,6 @@ > <id>jukka</id> > <roles> > <role>mentor</role> > - <role>committer</role> > - </roles> > - </developer> > - <developer> > - <name>Keith Bennett</name> > - <id>kbennett</id> > - <roles> > <role>committer</role> > </roles> > </developer> > > > -- Sami Siren
