Skip to content

Commit

Permalink
[release] Prepare to release 2.0.2, bumping project versions as well …
Browse files Browse the repository at this point in the history
…as snapshot dependencies.

Specifically, bump the pom versions.
  • Loading branch information
cgruber committed Oct 23, 2015
1 parent d463f17 commit c45a053
Show file tree
Hide file tree
Showing 10 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.0.1</version>
<version>2.0.2</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.0.1</version>
<version>2.0.2</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.0.1</version>
<version>2.0.2</version>
</parent>
<groupId>dagger.tests</groupId>
<artifactId>producers-functional-tests</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.0.1</version>
<version>2.0.2</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.0.1</version>
<version>2.0.2</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.0.1</version>
<version>2.0.2</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.0.1</version>
<version>2.0.2</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.0.1</version>
<version>2.0.2</version>
</parent>

<artifactId>simple</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions 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>2.0.1</version>
<version>2.0.2</version>
<name>Dagger (Parent)</name>
<description>A fast dependency injector for Android and Java.</description>
<url>https://github.com/square/dagger</url>
Expand All @@ -45,8 +45,8 @@
<java.version>1.7</java.version>
<javax.inject.version>1</javax.inject.version>
<javawriter.version>2.5.0</javawriter.version>
<auto.common.version>1.0-SNAPSHOT</auto.common.version>
<auto.factory.version>1.0-SNAPSHOT</auto.factory.version>
<auto.common.version>0.5</auto.common.version>
<auto.factory.version>1.0-beta3</auto.factory.version>
<auto.service.version>1.0-rc2</auto.service.version>
<auto.value.version>1.0</auto.value.version>
<guava.version>18.0</guava.version>
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.1-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

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

0 comments on commit c45a053

Please sign in to comment.