Skip to content

Commit

Permalink
Adding disributed lock
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdroy committed Sep 3, 2021
1 parent d42d3f4 commit e26f107
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,13 @@
</executions>
</plugin>
</plugins>
</build>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Boomerang Apache Maven Packages</name>
<url>https://maven.pkg.github.com/boomerang-io/flow.lib.distributed-lock</url>
</repository>
</distributionManagement>
</project>

0 comments on commit e26f107

Please sign in to comment.