Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
fix(distributionManagement): add details for succesful release
Browse files Browse the repository at this point in the history
  • Loading branch information
chemdrew committed May 15, 2018
1 parent f76d811 commit eecbc6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@
</plugins>
</build>

<distributionManagement>
<repository>
<id>bintray-americanexpress-maven</id>
<name>americanexpress-maven</name>
<url>https://api.bintray.com/maven/americanexpress/maven/io.aexp.nodes.graphql/;publish=1</url>
</repository>
</distributionManagement>

</project>

0 comments on commit eecbc6d

Please sign in to comment.