After release cleanups.

See #1865
This commit is contained in:
Christoph Strobl
2024-02-16 14:41:26 +01:00
parent 32690f890b
commit a12cd39eee

14
pom.xml
View File

@@ -14,13 +14,13 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.3.0-M1</version>
<version>3.3.0-SNAPSHOT</version>
</parent>
<properties>
<couchbase>3.5.2</couchbase>
<couchbase.osgi>3.5.2</couchbase.osgi>
<springdata.commons>3.3.0-M1</springdata.commons>
<springdata.commons>3.3.0-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
<hibernate.validator>7.0.1.Final</hibernate.validator>
<mysema.querydsl>3.7.4</mysema.querydsl>
@@ -350,6 +350,16 @@
</profiles>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>