|
8 | 8 | <description>The primary goal of the Spring® Data project is to make it easier to build Spring-powered applications
|
9 | 9 | that use data access technologies.
|
10 | 10 | This module deals with enhanced support for a data access layer built on AWS DynamoDB.</description>
|
11 |
| - <url>http://github.com/derjust/spring-data-dynamodb</url> |
| 11 | + <url>https://github.com/derjust/spring-data-dynamodb</url> |
12 | 12 |
|
13 | 13 | <licenses>
|
14 | 14 | <license>
|
|
281 | 281 | <autoVersionSubmodules>true</autoVersionSubmodules>
|
282 | 282 | <useReleaseProfile>false</useReleaseProfile>
|
283 | 283 | <releaseProfiles>release</releaseProfiles>
|
284 |
| - <goals>deploy</goals> |
| 284 | + <goals>deploy site-deploy</goals> |
285 | 285 | </configuration>
|
286 | 286 | </plugin>
|
287 | 287 | <plugin>
|
|
415 | 415 | <plugin>
|
416 | 416 | <groupId>org.apache.maven.plugins</groupId>
|
417 | 417 | <artifactId>maven-source-plugin</artifactId>
|
| 418 | + <version>3.0.1</version> |
418 | 419 | <executions>
|
419 | 420 | <execution>
|
420 | 421 | <id>attach-sources</id>
|
|
427 | 428 | <plugin>
|
428 | 429 | <groupId>org.apache.maven.plugins</groupId>
|
429 | 430 | <artifactId>maven-javadoc-plugin</artifactId>
|
| 431 | + <version>3.0.0</version> |
430 | 432 | <executions>
|
431 | 433 | <execution>
|
432 | 434 | <id>attach-javadocs</id>
|
|
449 | 451 | </goals>
|
450 | 452 | </execution>
|
451 | 453 | </executions>
|
| 454 | + </plugin> |
| 455 | + <plugin> |
| 456 | + <groupId>org.apache.maven.plugins</groupId> |
| 457 | + <artifactId>maven-site-plugin</artifactId> |
| 458 | + <version>3.3</version> |
| 459 | + <configuration> |
| 460 | + <!-- Deactivate as Github plugin controls the upload --> |
| 461 | + <skipDeploy>true</skipDeploy> |
| 462 | + </configuration> |
452 | 463 | </plugin>
|
453 | 464 | <plugin>
|
454 | 465 | <!-- Deploy the web site -->
|
455 | 466 | <groupId>com.github.github</groupId>
|
456 | 467 | <artifactId>site-maven-plugin</artifactId>
|
457 |
| - <version>0.9</version> |
| 468 | + <version>0.12</version> |
458 | 469 | <executions>
|
459 | 470 | <execution>
|
460 | 471 | <goals>
|
|
495 | 506 | <timezone>America/New_York</timezone>
|
496 | 507 | </developer>
|
497 | 508 | </developers>
|
| 509 | + <contributors> |
| 510 | + <contributor> |
| 511 | + <name>Gaurav Rawat</name> |
| 512 | + <url>https://github.com/gauravbrills</url> |
| 513 | + </contributor> |
| 514 | + <contributor> |
| 515 | + <name>Michael Wyraz</name> |
| 516 | + <url>https://github.com/micw</url> |
| 517 | + </contributor> |
| 518 | + </contributors> |
498 | 519 |
|
499 | 520 | <reporting>
|
500 | 521 | <plugins>
|
|
510 | 531 | </reportSet>
|
511 | 532 | </reportSets>
|
512 | 533 | </plugin>
|
| 534 | + <plugin> |
| 535 | + <groupId>org.apache.maven.plugins</groupId> |
| 536 | + <artifactId>maven-project-info-reports-plugin</artifactId> |
| 537 | + <version>2.9</version> |
| 538 | + </plugin> |
513 | 539 | </plugins>
|
514 | 540 | </reporting>
|
515 | 541 |
|
|
0 commit comments