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

Commit b75c98c

Browse files
author
Chris Banes
committed
[maven-release-plugin] prepare for next development iteration
1 parent 955d95d commit b75c98c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.chrisbanes.bitmapcache</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.2.2</version>
13+
<version>2.2.3-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.chrisbanes.bitmapcache</groupId>
66
<artifactId>parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>2.2.2</version>
8+
<version>2.2.3-SNAPSHOT</version>
99
<name>Android-BitmapCache Project</name>
1010
<description>A custom Bitmap cache implementation for Android</description>
1111
<url>https://github.com/chrisbanes/Android-BitmapCache</url>
@@ -28,7 +28,7 @@
2828
<url>https://github.com/chrisbanes/Android-BitmapCache</url>
2929
<connection>scm:git:git://github.com/chrisbanes/Android-BitmapCache.git</connection>
3030
<developerConnection>scm:git:[email protected]:chrisbanes/Android-BitmapCache.git</developerConnection>
31-
<tag>v2.2.2</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333

3434
<developers>

sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.chrisbanes.bitmapcache</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.2.2</version>
13+
<version>2.2.3-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)