Skip to content

Commit

Permalink
maven work
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Jan 1, 2015
1 parent 560d670 commit b089214
Show file tree
Hide file tree
Showing 30 changed files with 128 additions and 128 deletions.
10 changes: 5 additions & 5 deletions apache-fop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,18 +143,18 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.7.Final</hibernate.version>
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>

<!-- marshalling -->
<jackson.version>2.4.2</jackson.version>
<jackson.version>2.4.4</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -167,7 +167,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
Expand All @@ -177,7 +177,7 @@
<!-- maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>

Expand Down
10 changes: 5 additions & 5 deletions core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,18 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.7.Final</hibernate.version>
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>

<!-- marshalling -->
<jackson.version>2.4.2</jackson.version>
<jackson.version>2.4.4</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -169,7 +169,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
Expand All @@ -179,7 +179,7 @@
<!-- maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>

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

<properties>
<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>

<!-- persistence -->
Expand All @@ -125,7 +125,7 @@
<gson.version>2.3</gson.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -138,7 +138,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
Expand All @@ -148,7 +148,7 @@
<!-- maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>

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

<properties>
<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.7.Final</hibernate.version>
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -115,7 +115,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
Expand All @@ -125,7 +125,7 @@
<!-- maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>

Expand Down
12 changes: 6 additions & 6 deletions handling-spring-static-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@
<properties>
<java-version>1.7</java-version>
<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>

<org.aspectj-version>1.8.1</org.aspectj-version>
<javax.servlet.jsp-api.version>2.3.2-b01</javax.servlet.jsp-api.version>

<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>

<!-- persistence -->
Expand All @@ -190,10 +190,10 @@

<!-- marshalling -->

<jackson.version>2.4.2</jackson.version>
<jackson.version>2.4.4</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -206,7 +206,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
Expand All @@ -216,7 +216,7 @@
<!-- Maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
</properties>

Expand Down
8 changes: 4 additions & 4 deletions httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.7.Final</hibernate.version>
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -175,7 +175,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.4-beta1</httpclient.version> <!-- 4.3.6 --> <!-- 4.4-beta1 -->
Expand All @@ -185,7 +185,7 @@
<!-- maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>

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

<properties>
<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>

<!-- persistence -->
Expand All @@ -144,7 +144,7 @@
<jackson.version>2.4.4</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -157,7 +157,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
Expand All @@ -167,7 +167,7 @@
<!-- maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>

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

<properties>
<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>

<!-- persistence -->
<hibernate.version>4.3.7.Final</hibernate.version>
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -110,7 +110,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
Expand All @@ -120,7 +120,7 @@
<!-- maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-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,13 +138,13 @@

<properties>
<!-- Spring -->
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>

<!-- marshalling -->
<jackson.version>2.4.2</jackson.version>
<jackson.version>2.4.4</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -157,7 +157,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
Expand All @@ -167,7 +167,7 @@
<!-- maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>

Expand Down
8 changes: 4 additions & 4 deletions sandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>

<!-- marshalling -->
<jackson.version>2.4.2</jackson.version>
<jackson.version>2.4.4</jackson.version>

<!-- logging -->
<org.slf4j.version>1.7.7</org.slf4j.version>
<org.slf4j.version>1.7.9</org.slf4j.version>
<logback.version>1.1.2</logback.version>

<!-- various -->
Expand All @@ -157,7 +157,7 @@
<!-- testing -->
<org.hamcrest.version>1.3</org.hamcrest.version>
<junit.version>4.11</junit.version>
<mockito.version>1.10.17</mockito.version>
<mockito.version>1.10.19</mockito.version>

<httpcore.version>4.4</httpcore.version>
<httpclient.version>4.3.6</httpclient.version>
Expand All @@ -167,7 +167,7 @@
<!-- maven plugins -->
<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.18</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<cargo-maven2-plugin.version>1.4.7</cargo-maven2-plugin.version>

Expand Down
Loading

0 comments on commit b089214

Please sign in to comment.