Skip to content

Commit 1ef02d8

Browse files
committed
[maven-release-plugin] prepare release v5.2.1
1 parent 4fe4736 commit 1ef02d8

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

pom.xml

+3-16
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>io.github.boostchicken</groupId>
2222
<artifactId>spring-data-dynamodb</artifactId>
23-
<version>5.2.1-SNAPSHOT</version>
23+
<version>5.2.1</version>
2424
<name>Spring Data DynamoDB</name>
2525
<inceptionYear>2018</inceptionYear>
2626

@@ -371,20 +371,7 @@
371371
</execution>
372372
</executions>
373373
</plugin>
374-
<plugin>
375-
<groupId>net.revelc.code.formatter</groupId>
376-
<artifactId>formatter-maven-plugin</artifactId>
377-
<configuration>
378-
<configFile>${project.basedir}/eclipse-formatter-config.xml</configFile>
379-
</configuration>
380-
<executions>
381-
<execution>
382-
<goals>
383-
<goal>validate</goal>
384-
</goals>
385-
</execution>
386-
</executions>
387-
</plugin>
374+
388375
<plugin>
389376
<groupId>org.apache.maven.plugins</groupId>
390377
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -507,7 +494,7 @@
507494
<url>https://github.com/boostchicken/spring-data-dynamodb</url>
508495
<connection>scm:git:ssh://github.com/boostchicken/spring-data-dynamodb.git</connection>
509496
<developerConnection>scm:git:ssh://git@github.com/boostchicken/spring-data-dynamodb.git</developerConnection>
510-
<tag>HEAD</tag>
497+
<tag>v5.2.1</tag>
511498
</scm>
512499

513500
<repositories>

0 commit comments

Comments
 (0)