Skip to content

Commit 4a98e48

Browse files
author
Pavan Rangani
committed
Update distribution repo to nexus3
1 parent 227a20f commit 4a98e48

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

pom.xml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
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>
@@ -269,17 +269,15 @@
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>

0 commit comments

Comments
 (0)