From 563d82d3158581b1a54a6ab5573f5570e157ec61 Mon Sep 17 00:00:00 2001 From: Sven Ruppert Date: Mon, 18 Dec 2023 13:19:05 +0100 Subject: [PATCH] preparation for release --- README.md | 2 - pom.xml | 6 +-- version-number-rules.xml | 89 ++++++++++++++++++++-------------------- 3 files changed, 48 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index f963d77..538cbe6 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ ## Version's ### 05.00.00-SRU - BREAKING CHANGE -With version 5.x I will switch teh namespace from org.rapidpm to com.svenruppert -This has to do with organisational requirements on my side. I will move this repo to the Github organisation **svenruppert**. The license will be still the same. The change on your side, should be only the declaration of the parent pom. diff --git a/pom.xml b/pom.xml index cb2b08a..01e7f08 100644 --- a/pom.xml +++ b/pom.xml @@ -22,11 +22,11 @@ 4.0.0 - com.svenruppert - dependencies + org.rapidpm + core-dependencies pom - 05.00.00-SRU + 05.00.00-SNAPSHOT 2013 diff --git a/version-number-rules.xml b/version-number-rules.xml index a568f7e..613db73 100644 --- a/version-number-rules.xml +++ b/version-number-rules.xml @@ -16,48 +16,49 @@ --> - - (?i).*[-_\.]CR[0-9\.]* - (?i).*[-_\.]rc[0-9\.]* - (?i).*[-_\.]beta[0-9\.-]* - (?i).*[-_\.]alpha[0-9\.-]* - (?i).*[-_\.]Alpha - (?i).*[-_\.]nightly[0-9\.]* - (?i).*[-_\.]jboss[0-9\.]* - (?i).*-atlassian-[0-9\.]* - (?i).*-jenkins-[0-9\.]* - .*[-\.]redhat-[0-9]+ - \d{4,}.* - - - - - 1.3.1.Alpha - - - - - .*-xwiki - .*-alpha* - - - - - 9c6abc2 - - - - - .*-tc - - - - - .*-r\d+ - .*-Draft\d+ - - - + xmlns="https://www.mojohaus.org/VERSIONS/RULE/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="https://www.mojohaus.org/VERSIONS/RULE/2.1.0 https://www.mojohaus.org/versions/versions-model/xsd/rule-2.1.0.xsd"> + + (?i).*[-_\.]CR[0-9\.]* + (?i).*[-_\.]rc[0-9\.]* + (?i).*[-_\.]beta[0-9\.-]* + (?i).*[-_\.]alpha[0-9\.-]* + (?i).*[-_\.]Alpha + (?i).*[-_\.]nightly[0-9\.]* + (?i).*[-_\.]jboss[0-9\.]* + (?i).*-atlassian-[0-9\.]* + (?i).*-jenkins-[0-9\.]* + .*[-\.]redhat-[0-9]+ + \d{4,}.* + + + + + + 1.3.1.Alpha + + + + + .*-xwiki + .*-alpha* + + + + + 9c6abc2 + + + + + .*-tc + + + + + .*-r\d+ + .*-Draft\d+ + + + \ No newline at end of file