mirror of
https://github.com/Dannecron/netology-devops-teamcity-example.git
synced 2025-12-25 15:22:35 +03:00
change nexus uri
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -6,7 +6,7 @@
|
||||
<groupId>org.netology</groupId>
|
||||
<artifactId>plaindoll</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.2.6</version>
|
||||
<version>0.0.1</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
@@ -15,7 +15,7 @@
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>nexus</id>
|
||||
<url>http://51.250.44.27:8081/repository/maven-releases</url>
|
||||
<url>http:/51.250.36.24:8081/repository/maven-releases</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user