aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2016-07-28 07:35:18 -0700
committercgruber <cgruber@google.com>2016-08-01 12:02:06 -0700
commit46c8e9a6c9c0954dde5012678ca14241875829de (patch)
treed28f4ec37a664744efdb041dc18b588a1ea8a8bd /examples
parentdb44262fd882788f1b1441fdb28fd612002fbd08 (diff)
downloaddagger2-46c8e9a6c9c0954dde5012678ca14241875829de.tar.gz
Modify snapshots to stick to HEAD-SNAPSHOT
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128697544
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 24098fcf1..d25d7e280 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.6-snapshot</version>
+ <version>HEAD-SNAPSHOT</version>
</parent>
<artifactId>android-activity-graphs</artifactId>
diff --git a/examples/android-simple/pom.xml b/examples/android-simple/pom.xml
index d14207d08..1c329fd6c 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.6-snapshot</version>
+ <version>HEAD-SNAPSHOT</version>
</parent>
<artifactId>android-simple</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index a8970e592..acbab0a22 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.6-snapshot</version>
+ <version>HEAD-SNAPSHOT</version>
</parent>
<groupId>com.google.dagger.example</groupId>
diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml
index 749c67f6a..a28bf5f0e 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.6-snapshot</version>
+ <version>HEAD-SNAPSHOT</version>
</parent>
<artifactId>simple</artifactId>