Skip to content

Commit 11551f9

Browse files
committed
#1672 - Switch to latest Artifactory Maven plugin.
Allows us to avoid a dedicated plugin repository.
1 parent e38c554 commit 11551f9

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

pom.xml

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@
513513
<plugin>
514514
<groupId>org.jfrog.buildinfo</groupId>
515515
<artifactId>artifactory-maven-plugin</artifactId>
516-
<version>3.3.0</version>
517516
<executions>
518517
<execution>
519518
<id>deploy-docs</id>
@@ -560,7 +559,6 @@
560559
<plugin>
561560
<groupId>org.jfrog.buildinfo</groupId>
562561
<artifactId>artifactory-maven-plugin</artifactId>
563-
<version>3.3.0</version>
564562
<inherited>false</inherited>
565563
<executions>
566564
<execution>
@@ -601,7 +599,6 @@
601599
<plugin>
602600
<groupId>org.jfrog.buildinfo</groupId>
603601
<artifactId>artifactory-maven-plugin</artifactId>
604-
<version>2.6.1</version>
605602
<inherited>false</inherited>
606603
<executions>
607604
<execution>
@@ -642,7 +639,6 @@
642639
<plugin>
643640
<groupId>org.jfrog.buildinfo</groupId>
644641
<artifactId>artifactory-maven-plugin</artifactId>
645-
<version>2.6.1</version>
646642
<inherited>false</inherited>
647643
<executions>
648644
<execution>
@@ -1051,6 +1047,7 @@
10511047

10521048
<pluginManagement>
10531049
<plugins>
1050+
10541051
<plugin>
10551052
<groupId>org.apache.maven.plugins</groupId>
10561053
<artifactId>maven-javadoc-plugin</artifactId>
@@ -1067,6 +1064,13 @@
10671064
</links>
10681065
</configuration>
10691066
</plugin>
1067+
1068+
<plugin>
1069+
<groupId>org.jfrog.buildinfo</groupId>
1070+
<artifactId>artifactory-maven-plugin</artifactId>
1071+
<version>3.3.0</version>
1072+
</plugin>
1073+
10701074
</plugins>
10711075
</pluginManagement>
10721076

@@ -1209,26 +1213,6 @@
12091213
</plugins>
12101214
</build>
12111215

1212-
<repositories>
1213-
<repository>
1214-
<id>spring-release</id>
1215-
<url>https://repo.spring.io/release</url>
1216-
<snapshots>
1217-
<enabled>false</enabled>
1218-
</snapshots>
1219-
</repository>
1220-
</repositories>
1221-
1222-
<pluginRepositories>
1223-
<pluginRepository>
1224-
<id>spring-plugins-release</id>
1225-
<url>https://repo.spring.io/plugins-release</url>
1226-
<snapshots>
1227-
<enabled>false</enabled>
1228-
</snapshots>
1229-
</pluginRepository>
1230-
</pluginRepositories>
1231-
12321216
<scm>
12331217
<url>https://github.com/spring-projects/spring-hateoas</url>
12341218
<connection>scm:git:git://github.com/spring-projects/spring-hateoas.git</connection>

0 commit comments

Comments
 (0)