From 192241cf0629b45f2289d7e35a9479768a103357 Mon Sep 17 00:00:00 2001 From: Andrey Sadovykh Date: Fri, 23 Feb 2024 17:23:39 +0100 Subject: [PATCH] release --- pom.xml | 7 +- pom.xml.next | 189 ------------------------------------------ pom.xml.releaseBackup | 4 +- pom.xml.tag | 189 ------------------------------------------ release.properties | 4 +- 5 files changed, 7 insertions(+), 386 deletions(-) delete mode 100644 pom.xml.next delete mode 100644 pom.xml.tag diff --git a/pom.xml b/pom.xml index d268056..cb3cf7a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 com.softeam.vdo.rqcode RQCODE - 1.0.1-SNAPSHOT + 1.0.1 jar @@ -57,6 +55,7 @@ scm:git:https://github.com/VeriDevOps/RQCODE.git + RQCODE-1.0.1 - http://www.veridevops.eu - - - UTF-8 - 11 - 11 - veridevops - https://sonarcloud.io - - - - - - junit - junit - 4.11 - test - - - - org.apache.velocity - velocity - 1.7 - - - com.fasterxml.jackson.core - jackson-databind - 2.15.3 - - - com.profesorfalken - jPowerShell - 3.1.1 - - - - - scm:git:https://github.com/VeriDevOps/RQCODE.git - HEAD - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 3.0.1 - - - maven-assembly-plugin - 3.6.0 - - - jar-with-dependencies - - - - rqcode.stigs.Cli - - - - - - make-assembly - package - - single - - - - - - maven-clean-plugin - 3.1.0 - - - - maven-resources-plugin - 3.0.2 - - - maven-compiler-plugin - 3.8.0 - - - maven-surefire-plugin - 2.22.1 - - - maven-install-plugin - 2.5.2 - - - maven-deploy-plugin - 2.8.2 - - - - maven-site-plugin - 3.7.1 - - - maven-project-info-reports-plugin - 3.0.0 - - - - - maven-javadoc-plugin - 3.4.1 - - - attach-javadocs - - jar - - - - - - nl.talsmasoftware.umldoclet.UMLDoclet - - nl.talsmasoftware - umldoclet - 2.1.0 - - - - - - - - - - - - - - - maven-javadoc-plugin - 3.4.1 - - - nl.talsmasoftware.umldoclet.UMLDoclet - - nl.talsmasoftware - umldoclet - 2.1.0 - - - - - - - - - - \ No newline at end of file diff --git a/pom.xml.releaseBackup b/pom.xml.releaseBackup index 43296f9..d268056 100644 --- a/pom.xml.releaseBackup +++ b/pom.xml.releaseBackup @@ -17,8 +17,8 @@ UTF-8 - 17 - 17 + 11 + 11 veridevops https://sonarcloud.io diff --git a/pom.xml.tag b/pom.xml.tag deleted file mode 100644 index f612236..0000000 --- a/pom.xml.tag +++ /dev/null @@ -1,189 +0,0 @@ - - - - 4.0.0 - - com.softeam.vdo.rqcode - RQCODE - 1.0.1 - - jar - - RQCODE - - http://www.veridevops.eu - - - UTF-8 - 17 - 17 - veridevops - https://sonarcloud.io - - - - - - junit - junit - 4.11 - test - - - - org.apache.velocity - velocity - 1.7 - - - com.fasterxml.jackson.core - jackson-databind - 2.15.3 - - - com.profesorfalken - jPowerShell - 3.1.1 - - - - - scm:git:https://github.com/VeriDevOps/RQCODE.git - RQCODE-1.0.1 - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 3.0.1 - - - maven-assembly-plugin - 3.6.0 - - - jar-with-dependencies - - - - rqcode.stigs.Cli - - - - - - make-assembly - package - - single - - - - - - maven-clean-plugin - 3.1.0 - - - - maven-resources-plugin - 3.0.2 - - - maven-compiler-plugin - 3.8.0 - - - maven-surefire-plugin - 2.22.1 - - - maven-install-plugin - 2.5.2 - - - maven-deploy-plugin - 2.8.2 - - - - maven-site-plugin - 3.7.1 - - - maven-project-info-reports-plugin - 3.0.0 - - - - - maven-javadoc-plugin - 3.4.1 - - - attach-javadocs - - jar - - - - - - nl.talsmasoftware.umldoclet.UMLDoclet - - nl.talsmasoftware - umldoclet - 2.1.0 - - - - - - - - - - - - - - - maven-javadoc-plugin - 3.4.1 - - - nl.talsmasoftware.umldoclet.UMLDoclet - - nl.talsmasoftware - umldoclet - 2.1.0 - - - - - - - - - - \ No newline at end of file diff --git a/release.properties b/release.properties index 10a7897..ad91ad3 100644 --- a/release.properties +++ b/release.properties @@ -1,5 +1,5 @@ #release configuration -#Fri Feb 23 17:16:48 CET 2024 +#Fri Feb 23 17:22:42 CET 2024 projectVersionPolicyId=default scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} remoteTagging=true @@ -8,7 +8,7 @@ releaseStrategyId=default scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} project.dev.com.softeam.vdo.rqcode\:RQCODE=1.0.2-SNAPSHOT pinExternals=false -completedPhase=end-release +completedPhase=generate-release-poms project.rel.com.softeam.vdo.rqcode\:RQCODE=1.0.1 scm.url=scm\:git\:https\://github.com/VeriDevOps/RQCODE.git scm.developmentCommitComment=@{prefix} prepare for next development iteration