Skip to content

Commit 079f87a

Browse files
authored
Fixed #271: Make the Maven Build fit for Maven 3.8.1 (#273)
1 parent d031cf0 commit 079f87a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/integration/bug-17-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<repositories>
8383
<repository>
8484
<id>hibernate-snapshots</id>
85-
<url>http://snapshots.jboss.org/maven2</url>
85+
<url>https://snapshots.jboss.org/maven2</url>
8686
</repository>
8787
</repositories>
8888

src/test/integration/feature-14-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<repositories>
134134
<repository>
135135
<id>hibernate-snapshots</id>
136-
<url>http://snapshots.jboss.org/maven2</url>
136+
<url>https://snapshots.jboss.org/maven2</url>
137137
</repository>
138138
</repositories>
139139

0 commit comments

Comments
 (0)