156
pom.xml
156
pom.xml
@@ -4,175 +4,323 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>org.springframework.data</groupId>
|
<groupId>org.springframework.data</groupId>
|
||||||
|
|
||||||
<artifactId>spring-data-mongodb-parent</artifactId>
|
<artifactId>spring-data-mongodb-parent</artifactId>
|
||||||
|
|
||||||
<version>4.0.0-SNAPSHOT</version>
|
<version>4.0.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Spring Data MongoDB</name>
|
<name>Spring Data MongoDB</name>
|
||||||
|
|
||||||
<description>MongoDB support for Spring Data</description>
|
<description>MongoDB support for Spring Data</description>
|
||||||
|
|
||||||
<url>https://spring.io/projects/spring-data-mongodb</url>
|
<url>https://spring.io/projects/spring-data-mongodb</url>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
|
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
|
||||||
|
<version>3.0.0-M4</version>
|
||||||
|
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
||||||
<module>spring-data-mongodb</module>
|
<module>spring-data-mongodb</module>
|
||||||
|
|
||||||
<module>spring-data-mongodb-distribution</module>
|
<module>spring-data-mongodb-distribution</module>
|
||||||
|
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
<source.level>16</source.level>
|
<source.level>16</source.level>
|
||||||
|
|
||||||
<project.type>multi</project.type>
|
<project.type>multi</project.type>
|
||||||
|
|
||||||
<dist.id>spring-data-mongodb</dist.id>
|
<dist.id>spring-data-mongodb</dist.id>
|
||||||
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
|
|
||||||
|
<springdata.commons>3.0.0-M4</springdata.commons>
|
||||||
|
|
||||||
<mongo>4.6.0</mongo>
|
<mongo>4.6.0</mongo>
|
||||||
|
|
||||||
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
|
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
|
||||||
|
|
||||||
<jmh.version>1.19</jmh.version>
|
<jmh.version>1.19</jmh.version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
|
|
||||||
<id>ogierke</id>
|
<id>ogierke</id>
|
||||||
|
|
||||||
<name>Oliver Gierke</name>
|
<name>Oliver Gierke</name>
|
||||||
|
|
||||||
<email>ogierke at gopivotal.com</email>
|
<email>ogierke at gopivotal.com</email>
|
||||||
|
|
||||||
<organization>Pivotal</organization>
|
<organization>Pivotal</organization>
|
||||||
|
|
||||||
<organizationUrl>https://pivotal.io</organizationUrl>
|
<organizationUrl>https://pivotal.io</organizationUrl>
|
||||||
|
|
||||||
<roles>
|
<roles>
|
||||||
|
|
||||||
<role>Project Lead</role>
|
<role>Project Lead</role>
|
||||||
|
|
||||||
</roles>
|
</roles>
|
||||||
|
|
||||||
<timezone>+1</timezone>
|
<timezone>+1</timezone>
|
||||||
|
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
|
|
||||||
<id>trisberg</id>
|
<id>trisberg</id>
|
||||||
|
|
||||||
<name>Thomas Risberg</name>
|
<name>Thomas Risberg</name>
|
||||||
|
|
||||||
<email>trisberg at vmware.com</email>
|
<email>trisberg at vmware.com</email>
|
||||||
|
|
||||||
<organization>Pivotal</organization>
|
<organization>Pivotal</organization>
|
||||||
|
|
||||||
<organizationUrl>https://pivotal.io</organizationUrl>
|
<organizationUrl>https://pivotal.io</organizationUrl>
|
||||||
|
|
||||||
<roles>
|
<roles>
|
||||||
|
|
||||||
<role>Developer</role>
|
<role>Developer</role>
|
||||||
|
|
||||||
</roles>
|
</roles>
|
||||||
|
|
||||||
<timezone>-5</timezone>
|
<timezone>-5</timezone>
|
||||||
|
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
|
|
||||||
<id>mpollack</id>
|
<id>mpollack</id>
|
||||||
|
|
||||||
<name>Mark Pollack</name>
|
<name>Mark Pollack</name>
|
||||||
|
|
||||||
<email>mpollack at gopivotal.com</email>
|
<email>mpollack at gopivotal.com</email>
|
||||||
|
|
||||||
<organization>Pivotal</organization>
|
<organization>Pivotal</organization>
|
||||||
|
|
||||||
<organizationUrl>https://pivotal.io</organizationUrl>
|
<organizationUrl>https://pivotal.io</organizationUrl>
|
||||||
|
|
||||||
<roles>
|
<roles>
|
||||||
|
|
||||||
<role>Developer</role>
|
<role>Developer</role>
|
||||||
|
|
||||||
</roles>
|
</roles>
|
||||||
|
|
||||||
<timezone>-5</timezone>
|
<timezone>-5</timezone>
|
||||||
|
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
|
|
||||||
<id>jbrisbin</id>
|
<id>jbrisbin</id>
|
||||||
|
|
||||||
<name>Jon Brisbin</name>
|
<name>Jon Brisbin</name>
|
||||||
|
|
||||||
<email>jbrisbin at gopivotal.com</email>
|
<email>jbrisbin at gopivotal.com</email>
|
||||||
|
|
||||||
<organization>Pivotal</organization>
|
<organization>Pivotal</organization>
|
||||||
|
|
||||||
<organizationUrl>https://pivotal.io</organizationUrl>
|
<organizationUrl>https://pivotal.io</organizationUrl>
|
||||||
|
|
||||||
<roles>
|
<roles>
|
||||||
|
|
||||||
<role>Developer</role>
|
<role>Developer</role>
|
||||||
|
|
||||||
</roles>
|
</roles>
|
||||||
|
|
||||||
<timezone>-6</timezone>
|
<timezone>-6</timezone>
|
||||||
|
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
|
|
||||||
<id>tdarimont</id>
|
<id>tdarimont</id>
|
||||||
|
|
||||||
<name>Thomas Darimont</name>
|
<name>Thomas Darimont</name>
|
||||||
|
|
||||||
<email>tdarimont at gopivotal.com</email>
|
<email>tdarimont at gopivotal.com</email>
|
||||||
|
|
||||||
<organization>Pivotal</organization>
|
<organization>Pivotal</organization>
|
||||||
|
|
||||||
<organizationUrl>https://pivotal.io</organizationUrl>
|
<organizationUrl>https://pivotal.io</organizationUrl>
|
||||||
|
|
||||||
<roles>
|
<roles>
|
||||||
|
|
||||||
<role>Developer</role>
|
<role>Developer</role>
|
||||||
|
|
||||||
</roles>
|
</roles>
|
||||||
|
|
||||||
<timezone>+1</timezone>
|
<timezone>+1</timezone>
|
||||||
|
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
|
|
||||||
<id>cstrobl</id>
|
<id>cstrobl</id>
|
||||||
|
|
||||||
<name>Christoph Strobl</name>
|
<name>Christoph Strobl</name>
|
||||||
|
|
||||||
<email>cstrobl at gopivotal.com</email>
|
<email>cstrobl at gopivotal.com</email>
|
||||||
|
|
||||||
<organization>Pivotal</organization>
|
<organization>Pivotal</organization>
|
||||||
|
|
||||||
<organizationUrl>https://pivotal.io</organizationUrl>
|
<organizationUrl>https://pivotal.io</organizationUrl>
|
||||||
|
|
||||||
<roles>
|
<roles>
|
||||||
|
|
||||||
<role>Developer</role>
|
<role>Developer</role>
|
||||||
|
|
||||||
</roles>
|
</roles>
|
||||||
|
|
||||||
<timezone>+1</timezone>
|
<timezone>+1</timezone>
|
||||||
|
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
<developer>
|
<developer>
|
||||||
|
|
||||||
<id>mpaluch</id>
|
<id>mpaluch</id>
|
||||||
|
|
||||||
<name>Mark Paluch</name>
|
<name>Mark Paluch</name>
|
||||||
|
|
||||||
<email>mpaluch at pivotal.io</email>
|
<email>mpaluch at pivotal.io</email>
|
||||||
|
|
||||||
<organization>Pivotal</organization>
|
<organization>Pivotal</organization>
|
||||||
|
|
||||||
<organizationUrl>https://www.pivotal.io</organizationUrl>
|
<organizationUrl>https://www.pivotal.io</organizationUrl>
|
||||||
|
|
||||||
<roles>
|
<roles>
|
||||||
|
|
||||||
<role>Developer</role>
|
<role>Developer</role>
|
||||||
|
|
||||||
</roles>
|
</roles>
|
||||||
|
|
||||||
<timezone>+1</timezone>
|
<timezone>+1</timezone>
|
||||||
|
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
||||||
<connection>scm:git:https://github.com/spring-projects/spring-data-mongodb.git</connection>
|
<connection>scm:git:https://github.com/spring-projects/spring-data-mongodb.git</connection>
|
||||||
|
|
||||||
<developerConnection>scm:git:git@github.com:spring-projects/spring-data-mongodb.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:spring-projects/spring-data-mongodb.git</developerConnection>
|
||||||
|
|
||||||
<url>https://github.com/spring-projects/spring-data-mongodb</url>
|
<url>https://github.com/spring-projects/spring-data-mongodb</url>
|
||||||
|
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
|
||||||
<system>GitHub</system>
|
<system>GitHub</system>
|
||||||
|
|
||||||
<url>https://github.com/spring-projects/spring-data-mongodb/issues</url>
|
<url>https://github.com/spring-projects/spring-data-mongodb/issues</url>
|
||||||
|
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
|
|
||||||
<id>benchmarks</id>
|
<id>benchmarks</id>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
||||||
<module>spring-data-mongodb</module>
|
<module>spring-data-mongodb</module>
|
||||||
|
|
||||||
<module>spring-data-mongodb-distribution</module>
|
<module>spring-data-mongodb-distribution</module>
|
||||||
|
|
||||||
<module>spring-data-mongodb-benchmarks</module>
|
<module>spring-data-mongodb-benchmarks</module>
|
||||||
|
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!-- MongoDB -->
|
<!-- MongoDB -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
||||||
<groupId>org.mongodb</groupId>
|
<groupId>org.mongodb</groupId>
|
||||||
|
|
||||||
<artifactId>mongodb-driver-core</artifactId>
|
<artifactId>mongodb-driver-core</artifactId>
|
||||||
|
|
||||||
<version>${mongo}</version>
|
<version>${mongo}</version>
|
||||||
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-snapshot</id>
|
|
||||||
<url>https://repo.spring.io/libs-snapshot</url>
|
<id>spring-libs-milestone</id>
|
||||||
|
|
||||||
|
<url>https://repo.spring.io/libs-milestone</url>
|
||||||
|
|
||||||
<snapshots>
|
<snapshots>
|
||||||
|
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
|
|
||||||
</snapshots>
|
</snapshots>
|
||||||
|
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
|
|
||||||
<id>sonatype-libs-snapshot</id>
|
<id>sonatype-libs-snapshot</id>
|
||||||
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
|
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
<snapshots>
|
<snapshots>
|
||||||
|
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
|
|
||||||
</snapshots>
|
</snapshots>
|
||||||
|
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
|
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
|
|
||||||
<id>spring-plugins-release</id>
|
<id>spring-plugins-release</id>
|
||||||
|
|
||||||
<url>https://repo.spring.io/plugins-release</url>
|
<url>https://repo.spring.io/plugins-release</url>
|
||||||
|
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
|
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
|
|
||||||
<id>spring-libs-milestone</id>
|
<id>spring-libs-milestone</id>
|
||||||
|
|
||||||
<url>https://repo.spring.io/libs-milestone</url>
|
<url>https://repo.spring.io/libs-milestone</url>
|
||||||
|
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
|
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Spring Data MongoDB 4.0 M3 (2022.0.0)
|
Spring Data MongoDB 4.0 M4 (2022.0.0)
|
||||||
Copyright (c) [2010-2019] Pivotal Software, Inc.
|
Copyright (c) [2010-2019] Pivotal Software, Inc.
|
||||||
|
|
||||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||||
@@ -34,5 +34,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user