Skip to content

Commit

Permalink
[maven-release-plugin] prepare release butterknife-parent-5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 20, 2014
1 parent e471cfa commit 79cef8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion butterknife-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>butterknife-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion butterknife/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jakewharton</groupId>
<artifactId>butterknife-parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
</parent>

<artifactId>butterknife</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.jakewharton</groupId>
<artifactId>butterknife-parent</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.1</version>
<packaging>pom</packaging>

<name>Butter Knife (Parent)</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<url>http://github.com/JakeWharton/butterknife/</url>
<connection>scm:git:git://github.com/JakeWharton/butterknife.git</connection>
<developerConnection>scm:git:ssh://git@github.com/JakeWharton/butterknife.git</developerConnection>
<tag>HEAD</tag>
<tag>butterknife-parent-5.1.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 79cef8f

Please sign in to comment.