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

Commit

Permalink
Updating ant script
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea committed Nov 5, 2013
1 parent dc33649 commit ea0c7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -10,7 +10,7 @@
<property name="product.version.major" value="1"/>
<property name="product.version.minor" value="5"/>
<property name="product.version.level" value="6"/>
<property name='product.version.qualifier' value='-SNAPSHOT'/>
<property name='product.version.qualifier' value=''/>
<property name="product.version"
value="${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}"/>
<property name="product_version"
Expand Down

0 comments on commit ea0c7e7

Please sign in to comment.