Skip to content

Commit 5d216f3

Browse files
committed
Update parent and seed to last version
1 parent ad37962 commit 5d216f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 2.3.0 (?)
1+
# Version 2.3.0 (2016-04-26)
22

33
* [chg] Validation plugin automatically disables itself if no validation API is present on the classpath.
44
* [new] Add a facet for providing the `ValidatorFactory` to other plugins.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<parent>
1515
<groupId>org.seedstack.poms</groupId>
1616
<artifactId>parent-internal</artifactId>
17-
<version>2.4.0-SNAPSHOT</version>
17+
<version>2.4.0</version>
1818
</parent>
1919

2020
<groupId>org.seedstack.addons.validation</groupId>
2121
<artifactId>validation</artifactId>
2222
<version>2.3.0-SNAPSHOT</version>
2323

2424
<properties>
25-
<seed.version>2.3.0-SNAPSHOT</seed.version>
25+
<seed.version>2.3.0</seed.version>
2626
<hibernate-validator.version>5.1.3.Final</hibernate-validator.version>
2727

2828
<compatibility.version>2.1.0</compatibility.version>

0 commit comments

Comments
 (0)