mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 06:58:58 +00:00
9 lines
211 B
Properties
9 lines
211 B
Properties
# $Id$
|
|
|
|
# Compile settings
|
|
#
|
|
# Java 1.5 is required due to the use of annotations for metadata.
|
|
# (main Acegi Security project / parent) is Java 1.3 compatible
|
|
#
|
|
maven.compile.target=1.5
|
|
maven.compile.source=1.5 |