Skip to content

Commit

Permalink
Merge pull request #34 from veraPDF/update_dev
Browse files Browse the repository at this point in the history
DEV: v1.25
  • Loading branch information
MaximPlusov authored Jun 23, 2023
2 parents cfe15fd + e2cf8a1 commit 8890aa8
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</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.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<groupId>org.verapdf.plugins</groupId>
<artifactId>verapdf-plugins</artifactId>
<packaging>pom</packaging>
<version>1.23.0-SNAPSHOT</version>
<version>1.25.0-SNAPSHOT</version>

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

<dependency>
Expand Down

0 comments on commit 8890aa8

Please sign in to comment.