Skip to content

Commit

Permalink
Updates for release 1.0.5
Browse files Browse the repository at this point in the history
Testing against DITA-OT 3.2
  • Loading branch information
jason-fox committed Nov 7, 2018
1 parent d2e8477 commit 263e279
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jdk:
- oraclejdk8
env:
- DITA_OT=2.5.4
- DITA_OT=3.1
- DITA_OT=3.2
before_script:
- zip -r fox.jason.unit-test.zip . -x *.zip* *.git/* *temp/* *out/*
- curl -LO https://github.com/dita-ot/dita-ot/releases/download/$DITA_OT/dita-ot-$DITA_OT.zip
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Unit Test Framework for DITA-OT
===============================

[![license](https://img.shields.io/github/license/jason-fox/fox.jason.unit-test.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![DITA-OT 3,1](https://img.shields.io/badge/DITA--OT-3.1-blue.svg)](http://www.dita-ot.org/3.1)
[![DITA-OT 3.2](https://img.shields.io/badge/DITA--OT-3.2-blue.svg)](http://www.dita-ot.org/3.2)
[![DITA-OT 2.5](https://img.shields.io/badge/DITA--OT-2.5-green.svg)](http://www.dita-ot.org/2.5)
<br/>
[![Build Status](https://travis-ci.org/jason-fox/fox.jason.unit-test.svg?branch=master)](https://travis-ci.org/jason-fox/fox.jason.unit-test)
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
See the accompanying LICENSE file for applicable licenses.
-->
<plugin id="fox.jason.unit-test">
<feature extension="package.version" value="1.0.3"/>
<feature extension="package.version" value="1.0.5"/>

<feature extension="dita.conductor.transtype.check" value="antro"/>
<feature extension="dita.conductor.transtype.check" value="antro-ui"/>
Expand Down

0 comments on commit 263e279

Please sign in to comment.