Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw authored Jun 7, 2024
2 parents 6e3bdfa + 24304f1 commit b465a89
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@
<tag>HEAD</tag>
</scm>

<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/qld-gov-au/seleniumHelper</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>

<distributionManagement>
<repository>
<id>github</id>
Expand Down

0 comments on commit b465a89

Please sign in to comment.