Skip to content

Commit

Permalink
RC - v1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Feb 9, 2024
1 parent 8890aa8 commit 30d045a
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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.0-SNAPSHOT</version>
<version>1.26.0-RC1</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.25.1</version>
<version>1.26.1</version>
</parent>

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

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

<dependency>
Expand Down

0 comments on commit 30d045a

Please sign in to comment.