Browse Source

Prepare feature branch.

hacking/lifecycle-proxy
Oliver Drotbohm 2 years ago
parent
commit
2c18a481b8
No known key found for this signature in database
GPG Key ID: C25FBFA0DA493A1D
  1. 4
      pom.xml
  2. 2
      spring-data-mongodb-benchmarks/pom.xml
  3. 2
      spring-data-mongodb-distribution/pom.xml
  4. 2
      spring-data-mongodb/pom.xml

4
pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0-LIFECYCLE-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data MongoDB</name>
@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
<springdata.commons>3.2.0-LIFECYCLE-SNAPSHOT</springdata.commons>
<mongo>4.10.2</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>

2
spring-data-mongodb-benchmarks/pom.xml

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0-LIFECYCLE-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

2
spring-data-mongodb-distribution/pom.xml

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0-LIFECYCLE-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

2
spring-data-mongodb/pom.xml

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0-LIFECYCLE-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Loading…
Cancel
Save