From e2dc8c2778d67546be66fe79bf7b6485714aa5d8 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Mon, 11 Sep 2023 17:08:27 -0300 Subject: [PATCH 1/7] build: change groupId to com.flowingcode.vaadin.addons --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e23438..27dd87b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - org.vaadin.addons.flowingcode + com.flowingcode.vaadin.addons badge-list-addon 1.0.1-SNAPSHOT Badge List Add-on From 61a7bf5ee4eaf9f2c94440313b472c3f618669b8 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Mon, 11 Sep 2023 17:11:02 -0300 Subject: [PATCH 2/7] ci: add distributionManagement --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 27dd87b..4b2f34b 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,13 @@ scm:git:ssh://git@github.com:/FlowingCode/BadgeList.git master + + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + From 9437f620830a6dbbcd2effd8a09d3212ff35c87f Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Mon, 11 Sep 2023 17:12:49 -0300 Subject: [PATCH 3/7] style: fix developers section indentation --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4b2f34b..c14ba8d 100644 --- a/pom.xml +++ b/pom.xml @@ -49,13 +49,13 @@ - - - flowingcode - Flowing Code - https://www.flowingcode.com - - + + + flowingcode + Flowing Code + https://www.flowingcode.com + + From 5c761710d480dd0e1007e9c31c53a615f50baa39 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Mon, 11 Sep 2023 17:14:21 -0300 Subject: [PATCH 4/7] ci: remove flowing-releases repository --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c14ba8d..bacd653 100644 --- a/pom.xml +++ b/pom.xml @@ -96,12 +96,7 @@ vaadin-snapshots https://oss.sonatype.org/content/repositories/vaadin-snapshots/ - - - flowing-releases - https://maven.flowingcode.com/releases - - + From ddea876bfc733c0a0b70e93c7f9f4c9a64457c67 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Mon, 11 Sep 2023 17:15:14 -0300 Subject: [PATCH 5/7] ci: upgrade maven-release-plugin to 3.0.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bacd653..af2acfa 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ org.apache.maven.plugins maven-release-plugin - 2.5.3 + 3.0.1 @{project.version} From ceb39ceb177589ec28c1fc40068bec318a114ff2 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Mon, 11 Sep 2023 17:17:44 -0300 Subject: [PATCH 6/7] build: remove assembly.xml --- assembly/MANIFEST.MF | 6 ------ assembly/assembly.xml | 45 ------------------------------------------- pom.xml | 19 ------------------ 3 files changed, 70 deletions(-) delete mode 100644 assembly/MANIFEST.MF delete mode 100644 assembly/assembly.xml diff --git a/assembly/MANIFEST.MF b/assembly/MANIFEST.MF deleted file mode 100644 index f798110..0000000 --- a/assembly/MANIFEST.MF +++ /dev/null @@ -1,6 +0,0 @@ -Manifest-Version: 1.0 -Vaadin-Package-Version: 1 -Vaadin-Addon: ${project.build.finalName}.${project.packaging} -Implementation-Vendor: ${organization.name} -Implementation-Title: ${project.name} -Implementation-Version: ${project.version} diff --git a/assembly/assembly.xml b/assembly/assembly.xml deleted file mode 100644 index 0ba817a..0000000 --- a/assembly/assembly.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - flowing-addon - - - zip - - - - false - - - - . - - LICENSE - README.md - - - - target - - - *.jar - *.pdf - - - *-demo.jar - - - - - - - - assembly/MANIFEST.MF - META-INF - true - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index af2acfa..b86760d 100644 --- a/pom.xml +++ b/pom.xml @@ -271,25 +271,6 @@ directory - - org.apache.maven.plugins - maven-assembly-plugin - 3.3.0 - - false - - assembly/assembly.xml - - - - - - single - - install - - - org.apache.maven.plugins maven-source-plugin From 793d41327e9ddfd0ae54df045eda48665f51b3c8 Mon Sep 17 00:00:00 2001 From: Paola De Bartolo Date: Mon, 11 Sep 2023 17:19:48 -0300 Subject: [PATCH 7/7] ci: add GPG settings --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index b86760d..9660a53 100644 --- a/pom.xml +++ b/pom.xml @@ -431,6 +431,32 @@ + + gpg + + + env.gpg.passphrase + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + + + demo-jar