File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >guru.springframework</groupId >
7
7
<artifactId >spring-core-devops</artifactId >
8
- <version >0.0.1 -SNAPSHOT</version >
8
+ <version >0.0.2 -SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >Spring Core DevOps</name >
92
92
</plugin >
93
93
</plugins >
94
94
</build >
95
-
96
95
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 >
97
108
</project >
You can’t perform that action at this time.
0 commit comments