Skip to content

Commit

Permalink
DEV: v1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Feb 9, 2025
1 parent bef34bc commit 4c8e855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-model
=============
The veraPDF Validation model described using a Domain Specific Language developed in [XText](https://eclipse.org/Xtext/).

[![Build Status](https://jenkins.openpreservation.org/job/veraPDF/job/1.27/job/model/badge/icon)](https://jenkins.openpreservation.org/job/veraPDF/job/1.27/job/model/ "OPF Jenkins")
[![Build Status](https://jenkins.openpreservation.org/job/veraPDF/job/1.29/job/model/badge/icon)](https://jenkins.openpreservation.org/job/veraPDF/job/1.29/job/model/ "OPF Jenkins")
[![Maven Central](https://img.shields.io/maven-central/v/org.verapdf/pdf-model.svg)](https://repo1.maven.org/maven2/org/verapdf/pdf-model/ "Maven central")
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0b6a3e7f350c47d4a1ea1c5b500bbf68)](https://app.codacy.com/gh/veraPDF/veraPDF-model/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade "Codacy grade")

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<parent>
<groupId>org.verapdf</groupId>
<artifactId>verapdf-parent</artifactId>
<version>1.27.2</version>
<version>1.29.1</version>
<relativePath />
</parent>

<groupId>org.verapdf</groupId>
<artifactId>pdf-model</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.29.0-SNAPSHOT</version>

<name>veraPDF Validation Model API</name>
<description>Java interfaces for the veraPDF Validation model, generated from the Xtext DSL.</description>
Expand Down Expand Up @@ -69,7 +69,7 @@
</pluginRepositories>

<properties>
<verapdf.model.syntax.version>[1.27.0,1.28.0-RC)</verapdf.model.syntax.version>
<verapdf.model.syntax.version>[1.29.0,1.30.0-RC)</verapdf.model.syntax.version>
<xtext.version>2.26.0</xtext.version>
</properties>

Expand Down

0 comments on commit 4c8e855

Please sign in to comment.