Skip to content

Commit

Permalink
reficio#297: Fix Jboss snapshot repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
sparsick committed Nov 4, 2022
1 parent 2c1984d commit 97073d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/integration/bug-17-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<repositories>
<repository>
<id>hibernate-snapshots</id>
<url>https://snapshots.jboss.org/maven2</url>
<url>https://snapshots.jboss.org</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion src/test/integration/feature-14-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<repositories>
<repository>
<id>hibernate-snapshots</id>
<url>https://snapshots.jboss.org/maven2</url>
<url>https://snapshots.jboss.org</url>
</repository>
</repositories>

Expand Down

0 comments on commit 97073d5

Please sign in to comment.