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 168
168
<artifactId >maven-compiler-plugin</artifactId >
169
169
<version >2.4</version >
170
170
<configuration >
171
- <source >1.6 </source >
172
- <target >1.6 </target >
171
+ <source >1.8 </source >
172
+ <target >1.8 </target >
173
173
<encoding >UTF-8</encoding >
174
174
</configuration >
175
175
</plugin >
269
269
</testResources >
270
270
</build >
271
271
<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 >
283
281
<profiles >
284
282
<profile >
285
283
<id >release-sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments