issue 525 - update poms to guice 3.0. patch courtesy of max bowsher, thanks!
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1200 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/spring/pom.xml b/spring/pom.xml
index f084b46..6d37f49 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
- <version>2.0</version>
+ <version>3.0-SNAPSHOT</version>
</parent>
<artifactId>guice-spring</artifactId>
<packaging>jar</packaging>
- <name>Google Guice - Extensions: Spring</name>
+ <name>Google Guice - Extension: Spring</name>
<description>Guice integration with the Spring container</description>
<!-- Note: this pom is for dependency management only. It will not build the project -->
<dependencies>