File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 168168 <artifactId >maven-compiler-plugin</artifactId >
169169 <version >2.4</version >
170170 <configuration >
171- <source >1.6 </source >
172- <target >1.6 </target >
171+ <source >1.8 </source >
172+ <target >1.8 </target >
173173 <encoding >UTF-8</encoding >
174174 </configuration >
175175 </plugin >
269269 </testResources >
270270 </build >
271271 <distributionManagement >
272- <snapshotRepository >
273- <id >sonatype-nexus-snapshots</id >
274- <name >Sonatype Nexus Snapshots</name >
275- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
276- </snapshotRepository >
277- <repository >
278- <id >sonatype-nexus-staging</id >
279- <name >Nexus Release Repository</name >
280- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
281- </repository >
282- </distributionManagement >
272+ <repository >
273+ <id >nexus3-releases</id >
274+ <url >http://nexus3.dreamworld.solutions:8081/repository/maven-releases</url >
275+ </repository >
276+ <snapshotRepository >
277+ <id >nexus3-snapshots</id >
278+ <url >http://nexus3.dreamworld.solutions:8081/repository/maven-snapshots</url >
279+ </snapshotRepository >
280+ </distributionManagement >
283281 <profiles >
284282 <profile >
285283 <id >release-sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments