Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0abbe22

Browse files
After release cleanups.
See #1615
1 parent 82f5574 commit 0abbe22

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

‎pom.xml‎

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>4.0.0-RC2</version>
9+
<version>4.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -107,7 +107,7 @@
107107
<cassandra-driver.version>4.19.1</cassandra-driver.version>
108108
<dist.id>spring-data-cassandra</dist.id>
109109
<multithreadedtc.version>1.01</multithreadedtc.version>
110-
<springdata.commons>4.0.0-RC2</springdata.commons>
110+
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
111111
</properties>
112112

113113
<dependencyManagement>
@@ -279,8 +279,20 @@
279279
</profiles>
280280

281281
<repositories>
282-
283-
282+
<repository>
283+
<id>spring-snapshot</id>
284+
<url>https://repo.spring.io/snapshot</url>
285+
<snapshots>
286+
<enabled>true</enabled>
287+
</snapshots>
288+
<releases>
289+
<enabled>false</enabled>
290+
</releases>
291+
</repository>
292+
<repository>
293+
<id>spring-milestone</id>
294+
<url>https://repo.spring.io/milestone</url>
295+
</repository>
284296
</repositories>
285297

286298
</project>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /