Skip to content

Commit

Permalink
DEV: v1.27
Browse files Browse the repository at this point in the history
- bumped version -> 1.27
  • Loading branch information
MaximPlusov committed May 20, 2024
1 parent 0dbddd9 commit eb8a431
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project provides domain specific language support for the [veraPDF PDF/A an
CI Status
---------

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

Expand Down
4 changes: 2 additions & 2 deletions org.verapdf.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<artifactId>verapdf-parent</artifactId>
<groupId>org.verapdf</groupId>
<version>1.25.1</version>
<version>1.27.1</version>
</parent>

<groupId>org.verapdf</groupId>
<artifactId>parent</artifactId>
<version>1.25.0</version>
<version>1.27.0</version>
<packaging>pom</packaging>

<name>veraPDF Model Syntax</name>
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf.sdk/feature.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.verapdf.sdk"
label="Model SDK Feature "
version="1.25.0">
version="1.27.0">
<plugin
id="org.verapdf"
download-size="0"
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../org.verapdf.releng/pom.xml</relativePath>
<groupId>org.verapdf</groupId>
<artifactId>parent</artifactId>
<version>1.25.0</version>
<version>1.27.0</version>
</parent>

<artifactId>org.verapdf.sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.verapdf.tests
Bundle-Vendor: veraPDF Consortium
Bundle-Version: 1.25.0
Bundle-Version: 1.27.0
Bundle-SymbolicName: org.verapdf.tests; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.verapdf,
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../org.verapdf.releng/pom.xml</relativePath>
<groupId>org.verapdf</groupId>
<artifactId>parent</artifactId>
<version>1.25.0</version>
<version>1.27.0</version>
</parent>

<artifactId>org.verapdf.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.verapdf.ui
Bundle-Vendor: veraPDF Consortium
Bundle-Version: 1.25.0
Bundle-Version: 1.27.0
Bundle-SymbolicName: org.verapdf.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.verapdf;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../org.verapdf.releng/pom.xml</relativePath>
<groupId>org.verapdf</groupId>
<artifactId>parent</artifactId>
<version>1.25.0</version>
<version>1.27.0</version>
</parent>

<artifactId>org.verapdf.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../org.verapdf.releng/pom.xml</relativePath>
<groupId>org.verapdf</groupId>
<artifactId>parent</artifactId>
<version>1.25.0</version>
<version>1.27.0</version>
</parent>

<artifactId>org.verapdf.updatesite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.verapdf
Bundle-Vendor: veraPDF Consortium
Bundle-Version: 1.25.0
Bundle-Version: 1.27.0
Bundle-SymbolicName: org.verapdf; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="[2.26.0,2.27.0)";visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion org.verapdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.verapdf.releng/pom.xml</relativePath>
<groupId>org.verapdf</groupId>
<artifactId>parent</artifactId>
<version>1.25.0</version>
<version>1.27.0</version>
</parent>

<artifactId>org.verapdf</artifactId>
Expand Down

0 comments on commit eb8a431

Please sign in to comment.