We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852a4ec commit 711ac34Copy full SHA for 711ac34
spring-data-mongodb-distribution/pom.xml
@@ -121,4 +121,26 @@
121
</repository>
122
</repositories>
123
124
+ <pluginRepositories>
125
+ <pluginRepository>
126
+ <id>spring-snapshots</id>
127
+ <name>Spring Snapshots</name>
128
+ <url>https://repo.spring.io/snapshot</url> <!-- For Snapshots -->
129
+ <snapshots>
130
+ <enabled>true</enabled>
131
+ </snapshots>
132
+ <releases>
133
+ <enabled>false</enabled>
134
+ </releases>
135
+ </pluginRepository>
136
137
+ <id>spring-milestones</id>
138
+ <name>Spring Milestones</name>
139
+ <url>https://repo.spring.io/milestone</url> <!-- For Milestones -->
140
141
142
143
144
+ </pluginRepositories>
145
+
146
</project>
0 commit comments