Skip to content

Commit 9a91745

Browse files
committed
Use snapshots
1 parent b6b1262 commit 9a91745

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.assertj</groupId>
77
<artifactId>assertj-parent</artifactId>
8-
<version>4.0.0-M1</version>
8+
<version>4.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>assertj-eclipse-collections</artifactId>
@@ -37,8 +37,18 @@
3737
<url>https://github.com/assertj/assertj-eclipse-collections</url>
3838
</scm>
3939

40+
<repositories>
41+
<repository>
42+
<id>central-portal-snapshots</id>
43+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
44+
<releases>
45+
<enabled>false</enabled>
46+
</releases>
47+
</repository>
48+
</repositories>
49+
4050
<properties>
41-
<assertj.version>4.0.0-M1</assertj.version>
51+
<assertj.version>4.0.0-SNAPSHOT</assertj.version>
4252
<java.version>17</java.version>
4353
<eclipse-collections.version>13.0.0</eclipse-collections.version>
4454
<!-- Dependency versions overriding -->

0 commit comments

Comments
 (0)