File tree Expand file tree Collapse file tree 8 files changed +19
-19
lines changed
Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 4747 owner: 'veraPDF',
4848 repo: 'verapdf-integration-tests',
4949 workflow_id: 'run-pdfa-tests-workflow.yml',
50- ref: 'integration '
50+ ref: 'rc/1.28 '
5151 })
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.28rc /job/apps/badge/icon )] ( https://jenkins.openpreservation.org/job/veraPDF/job/1.28rc /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.28 .0-RC1 </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.28 .0-RC1 </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.28 .0-RC1 </version >
3030 </parent >
3131
3232 <groupId >org.verapdf.apps</groupId >
207207<!-- </execution>-->
208208 <execution >
209209 <!-- Download the veraPDF validation profiles from GitHub -->
210- <id >profiles-integration </id >
210+ <id >profiles-rc/1.28 </id >
211211 <phase >package</phase >
212212 <goals >
213213 <goal >wget</goal >
214214 </goals >
215215 <configuration >
216- <url >https://github.com/veraPDF/veraPDF-validation-profiles/archive/integration .zip</url >
216+ <url >https://github.com/veraPDF/veraPDF-validation-profiles/archive/rc/1.28 .zip</url >
217217 <unpack >false</unpack >
218218 <skipCache >true</skipCache >
219219 <outputDirectory >${project.build.directory} /staging/profiles</outputDirectory >
220220 </configuration >
221221 </execution >
222222 <execution >
223- <id >model-integration </id >
223+ <id >model-rc/1.28 </id >
224224 <phase >package</phase >
225225 <goals >
226226 <goal >wget</goal >
227227 </goals >
228228 <configuration >
229- <url >https://github.com/veraPDF/veraPDF-model/archive/integration .zip</url >
229+ <url >https://github.com/veraPDF/veraPDF-model/archive/rc/1.28 .zip</url >
230230 <unpack >false</unpack >
231231 <skipCache >true</skipCache >
232232 <outputDirectory >${project.build.directory} /staging/model</outputDirectory >
252252 <goal >wget</goal >
253253 </goals >
254254 <configuration >
255- <url >http://software.verapdf.org/dev/veraPDF-sample-plugin-pack-dev .zip</url >
255+ <url >http://software.verapdf.org/dev/veraPDF-sample-plugin-pack-rc .zip</url >
256256 <unpack >false</unpack >
257257 <skipCache >true</skipCache >
258258 <outputDirectory >${project.build.directory} /staging/plugins</outputDirectory >
Original file line number Diff line number Diff line change 8383 </updatecheck >
8484 <
file targetdir =
" $INSTALL_PATH/bin" src =
" bin/@verapdf.apps.package@[email protected] @.jar" />
8585 <
executable targetfile =
" $INSTALL_PATH/bin/@verapdf.apps.package@[email protected] @.jar" />
86- <file targetdir =" $INSTALL_PATH/profiles" src =" profiles/integration .zip" unpack =" true" />
86+ <file targetdir =" $INSTALL_PATH/profiles" src =" profiles/1.28 .zip" unpack =" true" />
8787 <file targetdir =" $INSTALL_PATH/plugins" src =" plugins/README.txt" />
8888 </pack >
8989 <pack name =" veraPDF Mac and *nix Scripts" required =" yes" >
119119 <updatecheck >
120120 <include name =" model/**" />
121121 </updatecheck >
122- <file targetdir =" $INSTALL_PATH/model" src =" model/integration .zip" unpack =" true" />
122+ <file targetdir =" $INSTALL_PATH/model" src =" model/1.28 .zip" unpack =" true" />
123123 </pack >
124124 <pack name =" veraPDF Documentation" required =" no" >
125125 <description >The veraPDF documentation.</description >
136136 <include name =" plugins/**" />
137137 <include name =" config/**" />
138138 </updatecheck >
139- <file targetdir =" $INSTALL_PATH" src =" plugins/veraPDF-sample-plugin-pack-dev .zip" unpack =" true" />
139+ <file targetdir =" $INSTALL_PATH" src =" plugins/veraPDF-sample-plugin-pack-rc .zip" unpack =" true" />
140140 <parsable targetfile =" $INSTALL_PATH/config/plugins.xml" type =" xml" />
141141 </pack >
142142 </packs >
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.28 .0-RC1 </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.28.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.28 .0-RC1 </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>
76- <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>
75+ <verapdf .library.version>[1.28.0-RC ,1.29.0 )</verapdf .library.version>
76+ <verapdf .pdfbox.validation.version>[1.28.0-RC ,1.29.0 )</verapdf .pdfbox.validation.version>
77+ <verapdf .validation.version>[1.28.0-RC ,1.29.0 )</verapdf .validation.version>
7878 </properties >
7979
8080 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments