From 791288a52ba0765276864e4cb27c5e504ea20002 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Fri, 17 Nov 2023 13:51:28 +0100 Subject: [PATCH] Simplify pom.xml since we have a parent now The release profile is inherited from the parent. --- independent-projects/ide-config/pom.xml | 57 ---------------------- independent-projects/qute/pom.xml | 63 ------------------------- 2 files changed, 120 deletions(-) diff --git a/independent-projects/ide-config/pom.xml b/independent-projects/ide-config/pom.xml index f54b08aa6ab19..4437dc80e4461 100644 --- a/independent-projects/ide-config/pom.xml +++ b/independent-projects/ide-config/pom.xml @@ -41,7 +41,6 @@ 11 3.2.1 3.1.2 - 1.6.8 @@ -117,62 +116,6 @@ true - - release - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${version.nexus-staging-maven-plugin} - true - - https://s01.oss.sonatype.org/ - ossrh - false - true - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - diff --git a/independent-projects/qute/pom.xml b/independent-projects/qute/pom.xml index af92986637614..4a03e88808107 100644 --- a/independent-projects/qute/pom.xml +++ b/independent-projects/qute/pom.xml @@ -49,7 +49,6 @@ 3.11.0 3.2.1 3.1.2 - 1.6.8 2.5.1 @@ -259,68 +258,6 @@ true - - release - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${version.nexus-staging-maven-plugin} - true - - https://s01.oss.sonatype.org/ - ossrh - false - true - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - format