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

Commit

Permalink
Merge pull request #7 from chemdrew/fix/release
Browse files Browse the repository at this point in the history
fix(distributionManagement): add details for succesful release
  • Loading branch information
chemdrew committed May 15, 2018
2 parents f76d811 + eecbc6d commit 261b193
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
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 261b193

Please sign in to comment.