Skip to content

Commit

Permalink
REL - Release v1.22 (#1280)
Browse files Browse the repository at this point in the history
- bumped minor version to 1.22
- updated Maven dependency
  • Loading branch information
MaximPlusov authored Sep 14, 2022
1 parent 5d1d13f commit 5135e13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>verapdf-library</artifactId>
<groupId>org.verapdf</groupId>
<version>1.22.0-RC1</version>
<version>1.22.0</version>
</parent>

<artifactId>core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>org.verapdf</groupId>
<artifactId>verapdf-library</artifactId>
<version>1.22.0-RC1</version>
<version>1.22.0</version>
<packaging>pom</packaging>

<name>veraPDF PDF/A Validation Library</name>
Expand All @@ -53,7 +53,7 @@
</scm>

<properties>
<verapdf.model.version>[1.22.0-RC,1.23.0)</verapdf.model.version>
<verapdf.model.version>[1.22.0,1.23.0)</verapdf.model.version>
<sonar.jacoco.itReportPath>${project.basedir}/../target/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.language>java</sonar.language>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion xmp-core-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.verapdf</groupId>
<artifactId>verapdf-library</artifactId>
<version>1.22.0-RC1</version>
<version>1.22.0</version>
</parent>

<artifactId>verapdf-xmp-core-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xmp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.verapdf</groupId>
<artifactId>verapdf-library</artifactId>
<version>1.22.0-RC1</version>
<version>1.22.0</version>
</parent>

<artifactId>verapdf-xmp-core</artifactId>
Expand Down

0 comments on commit 5135e13

Please sign in to comment.