Update to 1.1.0.RELEASE

This commit is contained in:
Dave Syer
2018-02-01 11:24:32 +00:00
parent e0a1ceff3e
commit 15b1aa1be6

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.guice</groupId>
<artifactId>spring-guice</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<name>spring-guice</name>
<description>Utilities for using Spring with Guice and vice versa</description>
@@ -31,7 +31,7 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0</version>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>