Fix SWF version

This commit is contained in:
Rossen Stoyanchev
2016-08-09 11:14:11 -04:00
parent fbd6095acc
commit f2312608cb
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
<properties>
<webflow-version>2.4.3.RELEASE</webflow-version>
<webflow-version>2.4.4.RELEASE</webflow-version>
<spring-framework-version>4.3.1.RELEASE</spring-framework-version>
<springsecurity-version>4.0.1.RELEASE</springsecurity-version>
<slf4j-version>1.6.1</slf4j-version>
@@ -21,7 +21,7 @@
<repository>
<id>spring</id>
<name>Spring Repository</name>
<url>http://repo.spring.io/milestone</url>
<url>http://repo.spring.io/release</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>

View File

@@ -9,7 +9,7 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
<properties>
<webflow-version>2.4.3.RELEASE</webflow-version>
<webflow-version>2.4.4.RELEASE</webflow-version>
<spring-framework-version>4.3.1.RELEASE</spring-framework-version>
<springsecurity-version>4.0.1.RELEASE</springsecurity-version>
<slf4j-version>1.7.5</slf4j-version>

View File

@@ -10,7 +10,7 @@
<properties>
<java-version>1.6</java-version>
<springwebflow-version>2.4.3.RELEASE</springwebflow-version>
<springwebflow-version>2.4.4.RELEASE</springwebflow-version>
<springsecurity-version>4.0.1.RELEASE</springsecurity-version>
<primefaces-version>4.0</primefaces-version>
<org.slf4j-version>1.7.5</org.slf4j-version>

View File

@@ -10,7 +10,7 @@
<properties>
<java-version>1.6</java-version>
<springwebflow-version>2.4.3.RELEASE</springwebflow-version>
<springwebflow-version>2.4.4.RELEASE</springwebflow-version>
<springsecurity-version>4.0.1.RELEASE</springsecurity-version>
<org.slf4j-version>1.7.5</org.slf4j-version>
</properties>