Skip to content

Commit

Permalink
REL - Release v1.24
Browse files Browse the repository at this point in the history
- bumped minor version to 1.24
- updated Maven dependency
  • Loading branch information
MaximPlusov committed Jun 22, 2023
1 parent 3a536b3 commit a8d6eef
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion embeddedfileSample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>

<artifactId>embeddedfileSample-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fontSample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>

<artifactId>fontSample-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fontType-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion iccdump-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>

<artifactId>iccdump-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iccprofileSample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>

<artifactId>iccprofileSample-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion imageSample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>

<artifactId>imageSample-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jpylyzer-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>

<artifactId>jpylyzer-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mediaconch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>

<artifactId>mediaconch-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metsMetadata-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>

<artifactId>metsMetadata-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ots-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>verapdf-plugins</artifactId>
<groupId>org.verapdf.plugins</groupId>
<version>1.24.0-RC1</version>
<version>1.24.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.verapdf.plugins</groupId>
<artifactId>verapdf-plugins</artifactId>
<packaging>pom</packaging>
<version>1.24.0-RC1</version>
<version>1.24.0</version>

<repositories>
<repository>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.verapdf</groupId>
<artifactId>core</artifactId>
<version>[1.24.0-RC,1.25.0)</version>
<version>[1.24.0,1.25.0)</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a8d6eef

Please sign in to comment.