Skip to content

Commit

Permalink
Bump version to 1.2-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmj committed May 27, 2019
1 parent 2ba3043 commit 160ab19
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2-rc1
1.2-rc2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>name.dmaus.schxslt</groupId>
<artifactId>schxslt</artifactId>
<version>1.2-rc1</version>
<version>1.2-rc2</version>

<name>SchXslt</name>
<description>An XSLT-based Schematron processor</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/xslt/compile/functions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</xsl:function>

<xsl:function name="schxslt:version" as="xs:string">
<xsl:text>1.2-rc1</xsl:text>
<xsl:text>1.2-rc2</xsl:text>
</xsl:function>

</xsl:transform>
2 changes: 1 addition & 1 deletion src/main/xquery/basex/expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package xmlns="http://expath.org/ns/pkg" name="https://doi.org/10.5281/zenodo.1495494" abbrev="schxslt" spec="1.0" version="1.2-rc1">
<package xmlns="http://expath.org/ns/pkg" name="https://doi.org/10.5281/zenodo.1495494" abbrev="schxslt" spec="1.0" version="1.2-rc2">

<title>Schematron validation with SchXslt</title>
<dependency processor="basex"/>
Expand Down
4 changes: 2 additions & 2 deletions src/main/xquery/exist/expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package xmlns="http://expath.org/ns/pkg" name="https://doi.org/10.5281/zenodo.1495494" abbrev="schxslt" spec="1.0" version="1.2-rc1">
<package xmlns="http://expath.org/ns/pkg" name="https://doi.org/10.5281/zenodo.1495494" abbrev="schxslt" spec="1.0" version="1.2-rc2">

<title>Schematron validation with SchXslt</title>
<dependency processor="eXist-db"/>
Expand All @@ -7,4 +7,4 @@
<namespace>https://doi.org/10.5281/zenodo.1495494</namespace>
<file>schxslt.xqm</file>
</xquery>
</package>
</package>

0 comments on commit 160ab19

Please sign in to comment.