Skip to content

Commit

Permalink
bump snapshot version, update README & prior API xml after 5.1.0 rele…
Browse files Browse the repository at this point in the history
…ase.

closes #1536

PiperOrigin-RevId: 423946861
  • Loading branch information
java-team-github-bot authored and Guice Team committed Jan 25, 2022
1 parent bcc9fe4 commit 6925c5c
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
</parent>

<artifactId>guice-jndi</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>
</parent>

<artifactId>guice-throwingproviders</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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>5.0.2-SNAPSHOT</version>
<version>5.1.1-SNAPSHOT</version>

<name>Google Guice</name>

Expand Down Expand Up @@ -119,7 +119,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
<!--
| The last stable release version id, used for generating API diffs between released versions
-->
<guice.lastStableRelease>4.2.3</guice.lastStableRelease>
<guice.lastStableRelease>5.1.0</guice.lastStableRelease>
<gpg.skip>true</gpg.skip>
</properties>

Expand Down

0 comments on commit 6925c5c

Please sign in to comment.