From 0ade7af7b174e164f513d209f443052390d1dae7 Mon Sep 17 00:00:00 2001 From: torakiki Date: Tue, 31 Jan 2023 11:30:24 +0100 Subject: [PATCH] [maven-release-plugin] prepare release v5.0.0 --- pdfsam-basic/pom.xml | 21 +++++++------------ pdfsam-core/pom.xml | 2 +- pdfsam-docs/pom.xml | 2 +- pdfsam-gui/pom.xml | 5 ++--- pdfsam-i18n/pom.xml | 5 ++--- pdfsam-model/pom.xml | 5 ++--- pdfsam-persistence/pom.xml | 6 ++---- pdfsam-service/pom.xml | 2 +- pdfsam-test/pom.xml | 5 ++--- pdfsam-themes/pom.xml | 5 ++--- pdfsam-tools/pdfsam-alternate-mix/pom.xml | 2 +- pdfsam-tools/pdfsam-backpages/pom.xml | 2 +- pdfsam-tools/pdfsam-extract/pom.xml | 2 +- pdfsam-tools/pdfsam-merge/pom.xml | 2 +- pdfsam-tools/pdfsam-rotate/pom.xml | 2 +- pdfsam-tools/pdfsam-simple-split/pom.xml | 2 +- .../pdfsam-split-by-bookmarks/pom.xml | 2 +- pdfsam-tools/pdfsam-split-by-size/pom.xml | 2 +- pdfsam-ui-components/pom.xml | 2 +- pom.xml | 4 ++-- 20 files changed, 34 insertions(+), 46 deletions(-) diff --git a/pdfsam-basic/pom.xml b/pdfsam-basic/pom.xml index 2723fbd4c..b1967cb65 100644 --- a/pdfsam-basic/pom.xml +++ b/pdfsam-basic/pom.xml @@ -1,13 +1,12 @@ - + 4.0.0 PDFsam App https://pdfsam.org org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml @@ -162,13 +161,10 @@ prepare-package - - - - + + + + @@ -251,8 +247,7 @@ package - + @@ -607,7 +602,7 @@ pre-integration-test - + diff --git a/pdfsam-core/pom.xml b/pdfsam-core/pom.xml index b2f972116..01c8d718a 100644 --- a/pdfsam-core/pom.xml +++ b/pdfsam-core/pom.xml @@ -5,7 +5,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pdfsam-docs/pom.xml b/pdfsam-docs/pom.xml index e1cf388ed..842c3339f 100644 --- a/pdfsam-docs/pom.xml +++ b/pdfsam-docs/pom.xml @@ -5,7 +5,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pdfsam-gui/pom.xml b/pdfsam-gui/pom.xml index 0ea5f4fb1..999a241b2 100644 --- a/pdfsam-gui/pom.xml +++ b/pdfsam-gui/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 PDFsam App org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pdfsam-i18n/pom.xml b/pdfsam-i18n/pom.xml index 6c6fb9ae2..581de68f1 100644 --- a/pdfsam-i18n/pom.xml +++ b/pdfsam-i18n/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 Internationalization for PDFsam org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pdfsam-model/pom.xml b/pdfsam-model/pom.xml index 47b270788..296fb8862 100644 --- a/pdfsam-model/pom.xml +++ b/pdfsam-model/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 PDFsam Basic model org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pdfsam-persistence/pom.xml b/pdfsam-persistence/pom.xml index e33d5fdbe..909a6777c 100644 --- a/pdfsam-persistence/pom.xml +++ b/pdfsam-persistence/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 Persistence layer for PDFsam org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pdfsam-service/pom.xml b/pdfsam-service/pom.xml index a3c68051a..077b10340 100644 --- a/pdfsam-service/pom.xml +++ b/pdfsam-service/pom.xml @@ -5,7 +5,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pdfsam-test/pom.xml b/pdfsam-test/pom.xml index 8f0fd8eb3..4f70033b3 100644 --- a/pdfsam-test/pom.xml +++ b/pdfsam-test/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 PDFsam Basic test utilities org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pdfsam-themes/pom.xml b/pdfsam-themes/pom.xml index acd1a7071..a260634fe 100644 --- a/pdfsam-themes/pom.xml +++ b/pdfsam-themes/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 PDFsam Basic themes org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pdfsam-tools/pdfsam-alternate-mix/pom.xml b/pdfsam-tools/pdfsam-alternate-mix/pom.xml index 129eab721..e92387503 100644 --- a/pdfsam-tools/pdfsam-alternate-mix/pom.xml +++ b/pdfsam-tools/pdfsam-alternate-mix/pom.xml @@ -5,7 +5,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../../pom.xml diff --git a/pdfsam-tools/pdfsam-backpages/pom.xml b/pdfsam-tools/pdfsam-backpages/pom.xml index 329af0c57..6e1d8f4d2 100644 --- a/pdfsam-tools/pdfsam-backpages/pom.xml +++ b/pdfsam-tools/pdfsam-backpages/pom.xml @@ -6,7 +6,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../../pom.xml diff --git a/pdfsam-tools/pdfsam-extract/pom.xml b/pdfsam-tools/pdfsam-extract/pom.xml index d5805e81d..cdf1f4394 100644 --- a/pdfsam-tools/pdfsam-extract/pom.xml +++ b/pdfsam-tools/pdfsam-extract/pom.xml @@ -6,7 +6,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../../pom.xml diff --git a/pdfsam-tools/pdfsam-merge/pom.xml b/pdfsam-tools/pdfsam-merge/pom.xml index ca1cd2122..fcd890abe 100644 --- a/pdfsam-tools/pdfsam-merge/pom.xml +++ b/pdfsam-tools/pdfsam-merge/pom.xml @@ -6,7 +6,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../../pom.xml diff --git a/pdfsam-tools/pdfsam-rotate/pom.xml b/pdfsam-tools/pdfsam-rotate/pom.xml index 970ea01d7..dff92750e 100644 --- a/pdfsam-tools/pdfsam-rotate/pom.xml +++ b/pdfsam-tools/pdfsam-rotate/pom.xml @@ -6,7 +6,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../../pom.xml diff --git a/pdfsam-tools/pdfsam-simple-split/pom.xml b/pdfsam-tools/pdfsam-simple-split/pom.xml index 024e6da6b..9836779ba 100644 --- a/pdfsam-tools/pdfsam-simple-split/pom.xml +++ b/pdfsam-tools/pdfsam-simple-split/pom.xml @@ -6,7 +6,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../../pom.xml diff --git a/pdfsam-tools/pdfsam-split-by-bookmarks/pom.xml b/pdfsam-tools/pdfsam-split-by-bookmarks/pom.xml index 7fbd6f352..02e5b8f24 100644 --- a/pdfsam-tools/pdfsam-split-by-bookmarks/pom.xml +++ b/pdfsam-tools/pdfsam-split-by-bookmarks/pom.xml @@ -6,7 +6,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../../pom.xml diff --git a/pdfsam-tools/pdfsam-split-by-size/pom.xml b/pdfsam-tools/pdfsam-split-by-size/pom.xml index 4e6a4a758..e8bb7137f 100644 --- a/pdfsam-tools/pdfsam-split-by-size/pom.xml +++ b/pdfsam-tools/pdfsam-split-by-size/pom.xml @@ -6,7 +6,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../../pom.xml diff --git a/pdfsam-ui-components/pom.xml b/pdfsam-ui-components/pom.xml index 849555074..69761f7b3 100644 --- a/pdfsam-ui-components/pom.xml +++ b/pdfsam-ui-components/pom.xml @@ -5,7 +5,7 @@ org.pdfsam pdfsam-parent - 5.0.0-SNAPSHOT + 5.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 0860f145f..a2e9381e7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.pdfsam pdfsam-parent pom - 5.0.0-SNAPSHOT + 5.0.0 PDFsam A free open source desktop application to split and merge pdf documents https://pdfsam.org @@ -17,7 +17,7 @@ scm:git:git@github.com:torakiki/pdfsam.git scm:git:git@github.com:torakiki/pdfsam.git scm:git:git@github.com:torakiki/pdfsam.git - HEAD + v5.0.0