Skip to content

Commit

Permalink
REL - Release v1.10
Browse files Browse the repository at this point in the history
- bumped minor -> 1.10 for release;
- updated model dependency; and
- added issue and PR badges to README.md.
  • Loading branch information
carlwilson committed Nov 29, 2017
1 parent ecc37cb commit 1d6c3cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ veraPDF-library
[![CodeCov Coverage](https://img.shields.io/codecov/c/github/veraPDF/veraPDF-library.svg)](https://codecov.io/gh/veraPDF/veraPDF-library/ "CodeCov coverage")
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cfafc08b44eb49b6aa790d6aaff09cd3)](https://www.codacy.com/app/carlwilson/veraPDF-library?utm_source=github.com&utm_medium=referral&utm_content=veraPDF/veraPDF-library&utm_campaign=Badge_Grade "Codacy grade")

[![GitHub issues](https://img.shields.io/github/issues/veraPDF/veraPDF-library.svg)](https://github.com/veraPDF/veraPDF-library/issues "Open issues on GitHub")
[![GitHub issues](https://img.shields.io/github/issues-closed/veraPDF/veraPDF-library.svg)](https://github.com/veraPDF/veraPDF-library/issues-closed "Open issues on GitHub")
[![GitHub issues](https://img.shields.io/github/issues-pr/veraPDF/veraPDF-library.svg)](https://github.com/veraPDF/veraPDF-library/issues-pr "Open issues on GitHub")
[![GitHub issues](https://img.shields.io/github/issues-pr-closed/veraPDF/veraPDF-library.svg)](https://github.com/veraPDF/veraPDF-library/issues-pr-closed "Open issues on GitHub")

Licensing
---------
The veraPDF PDF/A Validation Library is dual-licensed, see:
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>verapdf-library</artifactId>
<groupId>org.verapdf</groupId>
<version>1.9.0-SNAPSHOT</version>
<version>1.10.0</version>
</parent>

<artifactId>core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>org.verapdf</groupId>
<artifactId>verapdf-library</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.10.0</version>
<packaging>pom</packaging>

<name>veraPDF PDF/A Validation Library</name>
Expand All @@ -51,7 +51,7 @@
</scm>

<properties>
<verapdf.model.version>[1.9.0,1.10.0)</verapdf.model.version>
<verapdf.model.version>[1.10.0,1.11.0)</verapdf.model.version>
<verapdf.xmp.version>[0.12.0,0.13.0)</verapdf.xmp.version>
<sonar.jacoco.itReportPath>${project.basedir}/../target/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.language>java</sonar.language>
Expand Down

0 comments on commit 1d6c3cc

Please sign in to comment.