Skip to content

Commit 0ebd1bf

Browse files
adding distro config
1 parent f15bdbf commit 0ebd1bf

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>guru.springframework</groupId>
77
<artifactId>spring-core-devops</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.2-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>Spring Core DevOps</name>
@@ -92,6 +92,17 @@
9292
</plugin>
9393
</plugins>
9494
</build>
95-
9695

96+
<distributionManagement>
97+
<repository>
98+
<id>central</id>
99+
<name>49ec81db94c2-releases</name>
100+
<url>http://artifactory.springframework.guru/artifactory/libs-release-local</url>
101+
</repository>
102+
<snapshotRepository>
103+
<id>snapshots</id>
104+
<name>49ec81db94c2-snapshots</name>
105+
<url>http://artifactory.springframework.guru/artifactory/libs-snapshot-local</url>
106+
</snapshotRepository>
107+
</distributionManagement>
97108
</project>

0 commit comments

Comments
 (0)