Skip to content

Commit ab8e5c9

Browse files
committed
Doing autoclose
1 parent 34dba20 commit ab8e5c9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -190,6 +190,17 @@
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>

0 commit comments

Comments
 (0)