Skip to content

Commit

Permalink
Update pom.xml (eugenp#12196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapil authored May 10, 2022
1 parent 007fc22 commit 9b0893e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-modules/host-maven-repo-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<repositories>
<repository>
<id>PROJECT-REPO-URL</id>
<url>https://github.com/{repository-owner}/${repository-name}/${branch-name}</url>
<url>https://github.com/${repository-owner}/${repository-name}/${branch-name}</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
Expand All @@ -107,4 +107,4 @@
<maven.compiler.target>8</maven.compiler.target>
</properties>

</project>
</project>

0 comments on commit 9b0893e

Please sign in to comment.