From 4fcb1a6210e5a93af1cfb7b0fd3b972da69e33e4 Mon Sep 17 00:00:00 2001 From: oliverbye Date: Sat, 16 Mar 2024 13:53:02 +0000 Subject: [PATCH 1/7] Update keyname for test (not)secret --- testjar/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testjar/pom.xml b/testjar/pom.xml index 58995754..b8592dfb 100644 --- a/testjar/pom.xml +++ b/testjar/pom.xml @@ -57,7 +57,7 @@ sign - 899FD4CB + 70840C24899FD4CB ${basedir} secret false From befe8f6c1e4e1642ed60f39d4608c872a1b7ae04 Mon Sep 17 00:00:00 2001 From: oliverbye Date: Sat, 16 Mar 2024 14:05:17 +0000 Subject: [PATCH 2/7] Use real gpg secrets for testjar in release profile --- testjar/pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/testjar/pom.xml b/testjar/pom.xml index b8592dfb..db164f22 100644 --- a/testjar/pom.xml +++ b/testjar/pom.xml @@ -57,6 +57,7 @@ sign + 70840C24899FD4CB ${basedir} secret @@ -73,6 +74,31 @@ + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + none + + sign + + + + + + + + + + + com.google.code.findbugs From 2a3ce2afa2a36b6061b684ede3a85bd04e5f017d Mon Sep 17 00:00:00 2001 From: oliverbye Date: Sat, 16 Mar 2024 14:09:57 +0000 Subject: [PATCH 3/7] Use real gpg secrets for testjar in release profile --- testjar/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testjar/pom.xml b/testjar/pom.xml index db164f22..8420430b 100644 --- a/testjar/pom.xml +++ b/testjar/pom.xml @@ -85,7 +85,7 @@ sign-artifacts - none + verify sign From 24fc60bb1dd8961dc7763c1f52e97e54560c7807 Mon Sep 17 00:00:00 2001 From: oliverbye Date: Sat, 16 Mar 2024 14:16:56 +0000 Subject: [PATCH 4/7] Use real gpg secrets for testjar in release profile --- testjar/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testjar/pom.xml b/testjar/pom.xml index 8420430b..23a59020 100644 --- a/testjar/pom.xml +++ b/testjar/pom.xml @@ -90,6 +90,14 @@ sign + + true + ${gpg.keyname} + + --pinentry-mode + loopback + + From f925f2fabc494a5b537d4306f2be7ce1d8deca21 Mon Sep 17 00:00:00 2001 From: oliverbye Date: Sat, 16 Mar 2024 14:24:14 +0000 Subject: [PATCH 5/7] release and !release profile --- testjar/pom.xml | 57 +++++++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 25 deletions(-) diff --git a/testjar/pom.xml b/testjar/pom.xml index 23a59020..7a23435e 100644 --- a/testjar/pom.xml +++ b/testjar/pom.xml @@ -46,35 +46,42 @@ - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - 70840C24899FD4CB - ${basedir} - secret - false - - --pinentry-mode - loopback - - - - - - + + !release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + 70840C24899FD4CB + ${basedir} + secret + false + + --pinentry-mode + loopback + + + + + + + + + release From 928115841e21aafc91fa9bbe7fd9e99b58bbe3aa Mon Sep 17 00:00:00 2001 From: oliverbye Date: Sat, 16 Mar 2024 14:35:12 +0000 Subject: [PATCH 6/7] 2.13.1 --- jmock-example/pom.xml | 2 +- jmock-imposters-testdata/pom.xml | 2 +- jmock-imposters-tests/pom.xml | 2 +- jmock-imposters/pom.xml | 2 +- jmock-junit3/pom.xml | 2 +- jmock-junit4/pom.xml | 2 +- jmock-junit5/pom.xml | 2 +- jmock-legacy/pom.xml | 2 +- jmock/pom.xml | 2 +- pom.xml | 2 +- testjar/pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/jmock-example/pom.xml b/jmock-example/pom.xml index 2196162f..1a866498 100644 --- a/jmock-example/pom.xml +++ b/jmock-example/pom.xml @@ -12,7 +12,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 ../pom.xml diff --git a/jmock-imposters-testdata/pom.xml b/jmock-imposters-testdata/pom.xml index 63312523..f8b9381c 100644 --- a/jmock-imposters-testdata/pom.xml +++ b/jmock-imposters-testdata/pom.xml @@ -6,7 +6,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 jmock-imposters-testdata diff --git a/jmock-imposters-tests/pom.xml b/jmock-imposters-tests/pom.xml index eaa55744..3d302edb 100644 --- a/jmock-imposters-tests/pom.xml +++ b/jmock-imposters-tests/pom.xml @@ -6,7 +6,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 jmock-imposters-tests diff --git a/jmock-imposters/pom.xml b/jmock-imposters/pom.xml index e495a39b..c2e3ffa4 100644 --- a/jmock-imposters/pom.xml +++ b/jmock-imposters/pom.xml @@ -6,7 +6,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 jmock-imposters Class mocks are more numerous than interface mocks, so drop the legacy name diff --git a/jmock-junit3/pom.xml b/jmock-junit3/pom.xml index d516719b..da236898 100644 --- a/jmock-junit3/pom.xml +++ b/jmock-junit3/pom.xml @@ -7,7 +7,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 jmock-junit3 diff --git a/jmock-junit4/pom.xml b/jmock-junit4/pom.xml index 0af8ea99..baa1d72f 100644 --- a/jmock-junit4/pom.xml +++ b/jmock-junit4/pom.xml @@ -10,7 +10,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 diff --git a/jmock-junit5/pom.xml b/jmock-junit5/pom.xml index bb4f7e44..02dfb48b 100644 --- a/jmock-junit5/pom.xml +++ b/jmock-junit5/pom.xml @@ -9,7 +9,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 diff --git a/jmock-legacy/pom.xml b/jmock-legacy/pom.xml index 6f123004..1627f089 100644 --- a/jmock-legacy/pom.xml +++ b/jmock-legacy/pom.xml @@ -10,7 +10,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 diff --git a/jmock/pom.xml b/jmock/pom.xml index b2b6814d..11659298 100644 --- a/jmock/pom.xml +++ b/jmock/pom.xml @@ -10,7 +10,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 ../pom.xml diff --git a/pom.xml b/pom.xml index f1ec3848..d1140229 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 pom jMock 2 Parent diff --git a/testjar/pom.xml b/testjar/pom.xml index 7a23435e..206fd69a 100644 --- a/testjar/pom.xml +++ b/testjar/pom.xml @@ -11,7 +11,7 @@ org.jmock jmock-parent - 2.13.1-SNAPSHOT + 2.13.1 ../pom.xml From 787021e3e8aaacdb7a2ed06e8c9ee0a84afefdb9 Mon Sep 17 00:00:00 2001 From: oliverbye Date: Sat, 16 Mar 2024 14:36:39 +0000 Subject: [PATCH 7/7] Open 2.13.2-SNAPSHOT for development --- jmock-example/pom.xml | 2 +- jmock-imposters-testdata/pom.xml | 2 +- jmock-imposters-tests/pom.xml | 2 +- jmock-imposters/pom.xml | 2 +- jmock-junit3/pom.xml | 2 +- jmock-junit4/pom.xml | 2 +- jmock-junit5/pom.xml | 2 +- jmock-legacy/pom.xml | 2 +- jmock/pom.xml | 2 +- pom.xml | 2 +- testjar/pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/jmock-example/pom.xml b/jmock-example/pom.xml index 1a866498..188ab830 100644 --- a/jmock-example/pom.xml +++ b/jmock-example/pom.xml @@ -12,7 +12,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT ../pom.xml diff --git a/jmock-imposters-testdata/pom.xml b/jmock-imposters-testdata/pom.xml index f8b9381c..cf92abb8 100644 --- a/jmock-imposters-testdata/pom.xml +++ b/jmock-imposters-testdata/pom.xml @@ -6,7 +6,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT jmock-imposters-testdata diff --git a/jmock-imposters-tests/pom.xml b/jmock-imposters-tests/pom.xml index 3d302edb..8861a95f 100644 --- a/jmock-imposters-tests/pom.xml +++ b/jmock-imposters-tests/pom.xml @@ -6,7 +6,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT jmock-imposters-tests diff --git a/jmock-imposters/pom.xml b/jmock-imposters/pom.xml index c2e3ffa4..c8bedc4a 100644 --- a/jmock-imposters/pom.xml +++ b/jmock-imposters/pom.xml @@ -6,7 +6,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT jmock-imposters Class mocks are more numerous than interface mocks, so drop the legacy name diff --git a/jmock-junit3/pom.xml b/jmock-junit3/pom.xml index da236898..cdfefe7e 100644 --- a/jmock-junit3/pom.xml +++ b/jmock-junit3/pom.xml @@ -7,7 +7,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT jmock-junit3 diff --git a/jmock-junit4/pom.xml b/jmock-junit4/pom.xml index baa1d72f..6d4d5fcb 100644 --- a/jmock-junit4/pom.xml +++ b/jmock-junit4/pom.xml @@ -10,7 +10,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT diff --git a/jmock-junit5/pom.xml b/jmock-junit5/pom.xml index 02dfb48b..2eff0c0b 100644 --- a/jmock-junit5/pom.xml +++ b/jmock-junit5/pom.xml @@ -9,7 +9,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT diff --git a/jmock-legacy/pom.xml b/jmock-legacy/pom.xml index 1627f089..92b860d1 100644 --- a/jmock-legacy/pom.xml +++ b/jmock-legacy/pom.xml @@ -10,7 +10,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT diff --git a/jmock/pom.xml b/jmock/pom.xml index 11659298..6b313a84 100644 --- a/jmock/pom.xml +++ b/jmock/pom.xml @@ -10,7 +10,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index d1140229..5ac4dc57 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT pom jMock 2 Parent diff --git a/testjar/pom.xml b/testjar/pom.xml index 206fd69a..6f90ecd3 100644 --- a/testjar/pom.xml +++ b/testjar/pom.xml @@ -11,7 +11,7 @@ org.jmock jmock-parent - 2.13.1 + 2.13.2-SNAPSHOT ../pom.xml