Skip to content

Commit

Permalink
Post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Mar 24, 2017
1 parent a6db0a1 commit 133c983
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@
<property name="build.dir" value="build"/>
<target name="xar">
<mkdir dir="${build.dir}"/>
<!-- Development Version -->
<!-- <zip basedir="." destfile="${build.dir}/${project.app}-${project.version}-dev.xar" excludes="${build.dir}/*, src/xml/*.md"/>-->
<!-- GitHub Release -->
<zip basedir="." destfile="${build.dir}/${project.app}-${project.version}.xar" excludes="${build.dir}/*, src/xml/*.xml"/>
<!-- --------------------------
Development Version
-------------------------- -->
<zip basedir="." destfile="${build.dir}/${project.app}-${project.version}-dev.xar" excludes="${build.dir}/*, src/xml/*.md"/>

<!-- --------------------------
GitHub Release
-------------------------- -->
<!--<zip basedir="." destfile="${build.dir}/${project.app}-${project.version}.xar" excludes="${build.dir}/*, src/xml/*.xml"/>
<zip basedir="." destfile="${build.dir}/${cbdbVersion}-src.zip" includes="src/xml/*.xml"/>
<zip basedir="." destfile="${build.dir}/${teiTitle}-${project.version}.zip" includes="target/**"/>
<zip basedir="." destfile="${build.dir}/${teiTitle}-${project.version}.zip" includes="target/**"/>-->
</target>
</project>

2 changes: 1 addition & 1 deletion expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<title>cbdb-data</title>
<dependency package="http://exist-db.org/apps/shared"/>
</package>

0 comments on commit 133c983

Please sign in to comment.