Upgrade to SWF 2.4.3 (in Maven central later today)

This commit is contained in:
Rossen Stoyanchev
2016-07-12 14:27:20 -04:00
parent 80e124a068
commit fbd6095acc
6 changed files with 19 additions and 14 deletions

View File

@@ -9,8 +9,8 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
<properties>
<webflow-version>2.4.2.RELEASE</webflow-version>
<spring-framework-version>4.1.6.RELEASE</spring-framework-version>
<webflow-version>2.4.3.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>
<mojarra-version>2.2.12</mojarra-version>
@@ -30,7 +30,7 @@
<name>Prime Technology Maven Repository</name>
<url>http://repository.primefaces.org</url>
<layout>default</layout>
</repository>
</repository>
</repositories>
<dependencyManagement>

View File

@@ -9,8 +9,8 @@
<version>1.0.0.BUILD-SNAPSHOT</version>
<properties>
<webflow-version>2.4.2.RELEASE</webflow-version>
<spring-framework-version>4.1.6.RELEASE</spring-framework-version>
<webflow-version>2.4.3.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>
<thymeleaf-version>2.1.3.RELEASE</thymeleaf-version>

View File

@@ -10,7 +10,7 @@
<properties>
<springwebflow-version>2.4.2.RELEASE</springwebflow-version>
<spring-framework-version>4.1.6.RELEASE</spring-framework-version>
<spring-framework-version>4.3.1.RELEASE</spring-framework-version>
<slf4j-version>1.7.5</slf4j-version>
<mojarra-version>2.2.6</mojarra-version>
</properties>

View File

@@ -10,7 +10,7 @@
<properties>
<springwebflow-version>2.4.2.RELEASE</springwebflow-version>
<spring-framework-version>4.1.6.RELEASE</spring-framework-version>
<spring-framework-version>4.3.1.RELEASE</spring-framework-version>
<slf4j-version>1.7.5</slf4j-version>
</properties>

View File

@@ -10,7 +10,7 @@
<properties>
<java-version>1.6</java-version>
<springwebflow-version>2.4.2.RELEASE</springwebflow-version>
<springwebflow-version>2.4.3.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>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.1.6.RELEASE</version>
<version>4.3.1.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -218,7 +218,7 @@
<name>Prime Technology Repository</name>
<url>http://repository.primefaces.org</url>
<layout>default</layout>
</repository>
</repository>
</repositories>
<build>

View File

@@ -10,7 +10,7 @@
<properties>
<java-version>1.6</java-version>
<springwebflow-version>2.4.2.RELEASE</springwebflow-version>
<springwebflow-version>2.4.3.RELEASE</springwebflow-version>
<springsecurity-version>4.0.1.RELEASE</springsecurity-version>
<org.slf4j-version>1.7.5</org.slf4j-version>
</properties>
@@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.1.6.RELEASE</version>
<version>4.3.1.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -239,7 +239,7 @@
<name>JBoss Maven Release Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/releases</url>
<snapshots><enabled>false</enabled></snapshots>
</repository>
</repository>
</repositories>
<build>
@@ -282,7 +282,12 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>1.0-beta-1</version>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
</build>
</project>