aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChristian Edward Gruber <cgruber@google.com>2015-04-07 17:15:11 -0700
committerChristian Edward Gruber <cgruber@google.com>2015-04-07 21:17:22 -0700
commit85f83473e39b6a9ef5e5a6a1817e09688344796b (patch)
tree3c2242a1547995b326d7bc2632e94513674ae8f7 /examples
parent185605dd2f60cdc59345e84fdd62a839b6441b8b (diff)
downloaddagger2-85f83473e39b6a9ef5e5a6a1817e09688344796b.tar.gz
Prepare for release, incrementing dependencies to non-snapshot versions, and setting the project versions to 2.0 and 2.0-beta (for producers)
Diffstat (limited to 'examples')
-rw-r--r--examples/android-activity-graphs/pom.xml2
-rw-r--r--examples/android-simple/pom.xml2
-rw-r--r--examples/pom.xml2
-rw-r--r--examples/simple/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/android-activity-graphs/pom.xml b/examples/android-activity-graphs/pom.xml
index 8e7a85d51..0496ca1f7 100644
--- a/examples/android-activity-graphs/pom.xml
+++ b/examples/android-activity-graphs/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger.example</groupId>
<artifactId>dagger-example-parent</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>android-activity-graphs</artifactId>
diff --git a/examples/android-simple/pom.xml b/examples/android-simple/pom.xml
index 08225eda7..6122720f3 100644
--- a/examples/android-simple/pom.xml
+++ b/examples/android-simple/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger.example</groupId>
<artifactId>dagger-example-parent</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>android-simple</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index b69064c44..39ecaa4ac 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-parent</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<groupId>com.google.dagger.example</groupId>
diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml
index 679f0dcf1..b3518ce60 100644
--- a/examples/simple/pom.xml
+++ b/examples/simple/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>com.google.dagger.example</groupId>
<artifactId>dagger-example-parent</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
</parent>
<artifactId>simple</artifactId>