File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ name: Publish image to GitHub Packages
2323on :
2424 push :
2525 tags :
26- - v1.27 .*
26+ - v1.29 .*
2727
2828env :
2929 REGISTRY : ghcr.io
6464 push : true
6565 file : Dockerfile
6666 build-args : |
67- VERAPDF_VERSION=1.27
67+ VERAPDF_VERSION=1.29
6868 VERAPDF_MINOR_VERSION=${{ steps.version.outputs.version }}
6969 VERAPDF_INSTALLER_FOLDER=develop
7070 tags : ghcr.io/verapdf/cli:latest,ghcr.io/verapdf/cli:${{ github.ref_name }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ name: Trigger publish rest image to github
2424on :
2525 push :
2626 tags :
27- - v1.27 *
27+ - v1.29 *
2828
2929jobs :
3030 trigger_build :
Original file line number Diff line number Diff line change 22
33* Command line and GUI industry supported PDF/A and PDF/UA Validation*
44
5- [ ![ Build Status] ( https://jenkins.openpreservation.org/job/veraPDF/job/1.27 /job/apps/badge/icon )] ( https://jenkins.openpreservation.org/job/veraPDF/job/1.27 /job/apps/ " OPF Jenkins ")
5+ [ ![ Build Status] ( https://jenkins.openpreservation.org/job/veraPDF/job/1.29 /job/apps/badge/icon )] ( https://jenkins.openpreservation.org/job/veraPDF/job/1.29 /job/apps/ " OPF Jenkins ")
66[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.verapdf/verapdf-apps.svg )] ( https://repo1.maven.org/maven2/org/verapdf/verapdf-apps/ " Maven central ")
77[ ![ CodeCov Coverage] ( https://img.shields.io/codecov/c/github/veraPDF/veraPDF-apps.svg )] ( https://codecov.io/gh/veraPDF/veraPDF-apps/ " CodeCov coverage ")
88[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/ac55527c6ac04c3ab57c932c85c9be4d )] ( https://app.codacy.com/gh/veraPDF/veraPDF-apps/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade " Codacy grade ")
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >org.verapdf</groupId >
2727 <artifactId >verapdf-apps</artifactId >
28- <version >1.27 .0-SNAPSHOT</version >
28+ <version >1.29 .0-SNAPSHOT</version >
2929 </parent >
3030 <groupId >org.verapdf.apps</groupId >
3131 <artifactId >greenfield-apps</artifactId >
Original file line number Diff line number Diff line change 2828 <parent >
2929 <groupId >org.verapdf</groupId >
3030 <artifactId >verapdf-apps</artifactId >
31- <version >1.27 .0-SNAPSHOT</version >
31+ <version >1.29 .0-SNAPSHOT</version >
3232 </parent >
3333
3434 <groupId >org.verapdf.apps</groupId >
Original file line number Diff line number Diff line change 2626 <parent >
2727 <groupId >org.verapdf</groupId >
2828 <artifactId >verapdf-apps</artifactId >
29- <version >1.27 .0-SNAPSHOT</version >
29+ <version >1.29 .0-SNAPSHOT</version >
3030 </parent >
3131
3232 <groupId >org.verapdf.apps</groupId >
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >org.verapdf</groupId >
2727 <artifactId >verapdf-apps</artifactId >
28- <version >1.27 .0-SNAPSHOT</version >
28+ <version >1.29 .0-SNAPSHOT</version >
2929 </parent >
3030 <groupId >org.verapdf.apps</groupId >
3131 <artifactId >pdfbox-apps</artifactId >
Original file line number Diff line number Diff line change 2828 <parent >
2929 <artifactId >verapdf-parent</artifactId >
3030 <groupId >org.verapdf</groupId >
31- <version >1.27.2 </version >
31+ <version >1.29.1 </version >
3232 </parent >
3333
3434 <groupId >org.verapdf</groupId >
3535 <artifactId >verapdf-apps</artifactId >
36- <version >1.27 .0-SNAPSHOT</version >
36+ <version >1.29 .0-SNAPSHOT</version >
3737 <packaging >pom</packaging >
3838
3939 <name >veraPDF Validation Applications</name >
7272 <properties >
7373 <sonar .jacoco.itReportPath>${project.basedir} /../target/jacoco-it.exec</sonar .jacoco.itReportPath>
7474 <sonar .language>java</sonar .language>
75- <verapdf .library.version>[1.27 .0,1.28 .0-RC)</verapdf .library.version>
75+ <verapdf .library.version>[1.29 .0,1.30 .0-RC)</verapdf .library.version>
7676 <verapdf .pdfbox.validation.version>[1.27.0,1.28.0-RC)</verapdf .pdfbox.validation.version>
77- <verapdf .validation.version>[1.27 .0,1.28 .0-RC)</verapdf .validation.version>
77+ <verapdf .validation.version>[1.29 .0,1.30 .0-RC)</verapdf .validation.version>
7878 </properties >
7979
8080 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments