Skip to content

Commit

Permalink
Update version to 4.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdecker committed Sep 24, 2014
1 parent f396c56 commit 2e288e3
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Guice
====

**Now, out in [4.0 Beta4](https://github.com/google/guice/wiki/Guice40)!**
**Now, out in [4.0 Beta5](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/>
**Continuous Integration:** [![Build Status](https://api.travis-ci.org/google/guice.png?branch=master)](https://travis-ci.org/google/guice) <br
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-beta5</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-beta5</version>
</parent>

<artifactId>guice-assistedinject</artifactId>
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-beta5</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-beta5</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-beta5</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-beta5</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-beta5</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-beta5</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-beta5</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-beta5</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-beta5</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-beta5</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-beta5</version>
</parent>

<artifactId>guice-throwingproviders</artifactId>
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-beta5</version>

<name>Google Guice</name>

Expand Down

0 comments on commit 2e288e3

Please sign in to comment.