Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Upgrading versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea committed May 10, 2011
1 parent d882879 commit a48de71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions build.xml
Expand Up @@ -17,7 +17,7 @@
<property name="product.version.major" value="1"/>
<property name="product.version.minor" value="4"/>
<property name="product.version.level" value="5"/>
<property name='product.version.qualifier' value='-SNAPSHOT'/>
<property name='product.version.qualifier' value='-RC1'/>
<property name="product.version"
value="${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}"/>
<property name="product_version"
Expand Down Expand Up @@ -685,9 +685,6 @@
todir="${dir.build.bindist}/libs"/>

<mkdir dir="${dir.build.bindist}/doc"/>
<copy todir="${dir.build.bindist}/doc">
<fileset dir="${dir.docs}/build/site"/>
</copy>
<mkdir dir="${dir.build.bindist}/doc/Java/api" />
<copy todir="${dir.build.bindist}/doc/Java/api">
<fileset dir="${dir.build.docs.html}/javadoc"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@
<artifactId>xmlsec</artifactId>
<packaging>bundle</packaging>
<name>Apache Santuario</name>
<version>1.4.5-SNAPSHOT</version>
<version>1.4.5-RC1</version>
<description>
Apache Santuario supports XML-Signature Syntax and Processing,
W3C Recommendation 12 February 2002, and XML Encryption Syntax and
Expand Down

0 comments on commit a48de71

Please sign in to comment.