Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmj committed Sep 6, 2019
1 parent d4aa4b0 commit 1bdc783
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ It supports the following options:

```
<project name="Test" basedir="." default="build">
<taskdef name="schematron" classname="name.dmaus.schxslt.ant.Task" classpath="/path/to/ant-schxsl-1.2.3.jar"/>
<taskdef name="schematron" classname="name.dmaus.schxslt.ant.Task" classpath="/path/to/ant-schxsl-1.3.jar"/>
<target name="build">
<schematron schema="schema.sch" file="document.xml" report="report.xml" phase="myPhase"/>
</target>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.3
4 changes: 2 additions & 2 deletions 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>ant</artifactId>
<version>1.2.3</version>
<version>1.3</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -46,4 +46,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 1bdc783

Please sign in to comment.