Spring 3.0.0.RC2 is now available
13 November 2009Spring 3.0.0.RC2 is (tentatively) scheduled to be released today!
Regards,
Sam
p.s. if you check JIRA now, you’ll notice that there are no more open issues on the RC2 road map.
I did a “change all <version>3.0.0.RC1</version> to <version>3.0.0.RC2</version>” in my pom.xml, but that was a little overzealous, since this announcement does not include Spring Security. So, I had to go back in and reset those back to RC1, after which I was rewarded with my favorite build/install outcome:
[INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9 seconds [INFO] Finished at: Fri Nov 13 10:05:25 PST 2009 [INFO] Final Memory: 3M/52M [INFO] ------------------------------------------------------------------------
Pretty cool!
2 Responses to ' Spring 3.0.0.RC2 is now available '
Leave a reply
You must be logged in to post a comment.







on November 25th, 2009 at 2:20 am
what mave repo do you use?
cant find neither RC1, nor RC2…
on December 4th, 2009 at 10:48 am
<repositories> <repository> <id>Springframework milestone</id> <url>http://maven.springframework.org/milestone </url> </repository> </repositories>