Skip to content

Commit 0b9bf02

Browse files
committed
test
Signed-off-by: wind57 <[email protected]>
1 parent f0a6a20 commit 0b9bf02

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.settings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
</repository>
4747
</repositories>
4848
<pluginRepositories>
49+
<pluginRepository>
50+
<id>central</id>
51+
<url>https://repo1.maven.org/maven2/</url>
52+
</pluginRepository>
4953
<pluginRepository>
5054
<id>spring-snapshots</id>
5155
<name>Spring Snapshots</name>

spring-cloud-kubernetes-examples/kubernetes-leader-election-example/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212
<artifactId>kubernetes-leader-election-example</artifactId>
1313
<name>Spring Cloud Kubernetes :: Examples :: Leader Election</name>
14-
<description>Leader election demonstration with Spring Integration and ConfigMap
15-
</description>
14+
<description>Leader election demonstration with Spring Integration and ConfigMap</description>
1615

1716
<dependencyManagement>
1817
<dependencies>
@@ -73,14 +72,6 @@
7372
<skip>true</skip>
7473
</configuration>
7574
</plugin>
76-
<plugin>
77-
<artifactId>maven-surefire-plugin</artifactId>
78-
<version>3.1.2</version>
79-
</plugin>
80-
<plugin>
81-
<artifactId>maven-failsafe-plugin</artifactId>
82-
<version>3.1.2</version>
83-
</plugin>
8475
</plugins>
8576
</build>
8677

spring-cloud-kubernetes-examples/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
<version>3.1.7-SNAPSHOT</version>
2727
</parent>
2828

29+
<!-- override the ones coming from spring-cloud-build, until it is fixed other there -->
30+
<properties>
31+
<maven-failsafe-plugin.version>3.5.3</maven-failsafe-plugin.version>
32+
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
33+
</properties>
34+
2935
<artifactId>spring-cloud-kubernetes-examples</artifactId>
3036
<packaging>pom</packaging>
3137

0 commit comments

Comments
 (0)