Skip to content

Commit

Permalink
Remove hardcoded refs to Halibut as the Nexus server
Browse files Browse the repository at this point in the history
  • Loading branch information
yusef-nexmo committed Feb 18, 2021
1 parent a2e9baf commit 62f31d1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<grey.version.commonslog>1.2</grey.version.commonslog>
<grey.manifest.vendor>Grey Software</grey.manifest.vendor>
<grey.manifest.builder>Grey Build Manager</grey.manifest.builder>
<grey.nexus.url>http://localhost:8081</grey.nexus.url>
<grey.assemblyname>${project.artifactId}</grey.assemblyname>
<grey.buildid>${maven.build.timestamp}</grey.buildid>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
Expand Down Expand Up @@ -289,25 +290,25 @@
<distributionManagement>
<repository>
<id>greyrepo</id>
<url>http://halibut.grey:8081/repository/maven-releases</url>
<url>${grey.nexus.url}/repository/maven-releases</url>
</repository>
<snapshotRepository>
<id>greyrepo</id>
<url>http://halibut.grey:8081/repository/maven-snapshots</url>
<url>${grey.nexus.url}/repository/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>greyrepo</id>
<url>http://halibut.grey:8081/repository/maven-public</url>
<url>${grey.nexus.url}/repository/maven-public</url>
</repository>
</repositories>
</profile>
</profiles>
<scm>
<connection>scm:git:git://github.com/greysoft/greybuild.git</connection>
<developerConnection>scm:git:ssh://github.com:greysoft/greybuild.git</developerConnection>
<url>https://github.com/greysoft/greybuild/tree/master</url>
<url>https://github.com/greysoft/greybuild</url>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit 62f31d1

Please sign in to comment.