Skip to content

Commit 27b117f

Browse files
committed
#230 - Upgraded Spring Framework baseline to 4.2.
Adapted additional build profiles accordingly.
1 parent a8a92d4 commit 27b117f

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

Diff for: parent/pom.xml

+3-13
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<name>Apache License, Version 2.0</name>
6060
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
6161
<comments>
62-
Copyright 2008-2013 the original author or authors.
62+
Copyright 2008-2016 the original author or authors.
6363

6464
Licensed under the Apache License, Version 2.0 (the "License");
6565
you may not use this file except in compliance with the License.
@@ -103,7 +103,7 @@
103103
<querydsl>4.0.8</querydsl>
104104
<rxjava>1.1.0</rxjava>
105105
<slf4j>1.7.15</slf4j>
106-
<spring>4.1.9.RELEASE</spring>
106+
<spring>4.2.5.RELEASE</spring>
107107
<spring-hateoas>0.19.0.RELEASE</spring-hateoas>
108108
<threetenbp>1.3.1</threetenbp>
109109
<webbeans>1.2.8</webbeans>
@@ -508,22 +508,12 @@
508508

509509
</profile>
510510

511-
<profile>
512-
513-
<id>spring42</id>
514-
515-
<properties>
516-
<spring>4.2.3.RELEASE</spring>
517-
</properties>
518-
519-
</profile>
520-
521511
<profile>
522512

523513
<id>spring42-next</id>
524514

525515
<properties>
526-
<spring>4.2.4.BUILD-SNAPSHOT</spring>
516+
<spring>4.2.6.BUILD-SNAPSHOT</spring>
527517
</properties>
528518

529519
<repositories>

0 commit comments

Comments
 (0)