Skip to content

Commit 700e31f

Browse files
committed
Upgrade build plugins.
See gh-935
1 parent 51c3239 commit 700e31f

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

pom.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -609,13 +609,13 @@
609609
<plugin>
610610
<groupId>org.apache.maven.plugins</groupId>
611611
<artifactId>maven-surefire-plugin</artifactId>
612-
<version>3.5.3</version>
612+
<version>3.5.4</version>
613613
</plugin>
614614

615615
<plugin>
616616
<groupId>org.apache.maven.plugins</groupId>
617617
<artifactId>maven-failsafe-plugin</artifactId>
618-
<version>3.5.3</version>
618+
<version>3.5.4</version>
619619
</plugin>
620620

621621
<plugin>
@@ -689,7 +689,7 @@
689689
<plugin>
690690
<groupId>org.jfrog.buildinfo</groupId>
691691
<artifactId>artifactory-maven-plugin</artifactId>
692-
<version>3.6.2</version>
692+
<version>3.7.0</version>
693693
</plugin>
694694

695695
<plugin>
@@ -991,7 +991,7 @@
991991
<plugin>
992992
<groupId>org.jfrog.buildinfo</groupId>
993993
<artifactId>artifactory-maven-plugin</artifactId>
994-
<version>3.6.2</version>
994+
<version>3.7.0</version>
995995
<executions>
996996
<execution>
997997
<id>build-info</id>
@@ -1064,14 +1064,4 @@
10641064
</profile>
10651065
</profiles>
10661066

1067-
<repositories>
1068-
<repository>
1069-
<id>spring-snapshot</id>
1070-
<url>https://repo.spring.io/snapshot</url>
1071-
<snapshots>
1072-
<enabled>true</enabled>
1073-
</snapshots>
1074-
</repository>
1075-
</repositories>
1076-
10771067
</project>

0 commit comments

Comments
 (0)