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

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 17, 2014
1 parent e5619d1 commit ce01a75
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compiler/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.squareup.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.squareup.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/android-activity-graphs/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.squareup.dagger.example</groupId>
<artifactId>dagger-example-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>

<artifactId>android-activity-graphs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/android-simple/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.squareup.dagger.example</groupId>
<artifactId>dagger-example-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>

<artifactId>android-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.squareup.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>

<groupId>com.squareup.dagger.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.squareup.dagger.example</groupId>
<artifactId>dagger-example-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>

<artifactId>simple</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
<groupId>com.squareup.dagger</groupId>
<artifactId>dagger-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
<name>Dagger (Parent)</name>
<description>A fast dependency injector for Android and Java.</description>
<url>https://github.com/square/dagger</url>
Expand Down Expand Up @@ -57,7 +57,7 @@
<url>http://github.com/square/dagger/</url>
<connection>scm:git:git://github.com/square/dagger.git</connection>
<developerConnection>scm:git:ssh://git@github.com/square/dagger.git</developerConnection>
<tag>dagger-parent-1.2.1</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit ce01a75

Please sign in to comment.