Skip to content

Commit

Permalink
Dagger 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ronshapiro committed Feb 3, 2017
1 parent 72aa965 commit 5e36129
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.9</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 @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>2.9</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.9</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.9</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.9</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.9</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.9</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.9</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.9</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 @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>2.9</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.9</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.9</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 @@ -26,7 +26,7 @@
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<packaging>pom</packaging>
<version>HEAD-SNAPSHOT</version>
<version>2.9</version>
<name>Dagger (Parent)</name>
<description>A fast dependency injector for Android and Java.</description>
<url>https://github.com/google/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.9</version>
</parent>

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

0 comments on commit 5e36129

Please sign in to comment.