Updated. On Tue, Feb 1, 2011 at 9:36 AM, Jian Fang <[email protected]> wrote:
> Thanks, we will update the pom soon. -Jian > > > On Tue, Feb 1, 2011 at 6:08 AM, Icarus <[email protected]> wrote: > >> Hi, >> >> As part of running the Ten Minutes to Tellurium project, I found that >> the pom.xml (http://aost.googlecode.com/svn/branches/ten-minutes-to- >> tellurium/pom.xml<http://aost.googlecode.com/svn/branches/ten-minutes-to-%0Atellurium/pom.xml>) >> required to be updated to work with Mozilla Firefox >> 3.6. >> >> Here are the changes I had to make: >> >> Change this : >> >> <dependency> >> <groupId>org.seleniumhq.selenium.server</groupId> >> <artifactId>selenium-server</artifactId> >> <version>1.0-te-2</version> >> <!--classifier>standalone</classifier--> >> </dependency> >> >> >> To this : >> >> >> <dependency> >> <groupId>org.seleniumhq.selenium.server</groupId> >> <artifactId>selenium-server</artifactId> >> <version>1.0.1-te3</version> >> <!--classifier>standalone</classifier--> >> </dependency> >> >> Hope this is of help. >> >> Thanks for the excellent work on Tellurium. >> >> Regards, >> Arun >> >> -- >> You received this message because you are subscribed to the Google Groups >> "tellurium-users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<tellurium-users%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/tellurium-users?hl=en. >> >> > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
