File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
org.springframework.context
org.springframework.web.servlet Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,25 @@ spring.osgi.range.nq=${version:[=.=.=, =.=.+1)}
4
4
spring.osgi.range ="${spring.osgi.range.nq}"
5
5
aj.osgi.range ="[1.5.4, 2.0.0)"
6
6
7
- #
8
- # release.type=integration
9
7
natural.name =spring-framework
10
8
project.name =Spring Framework
11
9
project.key =SPR
12
10
ivy.cache.dir =${basedir}/../ivy-cache
13
11
integration.repo.dir =${basedir}/../integration-repo
14
12
license.dir =${basedir}/../build-spring-framework/resources
15
13
javadoc.exclude.package.names =org/springframework/samples/**
16
- javadoc.max.memory =256M
14
+ javadoc.max.memory =1024M
17
15
test.vm.args =-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
18
16
compiler.args =-enableJavadoc -warn:none
19
17
20
18
# For when releasing
21
- # release.type=release
22
- # build.stamp=RELEASE
19
+ release.type =release
20
+ build.stamp =RELEASE
23
21
24
22
# For when releasing milestones
25
23
# release.type=milestone
26
24
# build.stamp=M1
27
25
28
26
# For development in trunk
29
- release.type =integration
30
- build.stamp =BUILD-SNAPSHOT
27
+ # release.type=integration
28
+ # build.stamp=BUILD-SNAPSHOT
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Import-Template:
27
27
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
28
28
org.aspectj.weaver.*;version=${aj.osgi.range};resolution:=optional,
29
29
org.codehaus.groovy.*;version="[1.5.0, 2.0.0)";resolution:=optional,
30
- org.hibernate.validator.*;version="[4.1 .0, 5.0.0)";resolution:=optional,
30
+ org.hibernate.validator.*;version="[4.0 .0, 5.0.0)";resolution:=optional,
31
31
org.joda.*;version="[1.6.0, 2.0.0)";resolution:=optional,
32
32
org.jruby.*;version="[1.1.0, 2.0.0)";resolution:=optional,
33
33
org.omg.CORBA.*;version="0";resolution:=optional,
Original file line number Diff line number Diff line change 282
282
<dependency >
283
283
<groupId >org.hibernate</groupId >
284
284
<artifactId >hibernate-validator</artifactId >
285
- <version >4.0 .0.GA</version >
285
+ <version >4.1 .0.GA</version >
286
286
<scope >test</scope >
287
287
</dependency >
288
288
<dependency >
You can’t perform that action at this time.
0 commit comments