File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <version >2.9-SNAPSHOT</version >
88 <packaging >jar</packaging >
99 <name >flickr4java</name >
10+ <description >Java API For Flickr. Fork of FlickrJ.</description >
11+ <url >https://github.com/callmeal/Flickr4Java</url >
12+
13+ <licenses >
14+ <license >
15+ <name >Apache License, Version 1.1</name >
16+ <url >http://www.apache.org/licenses/LICENSE-1.1.txt</url >
17+ <distribution >repo</distribution >
18+ </license >
19+ </licenses >
20+
21+ <developers >
22+ <developer >
23+ <id >boncey</id >
24+ <name >Darren Greaves</name >
25+ <roles >
26+ <role >developer</role >
27+ </roles >
28+ </developer >
29+ <developer >
30+ <id >callmeal</id >
31+ <name >Allan</name >
32+ <roles >
33+ <role >developer</role >
34+ </roles >
35+ </developer >
36+ </developers >
1037
1138 <properties >
1239 <javaVersion >1.6</javaVersion >
6491 </execution >
6592 </executions >
6693 </plugin >
94+ <plugin >
95+ <groupId >org.apache.maven.plugins</groupId >
96+ <artifactId >maven-javadoc-plugin</artifactId >
97+ <version >2.9.1</version >
98+ </plugin >
6799 </plugins >
68100
69101 <resources >
You can’t perform that action at this time.
0 commit comments