Skip to content

Commit

Permalink
[release] Set version numbers for 2.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Jun 1, 2015
1 parent a3413eb commit 8c19ae9
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 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.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>dagger-compiler</artifactId>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dagger-producers</artifactId>
<version>${project.version}</version>
<version>2.0-beta</version>
</dependency>
<dependency>
<groupId>com.google.auto</groupId>
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.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<groupId>dagger.tests</groupId>
<artifactId>functional-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<groupId>dagger.tests</groupId>
<artifactId>producers-functional-tests</artifactId>
Expand All @@ -36,7 +36,7 @@ limitations under the License.
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-producers</artifactId>
<version>${project.version}</version>
<version>2.0-beta</version>
</dependency>
<dependency>
<groupId>com.google.dagger</groupId>
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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</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.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<artifactId>simple</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>2.1-SNAPSHOT</version>
<version>2.0.1</version>
<name>Dagger (Parent)</name>
<description>A fast dependency injector for Android and Java.</description>
<url>https://github.com/square/dagger</url>
Expand Down
1 change: 1 addition & 0 deletions producers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</parent>

<artifactId>dagger-producers</artifactId>
<version>2.1-SNAPSHOT</version>
<name>Dagger Production Graphs</name>
<description>
An asynchronous dependency injection system that extends JSR-330.
Expand Down

0 comments on commit 8c19ae9

Please sign in to comment.