From 27cf36bd09aea1affad5c206be7139072f06d5ac Mon Sep 17 00:00:00 2001 From: Ron Shapiro Date: Mon, 28 Mar 2016 17:04:17 -0400 Subject: [PATCH] 2.2 Release --- compiler/pom.xml | 2 +- compiler/src/it/functional-tests/pom.xml | 2 +- compiler/src/it/producers-functional-tests/pom.xml | 2 +- compiler/src/it/tck/pom.xml | 2 +- core/pom.xml | 2 +- examples/android-activity-graphs/pom.xml | 2 +- examples/android-simple/pom.xml | 2 +- examples/pom.xml | 2 +- examples/simple/pom.xml | 2 +- gwt/pom.xml | 2 +- pom.xml | 2 +- producers/pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/compiler/pom.xml b/compiler/pom.xml index d8a74e9024b..ec7fd2fa039 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -21,7 +21,7 @@ com.google.dagger dagger-parent - 2.2-SNAPSHOT + 2.2 dagger-compiler diff --git a/compiler/src/it/functional-tests/pom.xml b/compiler/src/it/functional-tests/pom.xml index ae30d1571e8..b3ae3620881 100644 --- a/compiler/src/it/functional-tests/pom.xml +++ b/compiler/src/it/functional-tests/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.google.dagger dagger-parent - 2.2-SNAPSHOT + 2.2 dagger.tests functional-tests diff --git a/compiler/src/it/producers-functional-tests/pom.xml b/compiler/src/it/producers-functional-tests/pom.xml index b8add885fbc..ec4b2c7bc4e 100644 --- a/compiler/src/it/producers-functional-tests/pom.xml +++ b/compiler/src/it/producers-functional-tests/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.google.dagger dagger-parent - 2.2-SNAPSHOT + 2.2 dagger.tests producers-functional-tests diff --git a/compiler/src/it/tck/pom.xml b/compiler/src/it/tck/pom.xml index cc4b196cccd..36448ac87bc 100644 --- a/compiler/src/it/tck/pom.xml +++ b/compiler/src/it/tck/pom.xml @@ -22,7 +22,7 @@ limitations under the License. com.google.dagger dagger-parent - 2.2-SNAPSHOT + 2.2 dagger.tests tck diff --git a/core/pom.xml b/core/pom.xml index e51fc5a0563..df818706319 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ com.google.dagger dagger-parent - 2.2-SNAPSHOT + 2.2 dagger diff --git a/examples/android-activity-graphs/pom.xml b/examples/android-activity-graphs/pom.xml index a51796a61cc..83170fa5ac6 100644 --- a/examples/android-activity-graphs/pom.xml +++ b/examples/android-activity-graphs/pom.xml @@ -20,7 +20,7 @@ com.google.dagger.example dagger-example-parent - 2.2-SNAPSHOT + 2.2 android-activity-graphs diff --git a/examples/android-simple/pom.xml b/examples/android-simple/pom.xml index 19ce9932aaa..457873a7955 100644 --- a/examples/android-simple/pom.xml +++ b/examples/android-simple/pom.xml @@ -20,7 +20,7 @@ com.google.dagger.example dagger-example-parent - 2.2-SNAPSHOT + 2.2 android-simple diff --git a/examples/pom.xml b/examples/pom.xml index 406e8d7f6e6..d72bbe75d7a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ com.google.dagger dagger-parent - 2.2-SNAPSHOT + 2.2 com.google.dagger.example diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml index e3e260f35cf..bdf25cd850d 100644 --- a/examples/simple/pom.xml +++ b/examples/simple/pom.xml @@ -20,7 +20,7 @@ com.google.dagger.example dagger-example-parent - 2.2-SNAPSHOT + 2.2 simple diff --git a/gwt/pom.xml b/gwt/pom.xml index 841372c4001..f7a1afe141c 100644 --- a/gwt/pom.xml +++ b/gwt/pom.xml @@ -22,7 +22,7 @@ com.google.dagger dagger-parent - 2.2-SNAPSHOT + 2.2 dagger-gwt diff --git a/pom.xml b/pom.xml index 0c73114eafb..51bc3333ea0 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ com.google.dagger dagger-parent pom - 2.2-SNAPSHOT + 2.2 Dagger (Parent) A fast dependency injector for Android and Java. https://github.com/square/dagger diff --git a/producers/pom.xml b/producers/pom.xml index da5e87e39e0..33c7c962f6b 100644 --- a/producers/pom.xml +++ b/producers/pom.xml @@ -20,7 +20,7 @@ com.google.dagger dagger-parent - 2.2-SNAPSHOT + 2.2 dagger-producers