diff --git a/_config.yml b/_config.yml
index 8d24d93..bd0943d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -3,4 +3,4 @@ gems:
# Google services
vera_google_analytics: UA-64476051-2
preforma_google_analytics: UA-25697327-3
-verapdf_version_number: 1.28.2
+verapdf_version_number: 1.30.2
diff --git a/develop/processor/index.md b/develop/processor/index.md
index c8e3b99..4e84c2b 100644
--- a/develop/processor/index.md
+++ b/develop/processor/index.md
@@ -10,7 +10,7 @@ The main entry point to integrate veraPDF project into another one is to use the
## Example Integration
```java
public static void main(String[] args) {
- // Foundry initialising. Can be changed into PDFBox based one
+ // Foundry initialising.
VeraGreenfieldFoundryProvider.initialise();
// Default validator config
ValidatorConfig validatorConfig = ValidatorFactory.defaultConfig();
diff --git a/install/index.md b/install/index.md
index ab074a2..c042eba 100644
--- a/install/index.md
+++ b/install/index.md
@@ -40,12 +40,7 @@ All versions of the installer are provided as a zip file that contains:
- a bash script that executes the installer on Linux or Mac OS machines,
`vera-install`.
-The installer jar file includes the application binary files and supplementary
-resources, including:
-
-- Validation Model description;
-- test PDF Documents; and
-- the veraPDF Validation Profiles.
+The installer jar file includes the application binary files.
## Using the veraPDF installer
@@ -85,11 +80,6 @@ the installation on another computer, see [Automated installation](#autoinstall)
## What's installed where?
-Following installation, test PDF Documents can be found in the ‘corpus’ subfolder
-below the application installation folder, the Validation Model description is
-located in the ‘model’ subfolder, while the Validation Profiles are located in
-the ‘profiles’ subfolder.
-
The implementation of the veraPDF Command line application, Desktop GUI and
other software components are located in ‘bin’ subfolder.
@@ -109,10 +99,9 @@ A typical example is shown below:
-
-
-
-
+
+
+
@@ -136,11 +125,13 @@ Installation started
Framework: 5.1.3-84aaf (IzPack)
Platform: linux,version=6.1.27-gentoo-r1-x86_64,arch=x64,symbolicName=null,javaVersion=17.0.8.1
[ Starting to unpack ]
-[ Processing package: veraPDF GUI (1/3) ]
+[ Processing package: veraPDF GUI (1/4) ]
+Cleaning up the target folder ...
+[ Processing package: veraPDF CLI (2/4) ]
Cleaning up the target folder ...
-[ Processing package: veraPDF Mac and *nix Scripts (2/3) ]
+[ Processing package: veraPDF Documentation (3/4) ]
Cleaning up the target folder ...
-[ Processing package: veraPDF Documentation (3/3) ]
+[ Processing package: veraPDF Sample Plugins (4/4) ]
Cleaning up the target folder ...
[ Unpacking finished ]
Installation finished