Skip to content

Commit 133c983

Browse files
committed
Post-release version bump
1 parent a6db0a1 commit 133c983

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

build.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@
88
<property name="build.dir" value="build"/>
99
<target name="xar">
1010
<mkdir dir="${build.dir}"/>
11-
<!-- Development Version -->
12-
<!-- <zip basedir="." destfile="${build.dir}/${project.app}-${project.version}-dev.xar" excludes="${build.dir}/*, src/xml/*.md"/>-->
13-
<!-- GitHub Release -->
14-
<zip basedir="." destfile="${build.dir}/${project.app}-${project.version}.xar" excludes="${build.dir}/*, src/xml/*.xml"/>
11+
<!-- --------------------------
12+
Development Version
13+
-------------------------- -->
14+
<zip basedir="." destfile="${build.dir}/${project.app}-${project.version}-dev.xar" excludes="${build.dir}/*, src/xml/*.md"/>
15+
16+
<!-- --------------------------
17+
GitHub Release
18+
-------------------------- -->
19+
<!--<zip basedir="." destfile="${build.dir}/${project.app}-${project.version}.xar" excludes="${build.dir}/*, src/xml/*.xml"/>
1520
<zip basedir="." destfile="${build.dir}/${cbdbVersion}-src.zip" includes="src/xml/*.xml"/>
16-
<zip basedir="." destfile="${build.dir}/${teiTitle}-${project.version}.zip" includes="target/**"/>
21+
<zip basedir="." destfile="${build.dir}/${teiTitle}-${project.version}.zip" includes="target/**"/>-->
1722
</target>
1823
</project>
1924

expath-pkg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/cbdb-data" abbrev="cbdb-data" version="0.6.1" spec="1.0">
2+
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/cbdb-data" abbrev="cbdb-data" version="0.6.2" spec="1.0">
33
<title>cbdb-data</title>
44
<dependency package="http://exist-db.org/apps/shared"/>
55
</package>

0 commit comments

Comments
 (0)