Skip to content

Commit 167cac8

Browse files
committed
More site updates
1 parent fd1a60b commit 167cac8

24 files changed

+68
-22
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55

66
# Spring Data DynamoDB #
77

8+
<img align="left" src="https://derjust.github.io/spring-data-dynamodb/banner/spring-data-dynamodb.png">
9+
810
The primary goal of the [Spring® Data](http://www.springsource.org/spring-data) project is to make it easier to build Spring-powered applications that use data access technologies.
11+
912
This module deals with enhanced support for a data access layer built on [AWS DynamoDB](https://aws.amazon.com/dynamodb/).
13+
1014
Technical infos can be found on the [project page](https://derjust.github.io/spring-data-dynamodb/).
1115

1216
## Supported Features ##

pom.xml

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
<plugin>
456456
<groupId>org.apache.maven.plugins</groupId>
457457
<artifactId>maven-site-plugin</artifactId>
458-
<version>3.3</version>
458+
<version>3.7</version>
459459
<configuration>
460460
<!-- Deactivate as Github plugin controls the upload -->
461461
<skipDeploy>true</skipDeploy>
@@ -517,27 +517,6 @@
517517
</contributor>
518518
</contributors>
519519

520-
<reporting>
521-
<plugins>
522-
<plugin>
523-
<groupId>org.apache.maven.plugins</groupId>
524-
<artifactId>maven-changes-plugin</artifactId>
525-
<version>2.12.1</version>
526-
<reportSets>
527-
<reportSet>
528-
<reports>
529-
<report>changes-report</report>
530-
</reports>
531-
</reportSet>
532-
</reportSets>
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>
539-
</plugins>
540-
</reporting>
541520

542521
<distributionManagement>
543522
<site>
@@ -558,4 +537,28 @@
558537
<url>https://github.com/derjust/spring-data-dynamodb/issues</url>
559538
</issueManagement>
560539

540+
541+
<reporting>
542+
<plugins>
543+
<plugin>
544+
<groupId>org.apache.maven.plugins</groupId>
545+
<artifactId>maven-changes-plugin</artifactId>
546+
<version>2.12.1</version>
547+
<reportSets>
548+
<reportSet>
549+
<reports>
550+
<report>changes-report</report>
551+
</reports>
552+
</reportSet>
553+
</reportSets>
554+
</plugin>
555+
<plugin>
556+
<groupId>org.apache.maven.plugins</groupId>
557+
<artifactId>maven-project-info-reports-plugin</artifactId>
558+
<version>2.9</version>
559+
</plugin>
560+
</plugins>
561+
</reporting>
562+
563+
561564
</project>
Loading
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)