Skip to content

Commit a2eec52

Browse files
authored
chore: fix snapshot repo url (#349)
* chore: fix snapshot repo url * chore: fix snapshot repo url
1 parent bd78f34 commit a2eec52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

function-maven-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
<extensions>true</extensions>
169169
<configuration>
170170
<publishingServerId>sonatype-central-portal</publishingServerId>
171+
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
171172
</configuration>
172173
</plugin>
173174
</plugins>

0 commit comments

Comments
 (0)