File tree 1 file changed +3
-16
lines changed
1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 20
20
<modelVersion >4.0.0</modelVersion >
21
21
<groupId >io.github.boostchicken</groupId >
22
22
<artifactId >spring-data-dynamodb</artifactId >
23
- <version >5.2.1-SNAPSHOT </version >
23
+ <version >5.2.1</version >
24
24
<name >Spring Data DynamoDB</name >
25
25
<inceptionYear >2018</inceptionYear >
26
26
371
371
</execution >
372
372
</executions >
373
373
</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
+
388
375
<plugin >
389
376
<groupId >org.apache.maven.plugins</groupId >
390
377
<artifactId >maven-checkstyle-plugin</artifactId >
507
494
<url >https://github.com/boostchicken/spring-data-dynamodb</url >
508
495
<connection >scm:git:ssh://github.com/boostchicken/spring-data-dynamodb.git</connection >
509
496
<developerConnection >scm:git:ssh://git@github.com/boostchicken/spring-data-dynamodb.git</developerConnection >
510
- <tag >HEAD </tag >
497
+ <tag >v5.2.1 </tag >
511
498
</scm >
512
499
513
500
<repositories >
You can’t perform that action at this time.
0 commit comments