Skip to content

Commit

Permalink
Update version to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdecker committed Apr 28, 2015
1 parent 789ea62 commit 5a209e9
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Guice
====

**Now, out in [4.0 Beta5](https://github.com/google/guice/wiki/Guice40)!**
**Latest version: [4.0](https://github.com/google/guice/wiki/Guice40)!**

**Documentation:** [User Guide](https://github.com/google/guice/wiki/Motivation), [3.0 javadocs](http://google.github.io/guice/api-docs/3.0/javadoc/packages.html), [Latest javadocs](http://google.github.io/guice/api-docs/latest/javadoc/index.html) <br/>
**Documentation:** [User Guide](https://github.com/google/guice/wiki/Motivation), [4.0 javadocs](http://google.github.io/guice/api-docs/4.0/javadoc/packages.html), [Latest javadocs](http://google.github.io/guice/api-docs/latest/javadoc/index.html) <br/>
**Continuous Integration:** [![Build Status](https://api.travis-ci.org/google/guice.png?branch=master)](https://travis-ci.org/google/guice) <br
/>
**Mailing Lists:** [User Mailing List](http://groups.google.com/group/google-guice), [Developer Mailing List](http://groups.google.com/group/google-guice-dev) <br/>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject</groupId>
<artifactId>guice-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject</groupId>
<artifactId>guice-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/assistedinject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-assistedinject</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/dagger-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>
<artifactId>guice-dagger-adapter</artifactId>
<name>Google Guice - Extensions - Dagger Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/grapher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-grapher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-jmx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jndi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-jndi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/multibindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-multibindings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/persist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-persist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject</groupId>
<artifactId>guice-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extensions/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/struts2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-struts2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/testlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-testlib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/throwingproviders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.google.inject.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>guice-throwingproviders</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk8-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
<parent>
<artifactId>guice-parent</artifactId>
<groupId>com.google.inject</groupId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See the Apache License Version 2.0 for the specific language governing permissio

<groupId>com.google.inject</groupId>
<artifactId>guice-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0</version>

<name>Google Guice</name>

Expand Down

0 comments on commit 5a209e9

Please sign in to comment.