Skip to content

Commit 75a862a

Browse files
author
Jacek Gębal
committed
Fixing the pom to allow for builds against a snapshot version of API
1 parent f5c62d6 commit 75a862a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@
4343
<url>https://github.com/utPLSQL/utPLSQL-maven-plugin</url>
4444
</scm>
4545

46+
<repositories>
47+
<repository>
48+
<id>central-snapshots</id>
49+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
50+
<snapshots>
51+
<enabled>true</enabled>
52+
</snapshots>
53+
<releases>
54+
<enabled>false</enabled>
55+
</releases>
56+
</repository>
57+
</repositories>
58+
4659
<distributionManagement>
4760
<snapshotRepository>
4861
<id>central</id>

0 commit comments

Comments
 (0)