Skip to content

Commit

Permalink
Use parent 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Jan 21, 2016
1 parent 0f5768a commit e92f002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.poms</groupId>
<artifactId>parent-internal</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<groupId>org.seedstack.seed</groupId>
Expand All @@ -23,7 +23,7 @@
<packaging>pom</packaging>

<properties>
<poms.version>2.3.0-SNAPSHOT</poms.version>
<poms.version>2.3.0</poms.version>
<nuun-kernel.version>1.0.M6</nuun-kernel.version>
<commons-configuration.version>1.9</commons-configuration.version>
<commons-cli.version>1.2</commons-cli.version>
Expand Down
Expand Up @@ -34,8 +34,7 @@ public static WebArchive createDeployment() {
return ShrinkWrap
.create(WebArchive.class)
.addAsResource("web-security.props", "META-INF/configuration/web-security.props")
.addAsResource("xsrf.props", "META-INF/configuration/xsrf.props")
;
.addAsResource("xsrf.props", "META-INF/configuration/xsrf.props");
}

@Test
Expand Down

0 comments on commit e92f002

Please sign in to comment.