瀏覽代碼

Update commons-attributes version to 2.1

Luke Taylor 21 年之前
父節點
當前提交
d435598e37
共有 2 個文件被更改,包括 11 次插入9 次删除
  1. 9 7
      project.properties
  2. 2 2
      project.xml

+ 9 - 7
project.properties

@@ -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
 

+ 2 - 2
project.xml

@@ -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>