File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <maven .compiler.release>17</maven .compiler.release>
1818 </properties >
19-
2019 <distributionManagement >
21- <snapshotRepository >
22- <id >${snapshotRepository.id} </id >
23- <name >${snapshotRepository.name} </name >
24- <url >${snapshotRepository.url} </url >
25- </snapshotRepository >
26- <repository >
27- <id >${releaseRepository.id} </id >
28- <name >${releaseRepository.name} </name >
29- <url >${releaseRepository.url} </url >
30- </repository >
20+ <repository >
21+ <id >github</id >
22+ <url >https://maven.pkg.github.com/flyway/flyway-community-db-support</url >
23+ </repository >
24+ <snapshotRepository >
25+ <id >github</id >
26+ <url >https://maven.pkg.github.com/flyway/flyway-community-db-support</url >
27+ </snapshotRepository >
3128 </distributionManagement >
32-
3329 <build >
3430 <plugins >
3531 <plugin >
You can’t perform that action at this time.
0 commit comments