Skip to content

Commit 6a40064

Browse files
committed
Fix maven deploy URL
1 parent a86ef99 commit 6a40064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/orchidMavenPlugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<distributionManagement>
5757
<repository>
5858
<id>orchid-bintray</id>
59-
<url>https://api.bintray.com/maven/orchidhq/orchid/${project.artifactId}/;publish=1;override=1</url>
59+
<url>https://api.bintray.com/maven/javaeden/orchid/${project.artifactId}/;publish=1;override=1</url>
6060
</repository>
6161
</distributionManagement>
6262
</project>

0 commit comments

Comments
 (0)