Skip to content

Commit 97073d5

Browse files
committed
#297: Fix Jboss snapshot repo url
1 parent 2c1984d commit 97073d5

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>https://snapshots.jboss.org/maven2</url>
85+
<url>https://snapshots.jboss.org</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>https://snapshots.jboss.org/maven2</url>
136+
<url>https://snapshots.jboss.org</url>
137137
</repository>
138138
</repositories>
139139

0 commit comments

Comments
 (0)