File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
</developer >
39
39
</developers >
40
40
<properties >
41
- <maven .compiler.source>1.7 </maven .compiler.source>
42
- <maven .compiler.target>1.7 </maven .compiler.target>
41
+ <maven .compiler.source>1.8 </maven .compiler.source>
42
+ <maven .compiler.target>1.8 </maven .compiler.target>
43
43
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
44
44
</properties >
45
45
<dependencies >
61
61
<plugin >
62
62
<groupId >org.apache.maven.plugins</groupId >
63
63
<artifactId >maven-source-plugin</artifactId >
64
- <version >2.2.1 </version >
64
+ <version >3.1.0 </version >
65
65
<executions >
66
66
<execution >
67
67
<id >attach-sources</id >
110
110
<plugin >
111
111
<groupId >org.sonatype.plugins</groupId >
112
112
<artifactId >nexus-staging-maven-plugin</artifactId >
113
- <version >1.6.3 </version >
113
+ <version >1.6.8 </version >
114
114
<extensions >true</extensions >
115
115
<configuration >
116
116
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments