Skip to content

Commit b089214

Browse files
author
eugenp
committed
maven work
1 parent 560d670 commit b089214

File tree

30 files changed

+128
-128
lines changed

30 files changed

+128
-128
lines changed

apache-fop/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,18 @@
143143

144144
<properties>
145145
<!-- Spring -->
146-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
146+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
147147
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
148148

149149
<!-- persistence -->
150150
<hibernate.version>4.3.7.Final</hibernate.version>
151151
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>
152152

153153
<!-- marshalling -->
154-
<jackson.version>2.4.2</jackson.version>
154+
<jackson.version>2.4.4</jackson.version>
155155

156156
<!-- logging -->
157-
<org.slf4j.version>1.7.7</org.slf4j.version>
157+
<org.slf4j.version>1.7.9</org.slf4j.version>
158158
<logback.version>1.1.2</logback.version>
159159

160160
<!-- various -->
@@ -167,7 +167,7 @@
167167
<!-- testing -->
168168
<org.hamcrest.version>1.3</org.hamcrest.version>
169169
<junit.version>4.11</junit.version>
170-
<mockito.version>1.10.17</mockito.version>
170+
<mockito.version>1.10.19</mockito.version>
171171

172172
<httpcore.version>4.4</httpcore.version>
173173
<httpclient.version>4.3.6</httpclient.version>
@@ -177,7 +177,7 @@
177177
<!-- maven plugins -->
178178
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
179179
<maven-war-plugin.version>2.5</maven-war-plugin.version>
180-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
180+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
181181
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
182182
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
183183

core-java/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,18 @@
145145

146146
<properties>
147147
<!-- Spring -->
148-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
148+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
149149
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
150150

151151
<!-- persistence -->
152152
<hibernate.version>4.3.7.Final</hibernate.version>
153153
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>
154154

155155
<!-- marshalling -->
156-
<jackson.version>2.4.2</jackson.version>
156+
<jackson.version>2.4.4</jackson.version>
157157

158158
<!-- logging -->
159-
<org.slf4j.version>1.7.7</org.slf4j.version>
159+
<org.slf4j.version>1.7.9</org.slf4j.version>
160160
<logback.version>1.1.2</logback.version>
161161

162162
<!-- various -->
@@ -169,7 +169,7 @@
169169
<!-- testing -->
170170
<org.hamcrest.version>1.3</org.hamcrest.version>
171171
<junit.version>4.11</junit.version>
172-
<mockito.version>1.10.17</mockito.version>
172+
<mockito.version>1.10.19</mockito.version>
173173

174174
<httpcore.version>4.4</httpcore.version>
175175
<httpclient.version>4.3.6</httpclient.version>
@@ -179,7 +179,7 @@
179179
<!-- maven plugins -->
180180
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
181181
<maven-war-plugin.version>2.5</maven-war-plugin.version>
182-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
182+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
183183
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
184184
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
185185

gson/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
<properties>
116116
<!-- Spring -->
117-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
117+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
118118
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
119119

120120
<!-- persistence -->
@@ -125,7 +125,7 @@
125125
<gson.version>2.3</gson.version>
126126

127127
<!-- logging -->
128-
<org.slf4j.version>1.7.7</org.slf4j.version>
128+
<org.slf4j.version>1.7.9</org.slf4j.version>
129129
<logback.version>1.1.2</logback.version>
130130

131131
<!-- various -->
@@ -138,7 +138,7 @@
138138
<!-- testing -->
139139
<org.hamcrest.version>1.3</org.hamcrest.version>
140140
<junit.version>4.11</junit.version>
141-
<mockito.version>1.10.17</mockito.version>
141+
<mockito.version>1.10.19</mockito.version>
142142

143143
<httpcore.version>4.4</httpcore.version>
144144
<httpclient.version>4.3.6</httpclient.version>
@@ -148,7 +148,7 @@
148148
<!-- maven plugins -->
149149
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
150150
<maven-war-plugin.version>2.5</maven-war-plugin.version>
151-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
151+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
152152
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
153153
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
154154

guava/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@
9494

9595
<properties>
9696
<!-- Spring -->
97-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
97+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
9898
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
9999

100100
<!-- persistence -->
101101
<hibernate.version>4.3.7.Final</hibernate.version>
102102
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>
103103

104104
<!-- logging -->
105-
<org.slf4j.version>1.7.7</org.slf4j.version>
105+
<org.slf4j.version>1.7.9</org.slf4j.version>
106106
<logback.version>1.1.2</logback.version>
107107

108108
<!-- various -->
@@ -115,7 +115,7 @@
115115
<!-- testing -->
116116
<org.hamcrest.version>1.3</org.hamcrest.version>
117117
<junit.version>4.11</junit.version>
118-
<mockito.version>1.10.17</mockito.version>
118+
<mockito.version>1.10.19</mockito.version>
119119

120120
<httpcore.version>4.4</httpcore.version>
121121
<httpclient.version>4.3.6</httpclient.version>
@@ -125,7 +125,7 @@
125125
<!-- maven plugins -->
126126
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
127127
<maven-war-plugin.version>2.5</maven-war-plugin.version>
128-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
128+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
129129
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
130130
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
131131

handling-spring-static-resources/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@
173173
<properties>
174174
<java-version>1.7</java-version>
175175
<!-- Spring -->
176-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
176+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
177177
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
178178

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

182182
<!-- Spring -->
183-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
183+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
184184
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
185185

186186
<!-- persistence -->
@@ -190,10 +190,10 @@
190190

191191
<!-- marshalling -->
192192

193-
<jackson.version>2.4.2</jackson.version>
193+
<jackson.version>2.4.4</jackson.version>
194194

195195
<!-- logging -->
196-
<org.slf4j.version>1.7.7</org.slf4j.version>
196+
<org.slf4j.version>1.7.9</org.slf4j.version>
197197
<logback.version>1.1.2</logback.version>
198198

199199
<!-- various -->
@@ -206,7 +206,7 @@
206206
<!-- testing -->
207207
<org.hamcrest.version>1.3</org.hamcrest.version>
208208
<junit.version>4.11</junit.version>
209-
<mockito.version>1.10.17</mockito.version>
209+
<mockito.version>1.10.19</mockito.version>
210210

211211
<httpcore.version>4.4</httpcore.version>
212212
<httpclient.version>4.3.6</httpclient.version>
@@ -216,7 +216,7 @@
216216
<!-- Maven plugins -->
217217
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
218218
<maven-war-plugin.version>2.5</maven-war-plugin.version>
219-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
219+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
220220
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
221221
</properties>
222222

httpclient/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@
154154

155155
<properties>
156156
<!-- Spring -->
157-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
157+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
158158
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
159159

160160
<!-- persistence -->
161161
<hibernate.version>4.3.7.Final</hibernate.version>
162162
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>
163163

164164
<!-- logging -->
165-
<org.slf4j.version>1.7.7</org.slf4j.version>
165+
<org.slf4j.version>1.7.9</org.slf4j.version>
166166
<logback.version>1.1.2</logback.version>
167167

168168
<!-- various -->
@@ -175,7 +175,7 @@
175175
<!-- testing -->
176176
<org.hamcrest.version>1.3</org.hamcrest.version>
177177
<junit.version>4.11</junit.version>
178-
<mockito.version>1.10.17</mockito.version>
178+
<mockito.version>1.10.19</mockito.version>
179179

180180
<httpcore.version>4.4</httpcore.version>
181181
<httpclient.version>4.4-beta1</httpclient.version> <!-- 4.3.6 --> <!-- 4.4-beta1 -->
@@ -185,7 +185,7 @@
185185
<!-- maven plugins -->
186186
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
187187
<maven-war-plugin.version>2.5</maven-war-plugin.version>
188-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
188+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
189189
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
190190
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
191191

jackson/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
<properties>
135135
<!-- Spring -->
136-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
136+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
137137
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
138138

139139
<!-- persistence -->
@@ -144,7 +144,7 @@
144144
<jackson.version>2.4.4</jackson.version>
145145

146146
<!-- logging -->
147-
<org.slf4j.version>1.7.7</org.slf4j.version>
147+
<org.slf4j.version>1.7.9</org.slf4j.version>
148148
<logback.version>1.1.2</logback.version>
149149

150150
<!-- various -->
@@ -157,7 +157,7 @@
157157
<!-- testing -->
158158
<org.hamcrest.version>1.3</org.hamcrest.version>
159159
<junit.version>4.11</junit.version>
160-
<mockito.version>1.10.17</mockito.version>
160+
<mockito.version>1.10.19</mockito.version>
161161

162162
<httpcore.version>4.4</httpcore.version>
163163
<httpclient.version>4.3.6</httpclient.version>
@@ -167,7 +167,7 @@
167167
<!-- maven plugins -->
168168
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
169169
<maven-war-plugin.version>2.5</maven-war-plugin.version>
170-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
170+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
171171
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
172172
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
173173

mockito/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@
8989

9090
<properties>
9191
<!-- Spring -->
92-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
92+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
9393
<org.springframework.security.version>3.2.5.RELEASE</org.springframework.security.version>
9494

9595
<!-- persistence -->
9696
<hibernate.version>4.3.7.Final</hibernate.version>
9797
<mysql-connector-java.version>5.1.34</mysql-connector-java.version>
9898

9999
<!-- logging -->
100-
<org.slf4j.version>1.7.7</org.slf4j.version>
100+
<org.slf4j.version>1.7.9</org.slf4j.version>
101101
<logback.version>1.1.2</logback.version>
102102

103103
<!-- various -->
@@ -110,7 +110,7 @@
110110
<!-- testing -->
111111
<org.hamcrest.version>1.3</org.hamcrest.version>
112112
<junit.version>4.11</junit.version>
113-
<mockito.version>1.10.17</mockito.version>
113+
<mockito.version>1.10.19</mockito.version>
114114

115115
<httpcore.version>4.4</httpcore.version>
116116
<httpclient.version>4.3.6</httpclient.version>
@@ -120,7 +120,7 @@
120120
<!-- maven plugins -->
121121
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
122122
<maven-war-plugin.version>2.5</maven-war-plugin.version>
123-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
123+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
124124
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
125125
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
126126

rest-testing/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@
138138

139139
<properties>
140140
<!-- Spring -->
141-
<org.springframework.version>4.1.3.RELEASE</org.springframework.version>
141+
<org.springframework.version>4.1.4.RELEASE</org.springframework.version>
142142

143143
<!-- marshalling -->
144-
<jackson.version>2.4.2</jackson.version>
144+
<jackson.version>2.4.4</jackson.version>
145145

146146
<!-- logging -->
147-
<org.slf4j.version>1.7.7</org.slf4j.version>
147+
<org.slf4j.version>1.7.9</org.slf4j.version>
148148
<logback.version>1.1.2</logback.version>
149149

150150
<!-- various -->
@@ -157,7 +157,7 @@
157157
<!-- testing -->
158158
<org.hamcrest.version>1.3</org.hamcrest.version>
159159
<junit.version>4.11</junit.version>
160-
<mockito.version>1.10.17</mockito.version>
160+
<mockito.version>1.10.19</mockito.version>
161161

162162
<httpcore.version>4.4</httpcore.version>
163163
<httpclient.version>4.3.6</httpclient.version>
@@ -167,7 +167,7 @@
167167
<!-- maven plugins -->
168168
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
169169
<maven-war-plugin.version>2.5</maven-war-plugin.version>
170-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
170+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
171171
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
172172
<cargo-maven2-plugin.version>1.4.11</cargo-maven2-plugin.version>
173173

sandbox/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@
141141
<mysql-connector-java.version>5.1.29</mysql-connector-java.version>
142142

143143
<!-- marshalling -->
144-
<jackson.version>2.4.2</jackson.version>
144+
<jackson.version>2.4.4</jackson.version>
145145

146146
<!-- logging -->
147-
<org.slf4j.version>1.7.7</org.slf4j.version>
147+
<org.slf4j.version>1.7.9</org.slf4j.version>
148148
<logback.version>1.1.2</logback.version>
149149

150150
<!-- various -->
@@ -157,7 +157,7 @@
157157
<!-- testing -->
158158
<org.hamcrest.version>1.3</org.hamcrest.version>
159159
<junit.version>4.11</junit.version>
160-
<mockito.version>1.10.17</mockito.version>
160+
<mockito.version>1.10.19</mockito.version>
161161

162162
<httpcore.version>4.4</httpcore.version>
163163
<httpclient.version>4.3.6</httpclient.version>
@@ -167,7 +167,7 @@
167167
<!-- maven plugins -->
168168
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
169169
<maven-war-plugin.version>2.5</maven-war-plugin.version>
170-
<maven-surefire-plugin.version>2.18</maven-surefire-plugin.version>
170+
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
171171
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
172172
<cargo-maven2-plugin.version>1.4.7</cargo-maven2-plugin.version>
173173

0 commit comments

Comments
 (0)