Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit 2913739

Browse files
committedMay 10, 2016
[maven-release-plugin] prepare for next development iteration
1 parent e56b39b commit 2913739

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
 

‎compiler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.squareup.dagger</groupId>
2323
<artifactId>dagger-parent</artifactId>
24-
<version>1.2.5</version>
24+
<version>1.2.6-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

‎core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.squareup.dagger</groupId>
2222
<artifactId>dagger-parent</artifactId>
23-
<version>1.2.5</version>
23+
<version>1.2.6-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

‎examples/android-activity-graphs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.squareup.dagger.example</groupId>
2222
<artifactId>dagger-example-parent</artifactId>
23-
<version>1.2.5</version>
23+
<version>1.2.6-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>android-activity-graphs</artifactId>

‎examples/android-simple/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.squareup.dagger.example</groupId>
2222
<artifactId>dagger-example-parent</artifactId>
23-
<version>1.2.5</version>
23+
<version>1.2.6-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>android-simple</artifactId>

‎examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.squareup.dagger</groupId>
2323
<artifactId>dagger-parent</artifactId>
24-
<version>1.2.5</version>
24+
<version>1.2.6-SNAPSHOT</version>
2525
</parent>
2626

2727
<groupId>com.squareup.dagger.example</groupId>

‎examples/simple/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.squareup.dagger.example</groupId>
2222
<artifactId>dagger-example-parent</artifactId>
23-
<version>1.2.5</version>
23+
<version>1.2.6-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>simple</artifactId>

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>com.squareup.dagger</groupId>
2727
<artifactId>dagger-parent</artifactId>
2828
<packaging>pom</packaging>
29-
<version>1.2.5</version>
29+
<version>1.2.6-SNAPSHOT</version>
3030
<name>Dagger (Parent)</name>
3131
<description>A fast dependency injector for Android and Java.</description>
3232
<url>https://github.com/square/dagger</url>
@@ -57,7 +57,7 @@
5757
<url>http://github.com/square/dagger/</url>
5858
<connection>scm:git:git://github.com/square/dagger.git</connection>
5959
<developerConnection>scm:git:ssh://git@github.com/square/dagger.git</developerConnection>
60-
<tag>dagger-parent-1.2.5</tag>
60+
<tag>HEAD</tag>
6161
</scm>
6262

6363
<issueManagement>

0 commit comments

Comments
 (0)
This repository has been archived.