Skip to content

Commit b06752e

Browse files
committed
REL - v1.26
- bumped minor version to 1.26 - updated maven dependency - updated readme - updated parent version to 1.26.2
1 parent cd92ed7 commit b06752e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ veraPDF-library
22
===============
33
*Industry Supported PDF/A and PDF/UA Validation*
44

5-
[![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")
5+
[![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")
66
[![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")
77
[![CodeCov Coverage](https://img.shields.io/codecov/c/github/veraPDF/veraPDF-library.svg)](https://codecov.io/gh/veraPDF/veraPDF-library/ "CodeCov coverage")
88
[![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")

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>verapdf-library</artifactId>
3030
<groupId>org.verapdf</groupId>
31-
<version>1.26.0-RC1</version>
31+
<version>1.26.0</version>
3232
</parent>
3333

3434
<artifactId>core</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
<parent>
2929
<groupId>org.verapdf</groupId>
3030
<artifactId>verapdf-parent</artifactId>
31-
<version>1.26.1</version>
31+
<version>1.26.2</version>
3232
</parent>
3333

3434
<groupId>org.verapdf</groupId>
3535
<artifactId>verapdf-library</artifactId>
36-
<version>1.26.0-RC1</version>
36+
<version>1.26.0</version>
3737
<packaging>pom</packaging>
3838

3939
<name>veraPDF PDF/A Validation Library</name>
@@ -72,7 +72,7 @@
7272
</scm>
7373

7474
<properties>
75-
<verapdf.model.version>[1.26.0-RC,1.27.0)</verapdf.model.version>
75+
<verapdf.model.version>[1.26.0,1.27.0)</verapdf.model.version>
7676
<sonar.jacoco.itReportPath>${project.basedir}/../target/jacoco-it.exec</sonar.jacoco.itReportPath>
7777
<sonar.language>java</sonar.language>
7878
</properties>

xmp-core-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.verapdf</groupId>
88
<artifactId>verapdf-library</artifactId>
9-
<version>1.26.0-RC1</version>
9+
<version>1.26.0</version>
1010
</parent>
1111

1212
<artifactId>verapdf-xmp-core-coverage</artifactId>

xmp-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.verapdf</groupId>
88
<artifactId>verapdf-library</artifactId>
9-
<version>1.26.0-RC1</version>
9+
<version>1.26.0</version>
1010
</parent>
1111

1212
<artifactId>verapdf-xmp-core</artifactId>

0 commit comments

Comments
 (0)