Skip to content

Commit d0c6a28

Browse files
Set urls for archetype publishing
1 parent d5e9bd7 commit d0c6a28

File tree

1 file changed

+8
-12
lines changed
  • flyway-community-db-support-archetype

1 file changed

+8
-12
lines changed

flyway-community-db-support-archetype/pom.xml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,16 @@
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>

0 commit comments

Comments
 (0)