File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.github.derjust</groupId >
55 <artifactId >spring-data-dynamodb</artifactId >
6- <version >5.0.2 -SNAPSHOT</version >
6+ <version >5.0.0 -SNAPSHOT</version >
77 <name >Spring Data DynamoDb</name >
88 <description >Spring Data module providing support for DynamoDb repositories.</description >
99 <url >http://github.com/derjust/spring-data-dynamodb</url >
190190 </plugins >
191191 </pluginManagement >
192192 <plugins >
193+ <plugin >
194+ <groupId >org.sonatype.plugins</groupId >
195+ <artifactId >nexus-staging-maven-plugin</artifactId >
196+ <version >1.6.7</version >
197+ <extensions >true</extensions >
198+ <configuration >
199+ <serverId >ossrh</serverId >
200+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
201+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
202+ </configuration >
203+ </plugin >
193204 <plugin >
194205 <groupId >org.jacoco</groupId >
195206 <artifactId >jacoco-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments