File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
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 >
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 >
You can’t perform that action at this time.
0 commit comments