We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb115e commit c49710bCopy full SHA for c49710b
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>org.springframework.cloud</groupId>
10
<artifactId>spring-cloud-commons-parent</artifactId>
11
- <version>4.1.4-SNAPSHOT</version>
+ <version>4.1.5-SNAPSHOT</version>
12
</parent>
13
14
<name>Spring Cloud Commons Docs Build</name>
@@ -35,4 +35,21 @@
35
</plugin>
36
</plugins>
37
</build>
38
+
39
+ <repositories>
40
+ <repository>
41
+ <id>spring-snapshot</id>
42
+ <url>https://repo.spring.io/snapshot</url>
43
+ <snapshots>
44
+ <enabled>true</enabled>
45
+ </snapshots>
46
+ <releases>
47
+ <enabled>false</enabled>
48
+ </releases>
49
+ </repository>
50
51
+ <id>spring-milestone</id>
52
+ <url>https://repo.spring.io/milestone</url>
53
54
+ </repositories>
55
</project>
0 commit comments