Skip to content

Commit

Permalink
maven upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Apr 4, 2014
1 parent a039490 commit 9ab1ef8
Show file tree
Hide file tree
Showing 27 changed files with 139 additions and 139 deletions.
16 changes: 8 additions & 8 deletions core-java/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.baeldung</groupId>
<artifactId>spring-rest</artifactId>
<artifactId>core-java</artifactId>
<version>0.1-SNAPSHOT</version>

<name>spring-rest</name>
<name>core-java</name>

<dependencies>

Expand Down Expand Up @@ -133,19 +133,19 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>

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

<!-- marshalling -->
<jackson.version>2.3.0</jackson.version>
<jackson.version>2.3.2</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -162,7 +162,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
10 changes: 5 additions & 5 deletions experiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,16 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>

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

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -281,7 +281,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
10 changes: 5 additions & 5 deletions guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,16 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>

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

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -120,7 +120,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
10 changes: 5 additions & 5 deletions httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,16 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>

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

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -156,7 +156,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
12 changes: 6 additions & 6 deletions jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,19 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>

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

<!-- marshalling -->
<jackson.version>2.3.0</jackson.version>
<jackson.version>2.3.2</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -136,7 +136,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
10 changes: 5 additions & 5 deletions mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>

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

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -115,7 +115,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
10 changes: 5 additions & 5 deletions rest-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@

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

<!-- marshalling -->
<jackson.version>2.3.0</jackson.version>
<jackson.version>2.3.2</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -162,7 +162,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
12 changes: 6 additions & 6 deletions sandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,19 +133,19 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>

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

<!-- marshalling -->
<jackson.version>2.3.0</jackson.version>
<jackson.version>2.3.2</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -162,7 +162,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
10 changes: 5 additions & 5 deletions spring-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,18 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
<javassist.version>3.18.1-GA</javassist.version>
<jstl.version>1.2</jstl.version>

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

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -220,7 +220,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
10 changes: 5 additions & 5 deletions spring-exceptions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,19 +204,19 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
<javassist.version>3.18.1-GA</javassist.version>
<jstl.version>1.2</jstl.version>

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

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -233,7 +233,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

<rest-assured.version>2.3.0</rest-assured.version>
<rest-assured.version>2.3.1</rest-assured.version>
<groovy.version>1.8.9</groovy.version>

<!-- maven plugins -->
Expand Down
8 changes: 4 additions & 4 deletions spring-hibernate3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
<javassist.version>3.18.1-GA</javassist.version>

Expand All @@ -184,8 +184,8 @@
<tomcat-dbcp.version>7.0.47</tomcat-dbcp.version>

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -202,7 +202,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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

<!-- maven plugins -->
<maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
Expand Down
10 changes: 5 additions & 5 deletions spring-hibernate4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,18 +182,18 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.0.2.RELEASE</org.springframework.version>
<org.springframework.version>4.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.3.RELEASE</org.springframework.security.version>
<javassist.version>3.18.1-GA</javassist.version>

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

<!-- logging -->
<org.slf4j.version>1.7.5</org.slf4j.version>
<logback.version>1.0.11</logback.version>
<org.slf4j.version>1.7.6</org.slf4j.version>
<logback.version>1.1.1</logback.version>

<!-- various -->
<hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
Expand All @@ -210,7 +210,7 @@
<httpcore.version>4.3.2</httpcore.version>
<httpclient.version>4.3.3</httpclient.version>

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


<!-- maven plugins -->
Expand Down
Loading

0 comments on commit 9ab1ef8

Please sign in to comment.