Skip to content

Commit

Permalink
REL 1.26 - Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed May 26, 2024
1 parent 7790272 commit 6f0ed95
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ gems:
# Google services
vera_google_analytics: UA-64476051-2
preforma_google_analytics: UA-25697327-3
verapdf_version_number: 1.24.1
verapdf_version_number: 1.26.1
8 changes: 4 additions & 4 deletions develop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To include veraPDF's greenfield parser and validation model add:
<dependency>
<groupId>org.verapdf</groupId>
<artifactId>validation-model</artifactId>
<version>1.24.1</version>
<version>1.26.1</version>
</dependency>
```

Expand All @@ -57,7 +57,7 @@ This can be included in your project with this Maven dependency:
<dependency>
<groupId>org.verapdf</groupId>
<artifactId>pdfbox-validation-model</artifactId>
<version>1.24.1</version>
<version>1.26.1</version>
</dependency>
```

Expand All @@ -68,7 +68,7 @@ Both implementations above depend on javax. If your project uses jakarta, you sh
<dependency>
<groupId>org.verapdf</groupId>
<artifactId>validation-model-jakarta</artifactId>
<version>1.24.1</version>
<version>1.26.1</version>
</dependency>
```

Expand All @@ -78,7 +78,7 @@ for Greenfield implementation and
<dependency>
<groupId>org.verapdf</groupId>
<artifactId>pdfbox-validation-model-jakarta</artifactId>
<version>1.24.1</version>
<version>1.26.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Maven shade plugin.
<dependency>
<groupId>org.verapdf</groupId>
<artifactId>core</artifactId>
<version>[1.24.0,1.25.0)</version>
<version>[1.26.0,1.27.0)</version>
</dependency>
</dependencies>
<build>
Expand Down
6 changes: 3 additions & 3 deletions policy/info-dict/report.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<report>
<buildInformation>
<releaseDetails id="core" version="1.24.1" buildDate="2023-01-10T02:34:00Z"/>
<releaseDetails id="gui" version="1.24.1" buildDate="2023-01-13T11:30:00Z"/>
<releaseDetails id="validation-model" version="1.24.1" buildDate="2023-01-10T02:39:00Z"/>
<releaseDetails id="core" version="1.26.1" buildDate="2024-01-10T02:34:00Z"/>
<releaseDetails id="gui" version="1.26.1" buildDate="2024-01-13T11:30:00Z"/>
<releaseDetails id="validation-model" version="1.26.1" buildDate="2024-01-10T02:39:00Z"/>
</buildInformation>
<jobs>
<job>
Expand Down

0 comments on commit 6f0ed95

Please sign in to comment.