Update commons-attributes version to 2.1
This commit is contained in:
parent
885475b3a7
commit
d435598e37
|
@ -82,25 +82,22 @@ clover.dbfile=acegi_security_coverage.db
|
|||
clover.tmpdir=${target.clover.dir}/tmp
|
||||
target.clover.html.dir=${target.dir}/clover-reports
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# ------------------------------------------------------------------------
|
||||
# docbook reference documentation
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
doc.dir=docs
|
||||
doc.ref.dir=docs/reference
|
||||
dist.ref.dir=docs/reference
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# ------------------------------------------------------------------------
|
||||
# maven configuration
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
# Jar overrides
|
||||
|
||||
maven.jar.override = on
|
||||
|
||||
maven.jar.commons-attributes-api = ${basedir}/lib/jakarta-commons/commons-attributes-api-SNAPSHOT.jar
|
||||
maven.jar.commons-attributes-compiler = ${basedir}/lib/jakarta-commons/commons-attributes-compiler-SNAPSHOT.jar
|
||||
|
||||
maven.jar.cas = ${basedir}/lib/cas/cas-2.0.12-beta3.jar
|
||||
maven.jar.casclient = ${basedir}/lib/cas/casclient-2.0.10.jar
|
||||
|
||||
|
@ -119,5 +116,10 @@ maven.site.deploy.method = fs
|
|||
#maven.clover.jar = ${basedir}/lib/clover/clover.jar
|
||||
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Commons Attributes
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
# org.apache.commons.attributes.enable=true
|
||||
# org.apache.commons.attributes.index.enable=true
|
||||
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
<dependency>
|
||||
<groupId>commons-attributes</groupId>
|
||||
<artifactId>commons-attributes-api</artifactId>
|
||||
<version>SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
<url>http://jakarta.apache.org/commons</url>
|
||||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
|
@ -177,7 +177,7 @@
|
|||
<dependency>
|
||||
<groupId>commons-attributes</groupId>
|
||||
<artifactId>commons-attributes-compiler</artifactId>
|
||||
<version>SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
<url>http://jakarta.apache.org/commons</url>
|
||||
</dependency>
|
||||
|
||||
|
|
Loading…
Reference in New Issue