Skip to content

Commit 053ab60

Browse files
Fix malformed snapshot repository URL preventing Sonatype publishing (#334)
* Fix typo in snapshot repository URL in pom.xml --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 8c95ae9 commit 053ab60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
<distributionManagement>
303303
<snapshotRepository>
304304
<id>central</id>
305-
<url>>https://central.sonatype.com/repository/maven-snapshots/</url>
305+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
306306
</snapshotRepository>
307307
</distributionManagement>
308308
<profiles>

0 commit comments

Comments
 (0)