Skip to content

Commit 5398361

Browse files
committed
Fix for Java9 builds (?)
1 parent dd67b35 commit 5398361

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>com.github.derjust</groupId>
2222
<artifactId>spring-data-dynamodb</artifactId>
23-
<version>5.0.3-SNAPSHOT</version>
23+
<version>5.0.3</version>
2424
<name>Spring Data DynamoDB</name>
2525
<inceptionYear>2018</inceptionYear>
2626

@@ -421,6 +421,13 @@
421421
<releaseProfiles>release</releaseProfiles>
422422
<goals>deploy site-deploy</goals>
423423
</configuration>
424+
<dependencies>
425+
<dependency>
426+
<groupId>commons-io</groupId>
427+
<artifactId>commons-io</artifactId>
428+
<version>2.6</version>
429+
</dependency>
430+
</dependencies>
424431
</plugin>
425432
<plugin>
426433
<groupId>org.apache.maven.plugins</groupId>
@@ -560,7 +567,7 @@
560567
<url>https://github.com/derjust/spring-data-dynamodb</url>
561568
<connection>scm:git:ssh://github.com/derjust/spring-data-dynamodb.git</connection>
562569
<developerConnection>scm:git:ssh://git@github.com/derjust/spring-data-dynamodb.git</developerConnection>
563-
<tag>HEAD</tag>
570+
<tag>v5.0.3</tag>
564571
</scm>
565572

566573
<repositories>

0 commit comments

Comments
 (0)