Skip to content

Commit

Permalink
Fix maven deploy URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 committed Dec 9, 2019
1 parent a86ef99 commit 6a40064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/orchidMavenPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<distributionManagement>
<repository>
<id>orchid-bintray</id>
<url>https://api.bintray.com/maven/orchidhq/orchid/${project.artifactId}/;publish=1;override=1</url>
<url>https://api.bintray.com/maven/javaeden/orchid/${project.artifactId}/;publish=1;override=1</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 6a40064

Please sign in to comment.