Skip to content

Commit c238288

Browse files
WIP
1 parent 332e63a commit c238288

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>4.4.0-SNAPSHOT</version>
8+
<version>4.4.0-4471-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>

spring-data-mongodb-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.data</groupId>
99
<artifactId>spring-data-mongodb-parent</artifactId>
10-
<version>4.4.0-SNAPSHOT</version>
10+
<version>4.4.0-4471-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

spring-data-mongodb-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data</groupId>
1717
<artifactId>spring-data-mongodb-parent</artifactId>
18-
<version>4.4.0-SNAPSHOT</version>
18+
<version>4.4.0-4471-SNAPSHOT</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121

spring-data-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data</groupId>
1515
<artifactId>spring-data-mongodb-parent</artifactId>
16-
<version>4.4.0-SNAPSHOT</version>
16+
<version>4.4.0-4471-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/index/CompoundWildcardIndexDefinition.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 the original author or authors.
2+
* Copyright 2014-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
* one or more non-wildcard fields.
2424
*
2525
* @author Julia Lee
26-
* @since 4.2
26+
* @since 4.4
2727
*/
2828
public class CompoundWildcardIndexDefinition extends WildcardIndex {
2929

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/index/CompoundWildcardIndexed.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2011-2023 the original author or authors.
2+
* Copyright 2011-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -52,6 +52,8 @@
5252
* </pre>
5353
*
5454
* @author Julia Lee
55+
* @author Marcin Grzejszczak
56+
* @since 4.4.0
5557
*/
5658
@Target({ ElementType.TYPE })
5759
@Documented

0 commit comments

Comments
 (0)