Skip to content

Commit

Permalink
2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ronshapiro committed Nov 22, 2016
1 parent b4811d0 commit 73967cd
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion android/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>HEAD-SNAPSHOT</version>
<version>2.8</version>
</parent>

<artifactId>dagger-android</artifactId>
Expand Down
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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</version>
</parent>
<groupId>dagger.tests</groupId>
<artifactId>functional-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/it/guava-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>HEAD-SNAPSHOT</version>
<version>2.8</version>
</parent>
<groupId>dagger.tests</groupId>
<artifactId>guava-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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</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>HEAD-SNAPSHOT</version>
<version>2.8</version>
</parent>

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

0 comments on commit 73967cd

Please sign in to comment.