We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c62d6 commit 75a862aCopy full SHA for 75a862a
1 file changed
pom.xml
@@ -43,6 +43,19 @@
43
<url>https://github.com/utPLSQL/utPLSQL-maven-plugin</url>
44
</scm>
45
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
+
59
<distributionManagement>
60
<snapshotRepository>
61
<id>central</id>
0 commit comments