Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #1163
  • Loading branch information
schauder committed Aug 12, 2021
1 parent 3888218 commit 3e51707
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.6.0-M2</version>
<version>2.6.0-SNAPSHOT</version>
</parent>

<properties>
<couchbase>3.2.0</couchbase>
<couchbase.osgi>3.2.0</couchbase.osgi>
<springdata.commons>2.6.0-M2</springdata.commons>
<springdata.commons>2.6.0-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
</properties>

Expand Down Expand Up @@ -203,8 +203,8 @@

<repositories>
<repository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
<repository>
<id>sonatype-snapshot</id>
Expand Down

0 comments on commit 3e51707

Please sign in to comment.