Skip to content

Commit

Permalink
REL - v1.26
Browse files Browse the repository at this point in the history
- bumped minor version to 1.26
- updated maven dependency
- updated readme
- updated parent version to 1.26.2
  • Loading branch information
MaximPlusov committed May 16, 2024
1 parent cd92ed7 commit b06752e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ veraPDF-library
===============
*Industry Supported PDF/A and PDF/UA Validation*

[![Build Status](https://jenkins.openpreservation.org/job/veraPDF/job/1.26rc/job/library/badge/icon)](https://jenkins.openpreservation.org/job/veraPDF/job/1.26rc/job/library/ "OPF Jenkins")
[![Build Status](https://jenkins.openpreservation.org/job/veraPDF/job/1.26/job/library/badge/icon)](https://jenkins.openpreservation.org/job/veraPDF/job/1.26/job/library/ "OPF Jenkins")
[![Maven Central](https://img.shields.io/maven-central/v/org.verapdf/verapdf-library.svg)](https://repo1.maven.org/maven2/org/verapdf/verapdf-library/ "Maven central")
[![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://app.codacy.com/project/badge/Grade/79a5ff15e77444d79d6e97cc40bb458c)](https://app.codacy.com/gh/veraPDF/veraPDF-library/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade "Codacy grade")
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.26.0-RC1</version>
<version>1.26.0</version>
</parent>

<artifactId>core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<parent>
<groupId>org.verapdf</groupId>
<artifactId>verapdf-parent</artifactId>
<version>1.26.1</version>
<version>1.26.2</version>
</parent>

<groupId>org.verapdf</groupId>
<artifactId>verapdf-library</artifactId>
<version>1.26.0-RC1</version>
<version>1.26.0</version>
<packaging>pom</packaging>

<name>veraPDF PDF/A Validation Library</name>
Expand Down Expand Up @@ -72,7 +72,7 @@
</scm>

<properties>
<verapdf.model.version>[1.26.0-RC,1.27.0)</verapdf.model.version>
<verapdf.model.version>[1.26.0,1.27.0)</verapdf.model.version>
<sonar.jacoco.itReportPath>${project.basedir}/../target/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.language>java</sonar.language>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion xmp-core-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.verapdf</groupId>
<artifactId>verapdf-library</artifactId>
<version>1.26.0-RC1</version>
<version>1.26.0</version>
</parent>

<artifactId>verapdf-xmp-core-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xmp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.verapdf</groupId>
<artifactId>verapdf-library</artifactId>
<version>1.26.0-RC1</version>
<version>1.26.0</version>
</parent>

<artifactId>verapdf-xmp-core</artifactId>
Expand Down

0 comments on commit b06752e

Please sign in to comment.