switched deploy to inteligr8-public

This commit is contained in:
2021-10-11 16:05:15 -04:00
parent a8811183ed
commit a8b7cf61fd

View File

@@ -179,8 +179,8 @@
<goals><goal>deploy-file</goal></goals>
<configuration>
<file>${project.build.directory}/${project.build.finalName}-jar-with-dependencies.jar</file>
<repositoryId>inteligr8-snapshots</repositoryId>
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-snapshots</url>
<repositoryId>inteligr8-releases</repositoryId>
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-public</url>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>