File tree 3 files changed +7
-12
lines changed
3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <project
3
- xmlns=" http://maven.apache.org/POM/4.0.0"
4
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6
3
7
4
<modelVersion >4.0.0</modelVersion >
8
5
<groupId >com.nostra13.universalimageloader</groupId >
13
10
<parent >
14
11
<groupId >com.nostra13.universalimageloader</groupId >
15
12
<artifactId >parent</artifactId >
16
- <version >1.8.4-SNAPSHOT </version >
13
+ <version >1.8.4</version >
17
14
</parent >
18
15
19
16
<dependencies >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <project
3
- xmlns=" http://maven.apache.org/POM/4.0.0"
4
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6
3
7
4
<modelVersion >4.0.0</modelVersion >
8
5
<groupId >com.nostra13.universalimageloader</groupId >
9
6
<artifactId >parent</artifactId >
10
7
<packaging >pom</packaging >
11
8
<name >Universal Image Loader Project</name >
12
- <version >1.8.4-SNAPSHOT </version >
9
+ <version >1.8.4</version >
13
10
<description >Powerful and flexible instrument for asynchronous image loading, caching and displaying on Android</description >
14
11
<url >https://github.com/nostra13/Android-Universal-Image-Loader</url >
15
12
<inceptionYear >2011</inceptionYear >
32
29
<connection >scm:git:git://github.com/nostra13/Android-Universal-Image-Loader.git</connection >
33
30
<developerConnection >scm:git:git@github.com:nostra13/Android-Universal-Image-Loader.git</developerConnection >
34
31
<url >https://github.com/nostra13/Android-Universal-Image-Loader</url >
35
- </scm >
32
+ <tag >v1.8.4</tag >
33
+ </scm >
36
34
37
35
<developers >
38
36
<developer >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.nostra13.universalimageloader</groupId >
12
12
<artifactId >parent</artifactId >
13
- <version >1.8.4-SNAPSHOT </version >
13
+ <version >1.8.4</version >
14
14
</parent >
15
15
16
16
<dependencies >
You can’t perform that action at this time.
0 commit comments