Skip to content

Commit

Permalink
Fixed #271: Make the Maven Build fit for Maven 3.8.1 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparsick authored May 31, 2021
1 parent d031cf0 commit 079f87a
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>http://snapshots.jboss.org/maven2</url>
<url>https://snapshots.jboss.org/maven2</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>http://snapshots.jboss.org/maven2</url>
<url>https://snapshots.jboss.org/maven2</url>
</repository>
</repositories>

Expand Down

0 comments on commit 079f87a

Please sign in to comment.