Skip to content

Commit

Permalink
Fixed maven deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed May 26, 2021
1 parent 8d514a4 commit e789c65
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 @@ -107,4 +107,12 @@
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/OctopusSamples/RandomQuotesAPI-Java-Azure-Functions</url>
</repository>
</distributionManagement>
</project>

0 comments on commit e789c65

Please sign in to comment.