Skip to content

Commit 7b1f1f2

Browse files
committed
[bugfix] Improve <JDK5 profile activation
1 parent 5a80f86 commit 7b1f1f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,9 @@
484484

485485
<profiles>
486486
<profile>
487+
<id>jdk-less-than-5</id>
487488
<activation>
488-
<jdk>1.4</jdk>
489+
<jdk>[1.3,1.5)</jdk>
489490
</activation>
490491
<dependencies>
491492
<dependency>

0 commit comments

Comments
 (0)