Skip to content

Commit

Permalink
maven upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Mar 15, 2014
1 parent cce938c commit d195c3a
Show file tree
Hide file tree
Showing 26 changed files with 151 additions and 151 deletions.
12 changes: 6 additions & 6 deletions core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>

<!-- marshalling -->
Expand All @@ -152,15 +152,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand Down
12 changes: 6 additions & 6 deletions experiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>

<!-- logging -->
Expand All @@ -271,15 +271,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand Down
12 changes: 6 additions & 6 deletions guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>

<!-- logging -->
Expand All @@ -110,15 +110,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand Down
12 changes: 6 additions & 6 deletions httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>

<!-- logging -->
Expand All @@ -146,15 +146,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand Down
14 changes: 7 additions & 7 deletions jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>

<!-- marshalling -->
Expand All @@ -126,15 +126,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand All @@ -143,7 +143,7 @@
<maven-war-plugin.version>2.4</maven-war-plugin.version>
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.6</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.6</cargo-maven2-plugin.version>
<cargo-maven2-plugin.version>1.4.7</cargo-maven2-plugin.version>

</properties>

Expand Down
12 changes: 6 additions & 6 deletions mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>

<!-- logging -->
Expand All @@ -105,15 +105,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand Down
8 changes: 4 additions & 4 deletions rest-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>

<!-- marshalling -->
<jackson.version>2.3.0</jackson.version>
Expand All @@ -152,15 +152,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand Down
12 changes: 6 additions & 6 deletions spring-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
<javassist.version>3.18.1-GA</javassist.version>
<jstl.version>1.2</jstl.version>

<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>

<!-- logging -->
Expand All @@ -210,15 +210,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand Down
12 changes: 6 additions & 6 deletions spring-exceptions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
<javassist.version>3.18.1-GA</javassist.version>
<jstl.version>1.2</jstl.version>

<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
<tomcat-dbcp.version>7.0.42</tomcat-dbcp.version>

Expand All @@ -223,15 +223,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>
<groovy.version>1.8.9</groovy.version>
Expand Down
10 changes: 5 additions & 5 deletions spring-hibernate3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
<javassist.version>3.18.1-GA</javassist.version>

<!-- persistence -->
Expand All @@ -192,15 +192,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand Down
12 changes: 6 additions & 6 deletions spring-hibernate4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.1.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.0.RELEASE</org.springframework.security.version>
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.2.RELEASE</org.springframework.security.version>
<javassist.version>3.18.1-GA</javassist.version>

<!-- persistence -->
<hibernate.version>4.3.1.Final</hibernate.version>
<hibernate.version>4.3.4.Final</hibernate.version>
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
<tomcat-dbcp.version>7.0.42</tomcat-dbcp.version>

Expand All @@ -200,15 +200,15 @@

<!-- util -->
<guava.version>16.0.1</guava.version>
<commons-lang3.version>3.2.1</commons-lang3.version>
<commons-lang3.version>3.3</commons-lang3.version>

<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>

<httpcore.version>4.3.1</httpcore.version>
<httpclient.version>4.3.2</httpclient.version>
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>

Expand Down
Loading

0 comments on commit d195c3a

Please sign in to comment.