Skip to content

Commit 6a5a826

Browse files
committed
[maven-release-plugin] prepare release v1.9.1
1 parent d50c2eb commit 6a5a826

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.nostra13.universalimageloader</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>1.9.1-SNAPSHOT</version>
13+
<version>1.9.1</version>
1414
</parent>
1515

1616
<dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>parent</artifactId>
77
<packaging>pom</packaging>
88
<name>Universal Image Loader Project</name>
9-
<version>1.9.1-SNAPSHOT</version>
9+
<version>1.9.1</version>
1010
<description>Powerful and flexible instrument for asynchronous image loading, caching and displaying on Android</description>
1111
<url>https://github.com/nostra13/Android-Universal-Image-Loader</url>
1212
<inceptionYear>2011</inceptionYear>

sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.nostra13.universalimageloader</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>1.9.1-SNAPSHOT</version>
13+
<version>1.9.1</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)