maven upgrades

This commit is contained in:
eugenp
2014-11-02 14:18:31 +02:00
parent 37aa271560
commit 900dc84907
32 changed files with 252 additions and 254 deletions
+2 -2
View File
@@ -26,12 +26,12 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<name>org.hibernate.eclipse.console.hibernateBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.hibernate.eclipse.console.hibernateBuilder</name>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
+8 -8
View File
@@ -379,7 +379,7 @@
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
<!-- persistence -->
<hibernate.version>4.3.6.Final</hibernate.version>
<hibernate.version>4.3.7.Final</hibernate.version>
<mysql-connector-java.version>5.1.32</mysql-connector-java.version>
<spring-data-jpa.version>1.6.2.RELEASE</spring-data-jpa.version>
@@ -392,7 +392,7 @@
<logback.version>1.1.2</logback.version>
<!-- various -->
<hibernate-validator.version>5.1.2.Final</hibernate-validator.version>
<hibernate-validator.version>5.1.3.Final</hibernate-validator.version>
<!-- util -->
<guava.version>18.0</guava.version>
@@ -401,18 +401,18 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>
<mockito.version>1.10.8</mockito.version>
<httpcore.version>4.3.2</httpcore.version>
<httpcore.version>4.3.3</httpcore.version>
<httpclient.version>4.3.5</httpclient.version>
<rest-assured.version>2.3.3</rest-assured.version>
<rest-assured.version>2.3.4</rest-assured.version>
<!-- Maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
<maven-war-plugin.version>2.4</maven-war-plugin.version>
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
<maven-war-plugin.version>2.5</maven-war-plugin.version>
<maven-surefire-plugin.version>2.17</maven-surefire-plugin.version>
<cargo-maven2-plugin.version>1.4.9</cargo-maven2-plugin.version>
<cargo-maven2-plugin.version>1.4.10</cargo-maven2-plugin.version>
</properties>