Skip to content

Commit c7b9162

Browse files
committed
Upgrade to Spring Framework 4.0.1
1 parent 361adc1 commit c7b9162

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.0.0-BUILD-SNAPSHOT</version>
1010
<properties>
1111
<java-version>1.7</java-version>
12-
<org.springframework-version>4.0.0.RELEASE</org.springframework-version>
12+
<org.springframework-version>4.0.1.RELEASE</org.springframework-version>
1313
<org.springframework.security-version>3.2.0.RELEASE</org.springframework.security-version>
1414
<org.aspectj-version>1.7.4</org.aspectj-version>
1515
<org.slf4j-version>1.6.1</org.slf4j-version>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>joda-time</groupId>
140140
<artifactId>joda-time</artifactId>
141-
<version>1.6.2</version>
141+
<version>2.3</version>
142142
</dependency>
143143

144144
<!-- File Upload -->
@@ -191,7 +191,6 @@
191191
<version>1.3</version>
192192
<scope>test</scope>
193193
</dependency>
194-
195194
</dependencies>
196195
<repositories>
197196
<!-- For testing against latest Spring snapshots -->
@@ -211,6 +210,7 @@
211210
</repository>
212211
</repositories>
213212
<build>
213+
<finalName>${project.artifactId}</finalName>
214214
<plugins>
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>
@@ -286,16 +286,16 @@
286286
<artifactId>tomcat7-maven-plugin</artifactId>
287287
<version>2.0</version>
288288
</plugin>
289-
<plugin>
290-
<groupId>org.eclipse.jetty</groupId>
291-
<artifactId>jetty-maven-plugin</artifactId>
292-
<version>9.0.6.v20130930</version>
293-
<configuration>
294-
<webApp>
295-
<contextPath>/${project.artifactId}</contextPath>
296-
</webApp>
297-
</configuration>
298-
</plugin>
289+
<plugin>
290+
<groupId>org.eclipse.jetty</groupId>
291+
<artifactId>jetty-maven-plugin</artifactId>
292+
<version>9.0.6.v20130930</version>
293+
<configuration>
294+
<webApp>
295+
<contextPath>/${project.artifactId}</contextPath>
296+
</webApp>
297+
</configuration>
298+
</plugin>
299299
</plugins>
300300
</build>
301301
</project>

0 commit comments

Comments
 (0)