Skip to content

Commit

Permalink
Dagger 2.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ronshapiro committed Jun 14, 2016
1 parent 4161e48 commit 16366a7
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>dagger-compiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/it/functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<groupId>dagger.tests</groupId>
<artifactId>functional-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/it/producers-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<groupId>dagger.tests</groupId>
<artifactId>producers-functional-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/it/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<groupId>dagger.tests</groupId>
<artifactId>tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>dagger</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/android-activity-graphs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger.example</groupId>
<artifactId>dagger-example-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>android-activity-graphs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/android-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger.example</groupId>
<artifactId>dagger-example-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>android-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<groupId>com.google.dagger.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger.example</groupId>
<artifactId>dagger-example-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>dagger-gwt</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 @@
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<packaging>pom</packaging>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
<name>Dagger (Parent)</name>
<description>A fast dependency injector for Android and Java.</description>
<url>https://github.com/square/dagger</url>
Expand Down
2 changes: 1 addition & 1 deletion producers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>

<artifactId>dagger-producers</artifactId>
Expand Down

0 comments on commit 16366a7

Please sign in to comment.