Skip to content

Commit aca8a56

Browse files
Fix typo in snapshot repository URL in pom.xml
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent b568e98 commit aca8a56

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)