Skip to content

Commit 4cc5990

Browse files
committed
Remove snapshots
1 parent 841a2cc commit 4cc5990

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 3.4.0 (2017-09-30)
1+
# Version 3.4.0 (2017-11-28)
22

33
* [new] Validation exceptions on REST resources are automatically mapped to a detailed response.
44
* [new] A `@RequiresCrudPermissions` annotation allows to add permission checks based on the detected CRUD action of the called method.

pom.xml

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

2020
<groupId>org.seedstack.seed</groupId>
@@ -23,17 +23,17 @@
2323
<packaging>pom</packaging>
2424

2525
<properties>
26-
<poms.version>3.0.1</poms.version>
26+
<poms.version>3.1.1</poms.version>
2727
<nuun-kernel.version>1.0.M9</nuun-kernel.version>
28-
<shed.version>1.1.1-SNAPSHOT</shed.version>
28+
<shed.version>1.1.1</shed.version>
2929
<coffig.version>3.0.0</coffig.version>
3030
<commons-cli.version>1.4</commons-cli.version>
3131
<guice.version>4.1.0</guice.version>
3232
<typetools.version>0.5.0</typetools.version>
3333
<shiro.version>1.4.0</shiro.version>
3434
<undertow.version>1.4.21.Final</undertow.version>
3535
<jersey2.version>2.25.1</jersey2.version>
36-
<hibernate-validator.version>5.4.1.Final</hibernate-validator.version>
36+
<hibernate-validator.version>5.4.2.Final</hibernate-validator.version>
3737
<aopalliance.version>1.0</aopalliance.version>
3838
<glassfish-javax.el.version>3.0.0</glassfish-javax.el.version>
3939

0 commit comments

Comments
 (0)