Skip to content

Commit

Permalink
Prepare v1.0.0
Browse files Browse the repository at this point in the history
And remove duplicate properties in build.xml
  • Loading branch information
joewiz committed Feb 15, 2018
1 parent dde9fea commit 6107cbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#

project.name=fundocs
project.version=0.9
project.version=1.0.0
6 changes: 2 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<project default="all" name="XQuery Function Documentation">
<property file="local.build.properties"/>
<property file="build.properties"/>
<property name="project.app" value="fundocs"/>
<property name="project.version" value="0.8.1"/>
<property name="build" value="build"/>
<property name="data" value="data"/>
<property name="server.url" value="http://demo.exist-db.org/exist/apps/public-repo/public/"/>
Expand All @@ -23,7 +21,7 @@
<filter token="project.version" value="${project.version}"/>
</filterset>
</copy>
<zip basedir="." destfile="${build}/${project.app}-${project.version}${git.commit}.xar">
<zip basedir="." destfile="${build}/${project.name}-${project.version}${git.commit}.xar">
<exclude name="${build}/*"/>
<exclude name="${data}/*.xml"/>
<exclude name=".git*"/>
Expand All @@ -35,7 +33,7 @@
<input message="Enter password:" addproperty="server.pass" defaultvalue="">
<handler type="secure"/>
</input>
<property name="xar" value="${project.app}-${project.version}${git.commit}.xar"/>
<property name="xar" value="${project.name}-${project.version}${git.commit}.xar"/>
<exec executable="curl">
<arg line="-T ${build}/${xar} -u admin:${server.pass} ${server.url}/${xar}"/>
</exec>
Expand Down
2 changes: 1 addition & 1 deletion repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<prepare>pre-install.xql</prepare>
<finish/>
<changelog>
<change version="0.8.1">
<change version="1.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Adopt correct syntax for empty-sequence node test, supported from eXist-db 4.0.0</li>
</ul>
Expand Down

0 comments on commit 6107cbf

Please sign in to comment.