Skip to content

Commit 2f1f740

Browse files
committed
#159 - Upgrade to Spring 4.1 as primary baseline.
Upgraded to Spring 4.1.6. Removed dedicated build profile for Spring 4.1 and 4.0.x snapshots.
1 parent 3da9bec commit 2f1f740

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

Diff for: parent/pom.xml

+1-28
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<mockito>1.10.19</mockito>
9898
<querydsl>3.6.2</querydsl>
9999
<slf4j>1.7.10</slf4j>
100-
<spring>4.0.9.RELEASE</spring>
100+
<spring>4.1.6.RELEASE</spring>
101101
<threetenbp>1.2</threetenbp>
102102
<webbeans>1.2.7</webbeans>
103103

@@ -448,33 +448,6 @@
448448
</build>
449449
</profile>
450450

451-
<profile>
452-
453-
<id>spring4-next</id>
454-
455-
<properties>
456-
<spring>4.0.9.BUILD-SNAPSHOT</spring>
457-
</properties>
458-
459-
<repositories>
460-
<repository>
461-
<id>spring-libs-snapshot</id>
462-
<url>http://repo.spring.io/libs-snapshot</url>
463-
</repository>
464-
</repositories>
465-
466-
</profile>
467-
468-
<profile>
469-
470-
<id>spring41</id>
471-
472-
<properties>
473-
<spring>4.1.6.RELEASE</spring>
474-
</properties>
475-
476-
</profile>
477-
478451
<profile>
479452

480453
<id>spring41-next</id>

0 commit comments

Comments
 (0)