File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
6
6
project.name =fundocs
7
- project.version =0.9
7
+ project.version =1.0.0
Original file line number Diff line number Diff line change 2
2
<project default =" all" name =" XQuery Function Documentation" >
3
3
<property file =" local.build.properties" />
4
4
<property file =" build.properties" />
5
- <property name =" project.app" value =" fundocs" />
6
- <property name =" project.version" value =" 0.8.1" />
7
5
<property name =" build" value =" build" />
8
6
<property name =" data" value =" data" />
9
7
<property name =" server.url" value =" http://demo.exist-db.org/exist/apps/public-repo/public/" />
23
21
<filter token =" project.version" value =" ${ project.version } " />
24
22
</filterset >
25
23
</copy >
26
- <zip basedir =" ." destfile =" ${ build } /${ project.app } -${ project.version } ${ git.commit } .xar" >
24
+ <zip basedir =" ." destfile =" ${ build } /${ project.name } -${ project.version } ${ git.commit } .xar" >
27
25
<exclude name =" ${ build } /*" />
28
26
<exclude name =" ${ data } /*.xml" />
29
27
<exclude name =" .git*" />
35
33
<input message =" Enter password:" addproperty =" server.pass" defaultvalue =" " >
36
34
<handler type =" secure" />
37
35
</input >
38
- <property name =" xar" value =" ${ project.app } -${ project.version } ${ git.commit } .xar" />
36
+ <property name =" xar" value =" ${ project.name } -${ project.version } ${ git.commit } .xar" />
39
37
<exec executable =" curl" >
40
38
<arg line =" -T ${ build } /${ xar } -u admin:${ server.pass } ${ server.url } /${ xar } " />
41
39
</exec >
Original file line number Diff line number Diff line change 12
12
<prepare >pre-install.xql</prepare >
13
13
<finish />
14
14
<changelog >
15
- <change version =" 0.8.1 " >
15
+ <change version =" 1.0.0 " >
16
16
<ul xmlns =" http://www.w3.org/1999/xhtml" >
17
17
<li >Adopt correct syntax for empty-sequence node test, supported from eXist-db 4.0.0</li >
18
18
</ul >
You can’t perform that action at this time.
0 commit comments