Skip to content

Commit

Permalink
For #8 - Update README and integration guide with RC-13 release. [ci …
Browse files Browse the repository at this point in the history
…skip]
  • Loading branch information
danfickle committed Apr 5, 2018
1 parent c68fdae commit 3148718
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc
CHANGELOG
========

head - 0.0.1-RC13-SNAPSHOT
head - 0.0.1-RC14-SNAPSHOT
========



0.0.1-RC13
========
+ [Use common base class for PDF and Java2D builder - SOME IMPORTS MAY CHANGE](https://github.com/danfickle/openhtmltopdf/pull/177) Thanks @rototor
+ Major work on transforms, we're getting there, but still test well before use. Thanks @rototor
Expand Down
5 changes: 3 additions & 2 deletions docs/integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ OPEN HTML TO PDF
GETTING OPEN HTML TO PDF
========
New releases of Open HTML to PDF will be distributed through Maven. Search maven for [com.openhtmltopdf](http://mvnrepository.com/artifact/com.openhtmltopdf).
Current maven release is ````0.0.1-RC12````. If you would like to be notified of new releases, please subscribe to the [Maven issue](https://github.com/danfickle/openhtmltopdf/issues/7).
Current maven release is ````0.0.1-RC13````. If you would like to be notified of new releases, please subscribe to the [Maven issue](https://github.com/danfickle/openhtmltopdf/issues/7).
[You can ask for a new release, if needed](https://github.com/danfickle/openhtmltopdf/issues/182).

MAVEN ARTIFACTS
========
Add these to your maven dependencies section as needed:
````xml
<properties>
<!-- Define the version of OPEN HTML TO PDF in the properties section of your POM. -->
<openhtml.version>0.0.1-RC12</openhtml.version>
<openhtml.version>0.0.1-RC13</openhtml.version>
</properties>

<dependency>
Expand Down

0 comments on commit 3148718

Please sign in to comment.