Skip to content

Commit

Permalink
Issue 521:update to final guice 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Apr 9, 2011
1 parent 296dfe2 commit fd1d6ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -80,12 +80,12 @@
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-assistedinject</artifactId>
<version>3.0-rc2</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>3.0-rc2</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand Down
4 changes: 2 additions & 2 deletions demos/gae-tweetstore/pom.xml
Expand Up @@ -79,9 +79,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.guice</groupId>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>3.0-RC2</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>displaytag</groupId>
Expand Down
2 changes: 1 addition & 1 deletion demos/googleappengine/pom.xml
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>3.0-rc2</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>displaytag</groupId>
Expand Down

0 comments on commit fd1d6ab

Please sign in to comment.