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