Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Banes committed Jun 1, 2013
1 parent 759aba1 commit 955d95d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.chrisbanes.bitmapcache</groupId>
<artifactId>parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.chrisbanes.bitmapcache</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<name>Android-BitmapCache Project</name>
<description>A custom Bitmap cache implementation for Android</description>
<url>https://github.com/chrisbanes/Android-BitmapCache</url>
Expand All @@ -28,7 +28,7 @@
<url>https://github.com/chrisbanes/Android-BitmapCache</url>
<connection>scm:git:git://github.com/chrisbanes/Android-BitmapCache.git</connection>
<developerConnection>scm:git:git@github.com:chrisbanes/Android-BitmapCache.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.2.2</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.chrisbanes.bitmapcache</groupId>
<artifactId>parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 955d95d

Please sign in to comment.