diff --git a/CREDITS b/CREDITS index abb8197..58e8ff5 100644 --- a/CREDITS +++ b/CREDITS @@ -1,6 +1,6 @@ This file partially lists people, that have contributed to - the "RobertVokac Parent" project. They are sorted by name. - The fields are: name (N), e-mail (E), web-address (W), + the "OpenEggbert Parent" project. They are sorted by name. + The fields are: name (N), e-mail (E), web-address (W), PGP key ID and fingerprint (P), description (D) and snail-mail address (S). Thanks, diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 29f54ee..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,80 +0,0 @@ -pipeline -/* -RobertVokac Parent - -Requirements: - -Maven is Installed - -Java 21 is installed - variable JAVA_21_HOME is set - -*/ -{ - agent any - environment { - AAA = 'aaa' - } - stages - { - stage('Build') - { - steps { - - echo "*** Building ${env.JOB_NAME} ***" - sh ''' - #!/bin/bash - echo JOB_NAME=$JOB_NAME - - if [ -z "$JAVA_21_HOME" ] - then - echo "KO : Variable JAVA_21_HOME is empty. You fix this issue by adding this variable to configuration of Jenkins." - exit 1 - else - echo "OK : Variable JAVA_21_HOME is NOT empty" - fi - export JAVA_HOME=$JAVA_21_HOME - case $BRANCH_NAME in - - master | deploy_prod) - mvn clean install - ;; - - develop | jenkins | deploy_test) - echo Branch $BRANCH_NAME is supported. Continuing. - version=`mvn help:evaluate -Dexpression=project.version -q -DforceStdout` - echo version=$version - case "$version" in - *"SNAPSHOT"*) echo echo version is OK ;; - * ) echo echo "You cannot build releases on Jenkins, only snapshots!"&&exit 1 ;; - esac - mvn clean deploy - ;; - - *) - echo Branch $BRANCH_NAME is not supported. A failure happened. Exiting. - exit 1 - ;; - esac - - echo "Build of $JOB_NAME was successful" - ''' - } - } - - } - post { - always { - script { - env.color = "${currentBuild.currentResult == 'SUCCESS' ? 'green' : 'red'}" - } - - echo 'Sending e-mail.' - sh "printenv | sort" - emailext body: "${currentBuild.currentResult} - ${env.JOB_NAME} (#${env.BUILD_NUMBER})
", - recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']], - subject: "Jenkins Build - ${currentBuild.currentResult} - $JOB_NAME (#$BUILD_NUMBER)" - - } - } -} - diff --git a/README.md b/README.md index a03d702..790edb1 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# robertvokac-parent +# openeggbert-parent -This is Maven parent pom.xml file for RobertVokac projects. +This is Maven parent pom.xml file for OpenEggbert projects. diff --git a/pom.xml b/pom.xml index d40e2c1..b144ab3 100755 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ - 3.11.0 - 3.1.2 - 3.6.0 - 3.6.0 + 3.13.0 + 3.5.2 + 3.11.2 + 3.7.1 2.8.2 - 3.3.0 - 3.3.0 - 3.1.0 + 3.4.2 + 3.3.1 + 3.1.0 3.4.0 - 1.18.34 - 5.10.0 - 5.10.0 + 1.18.36 + 5.11.4 + 5.11.4 4.13.2 - 0.8.10 - 1.16.1 + 0.8.12 + 1.18.3 3.12.4 - 3.43.0.0 - 2.20.0 - 3.4.0 + 3.48.0.0 + 2.24.3 + 3.6.0 8.5.13 4.11.0 - 6.0.12 + 6.2.2 true @@ -70,7 +70,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle-maven-plugin.version} + ${maven-checkstyle-plugin.version} ${checkstyle-config-location} @@ -93,7 +93,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${checkstyle-maven-plugin.version} + ${maven-checkstyle-plugin.version} process-sources @@ -117,9 +117,9 @@ - com.robertvokac.essential - robertvokac-javaformat-checkstyle - ${robertvokac-javaformat-checkstyle.version} + com.openeggbert.essential + openeggbert-javaformat-checkstyle + ${openeggbert-javaformat-checkstyle.version} @@ -139,7 +139,7 @@ org.apache.maven.plugins maven-source-plugin - ${maven-source-plugin} + ${maven-source-plugin.version} attach-sources @@ -165,7 +165,7 @@ org.apache.maven.plugins maven-gpg-plugin - ${maven-gpg-plugin} + ${maven-gpg-plugin.version} sign-artifacts @@ -181,47 +181,47 @@ - com.robertvokac.essential - robertvokac-javaformat-checkstyle - ${robertvokac-javaformat-checkstyle.version} + com.openeggbert.essential + openeggbert-javaformat-checkstyle + ${openeggbert-javaformat-checkstyle.version} - robertvokac-releases-repository - robertvokac-releases-repository - https://maven.robertvokac.com/releases + openeggbert-releases-repository + openeggbert-releases-repository + https://maven.openeggbert.com/releases - robertvokac-snapshots-repository - robertvokac-snapshots-repository - https://maven.robertvokac.com/snapshots + openeggbert-snapshots-repository + openeggbert-snapshots-repository + https://maven.openeggbert.com/snapshots - robertvokac-releases-repository - robertvokac-releases-repository - https://maven.robertvokac.com/releases + openeggbert-releases-repository + openeggbert-releases-repository + https://maven.openeggbert.com/releases - robertvokac-snapshots-repository - robertvokac-snapshots-repository - https://maven.robertvokac.com/snapshots + openeggbert-snapshots-repository + openeggbert-snapshots-repository + https://maven.openeggbert.com/snapshots - robertvokac-releases-repository - https://maven.robertvokac.com/releases + openeggbert-releases-repository + https://maven.openeggbert.com/releases - robertvokac-snapshots-repository - https://maven.robertvokac.com/snapshots + openeggbert-snapshots-repository + https://maven.openeggbert.com/snapshots