After release cleanups.

See #1786
This commit is contained in:
Julia Lee
2023-08-18 08:59:40 -04:00
parent b45c0dd169
commit 6f5efea114

14
pom.xml
View File

@@ -14,13 +14,13 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.0-M2</version>
<version>3.2.0-SNAPSHOT</version>
</parent>
<properties>
<couchbase>3.4.8</couchbase>
<couchbase.osgi>3.4.8</couchbase.osgi>
<springdata.commons>3.2.0-M2</springdata.commons>
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
<hibernate.validator>7.0.1.Final</hibernate.validator>
<apt>1.1.3</apt>
@@ -320,6 +320,16 @@
</build>
<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>