summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-18 16:05:09 -0600
committermo khan <mo.khan@gmail.com>2020-03-18 16:05:09 -0600
commitb0db60367d3fe4a5ff9ebccc0f21ceeb7f4ae4b3 (patch)
tree219e31b2d9b71336dafb4a5f81e111e611ead728
parentbc2dcea82a551bc122fb84d5cce3280bb1ea2c43 (diff)
Hardcode ip address
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 278dd7a..975108d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,17 +22,17 @@
<repositories>
<repository>
<id>gitlab-maven</id>
- <url>https://gitlab.airgap/api/v4/projects/14/packages/maven</url>
+ <url>https://34.82.7.216/api/v4/projects/14/packages/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitlab-maven</id>
- <url>https://gitlab.airgap/api/v4/projects/14/packages/maven</url>
+ <url>https://34.82.7.216/api/v4/projects/14/packages/maven</url>
</repository>
<snapshotRepository>
<id>gitlab-maven</id>
- <url>https://gitlab.airgap/api/v4/projects/14/packages/maven</url>
+ <url>https://34.82.7.216/api/v4/projects/14/packages/maven</url>
</snapshotRepository>
</distributionManagement>
</project>