Skip to content

Commit

Permalink
Merge pull request apache#91 from yuexingri/ke-nexus-4x-revert
Browse files Browse the repository at this point in the history
Revert "minor, add local nexus"
  • Loading branch information
Haifeng Wang authored Dec 10, 2019
2 parents 14c37b4 + acfadcf commit b8a2d84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<repository>
<id>nexus</id>
<name>Kyligence Repository</name>
<url>${nexus.url}
<url>http://repository.kyligence.io:8081/repository/maven-public/
</url>
<releases>
<enabled>true</enabled>
Expand Down Expand Up @@ -2657,14 +2657,14 @@

<distributionManagement>
<snapshotRepository>
<id>${snapshots.id}</id>
<name>${snapshots.name}</name>
<url>${snapshots.url}</url>
<id>user-snapshots</id>
<name>User Project SNAPSHOTS</name>
<url>http://repository.kyligence.io:8081/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>${releases.id}</id>
<name>${releases.name}</name>
<url>${releases.url}</url>
<id>user-releases</id>
<name>User Project Release</name>
<url>http://repository.kyligence.io:8081/repository/maven-releases/</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit b8a2d84

Please sign in to comment.