|
513 | 513 | <plugin> |
514 | 514 | <groupId>org.jfrog.buildinfo</groupId> |
515 | 515 | <artifactId>artifactory-maven-plugin</artifactId> |
516 | | - <version>3.3.0</version> |
517 | 516 | <executions> |
518 | 517 | <execution> |
519 | 518 | <id>deploy-docs</id> |
|
560 | 559 | <plugin> |
561 | 560 | <groupId>org.jfrog.buildinfo</groupId> |
562 | 561 | <artifactId>artifactory-maven-plugin</artifactId> |
563 | | - <version>3.3.0</version> |
564 | 562 | <inherited>false</inherited> |
565 | 563 | <executions> |
566 | 564 | <execution> |
|
601 | 599 | <plugin> |
602 | 600 | <groupId>org.jfrog.buildinfo</groupId> |
603 | 601 | <artifactId>artifactory-maven-plugin</artifactId> |
604 | | - <version>2.6.1</version> |
605 | 602 | <inherited>false</inherited> |
606 | 603 | <executions> |
607 | 604 | <execution> |
|
642 | 639 | <plugin> |
643 | 640 | <groupId>org.jfrog.buildinfo</groupId> |
644 | 641 | <artifactId>artifactory-maven-plugin</artifactId> |
645 | | - <version>2.6.1</version> |
646 | 642 | <inherited>false</inherited> |
647 | 643 | <executions> |
648 | 644 | <execution> |
|
1051 | 1047 |
|
1052 | 1048 | <pluginManagement> |
1053 | 1049 | <plugins> |
| 1050 | + |
1054 | 1051 | <plugin> |
1055 | 1052 | <groupId>org.apache.maven.plugins</groupId> |
1056 | 1053 | <artifactId>maven-javadoc-plugin</artifactId> |
|
1067 | 1064 | </links> |
1068 | 1065 | </configuration> |
1069 | 1066 | </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 | + |
1070 | 1074 | </plugins> |
1071 | 1075 | </pluginManagement> |
1072 | 1076 |
|
|
1209 | 1213 | </plugins> |
1210 | 1214 | </build> |
1211 | 1215 |
|
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 | | - |
1232 | 1216 | <scm> |
1233 | 1217 | <url>https://github.com/spring-projects/spring-hateoas</url> |
1234 | 1218 | <connection>scm:git:git://github.com/spring-projects/spring-hateoas.git</connection> |
|
0 commit comments