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 39
39
</snapshotRepository >
40
40
<repository >
41
41
<id >ossrh</id >
42
- <url >https://oss.sonatype.org/content/repositories/releases </url >
42
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2 </url >
43
43
</repository >
44
44
</distributionManagement >
45
45
89
89
<plugin >
90
90
<groupId >org.sonatype.plugins</groupId >
91
91
<artifactId >nexus-staging-maven-plugin</artifactId >
92
- <version >1.6.7 </version >
92
+ <version >1.6.9 </version >
93
93
<extensions >true</extensions >
94
94
<configuration >
95
95
<serverId >ossrh</serverId >
147
147
<artifactId >maven-compiler-plugin</artifactId >
148
148
<version >2.3.2</version >
149
149
<configuration >
150
- <source >1.5 </source >
151
- <target >1.5 </target >
150
+ <source >1.7 </source >
151
+ <target >1.7 </target >
152
152
</configuration >
153
153
</plugin >
154
154
<plugin >
You can’t perform that action at this time.
0 commit comments