Skip to content

Commit 9f3517f

Browse files
committed
#16 - Added spring4 profile to expose Spring 4 version.
1 parent ba3256d commit 9f3517f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

parent/pom.xml

+17
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,23 @@
536536
<dist.releaseType>release</dist.releaseType>
537537
</properties>
538538
</profile>
539+
540+
<profile>
541+
<id>spring4</id>
542+
<properties>
543+
<spring>4.0.0.BUILD-SNAPSHOT</spring>
544+
</properties>
545+
546+
<repositories>
547+
<repository>
548+
<id>spring-libs-snapshot</id>
549+
<url>http://repo.springsource.org/libs-snapshot</url>
550+
<snapshots>
551+
<enabled>false</enabled>
552+
</snapshots>
553+
</repository>
554+
</repositories>
555+
</profile>
539556

540557
</profiles>
541558

0 commit comments

Comments
 (0)