Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boostchicken committed Nov 19, 2019
1 parent 4fe4736 commit 1ef02d8
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.boostchicken</groupId>
<artifactId>spring-data-dynamodb</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.2.1</version>
<name>Spring Data DynamoDB</name>
<inceptionYear>2018</inceptionYear>

Expand Down Expand Up @@ -371,20 +371,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<configuration>
<configFile>${project.basedir}/eclipse-formatter-config.xml</configFile>
</configuration>
<executions>
<execution>
<goals>
<goal>validate</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down Expand Up @@ -507,7 +494,7 @@
<url>https://github.com/boostchicken/spring-data-dynamodb</url>
<connection>scm:git:ssh://github.com/boostchicken/spring-data-dynamodb.git</connection>
<developerConnection>scm:git:ssh://[email protected]/boostchicken/spring-data-dynamodb.git</developerConnection>
<tag>HEAD</tag>
<tag>v5.2.1</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 1ef02d8

Please sign in to comment.