diff --git a/README.md b/README.md index 0e2a5b7..6f65ec8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The run will fail, but it will tell you what the next release number will be. Ru ```bash -ansible-playbook computate_new_release.yml -e NEXT_VERSION=4.2.7.26 +ansible-playbook computate_new_release.yml -e NEXT_VERSION=4.4.4.1 ``` # :%s/4.2.7.a/4.2.7.b/g @@ -18,59 +18,59 @@ ansible-playbook computate_new_release.yml -e NEXT_VERSION=4.2.7.26 # Update version of computate-base/pom.xml # Copy the properties from computate-base/pom.xml to computate/pom.xml # Copy the properties from computate-base/pom.xml to computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml -# Update the computate.version to 4.2.7.25 in ../computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml -# Update computate.version property to 4.2.7.25 in ../computate/pom.xml -# Update version to 4.2.7.25 in ../computate/pom.xml -# Update computate parent version property to 4.2.7.25 in ../computate-search/pom.xml -# Update version to 4.2.7.25 in ../computate-search/pom.xml -# Update computate parent version property to 4.2.7.25 in ../computate-vertx/pom.xml -# Update computate-search version property to 4.2.7.25 in ../computate-vertx/pom.xml -# Update version to 4.2.7.25 in ../computate-vertx/pom.xml +# Update the computate.version to 4.4.4.0 in ../computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml +# Update computate.version property to 4.4.4.0 in ../computate/pom.xml +# Update version to 4.4.4.0 in ../computate/pom.xml +# Update computate parent version property to 4.4.4.0 in ../computate-search/pom.xml +# Update version to 4.4.4.0 in ../computate-search/pom.xml +# Update computate parent version property to 4.4.4.0 in ../computate-vertx/pom.xml +# Update computate-search version property to 4.4.4.0 in ../computate-vertx/pom.xml +# Update version to 4.4.4.0 in ../computate-vertx/pom.xml cd ~/.local/src/computate-base git add -i -git commit -m "Releasing version 4.2.7.25" +git commit -m "Releasing version 4.4.4.0" git push git status mvn clean install deploy -Pdeploy -git tag 4.2.7.25 +git tag 4.4.4.0 git push --tags -# Create release from tag: https://github.com/computate-org/computate-base/releases/tag/4.2.7.25 +# Create release from tag: https://github.com/computate-org/computate-base/releases/tag/4.4.4.0 cd ~/.local/src/computate-search -# Update computate parent version and artifact version to 4.2.7.25: vim pom.xml -# Update version to 4.2.7.25 in pom.xml +# Update computate parent version and artifact version to 4.4.4.0: vim pom.xml +# Update version to 4.4.4.0 in pom.xml git add -i -git commit -m "Releasing version 4.2.7.25" +git commit -m "Releasing version 4.4.4.0" git push git status mvn clean install deploy -Pdeploy -git tag 4.2.7.25 +git tag 4.4.4.0 git push --tags -# Create release from tag: https://github.com/computate-org/computate-search/releases/tag/4.2.7.25 +# Create release from tag: https://github.com/computate-org/computate-search/releases/tag/4.4.4.0 cd ~/.local/src/computate-vertx -# Update computate parent version, artifact version and computate-search version to 4.2.7.25: vim pom.xml -# Update computate-search version property to 4.2.7.25 in pom.xml -# Update version to 4.2.7.25 in pom.xml +# Update computate parent version, artifact version and computate-search version to 4.4.4.0: vim pom.xml +# Update computate-search version property to 4.4.4.0 in pom.xml +# Update version to 4.4.4.0 in pom.xml git add -i -git commit -m "Releasing version 4.2.7.25" +git commit -m "Releasing version 4.4.4.0" git push git status mvn clean install deploy -Pdeploy -git tag 4.2.7.25 +git tag 4.4.4.0 git push --tags -# Create release from tag: https://github.com/computate-org/computate-vertx/releases/tag/4.2.7.25 +# Create release from tag: https://github.com/computate-org/computate-vertx/releases/tag/4.4.4.0 cd ~/.local/src/computate -# Update computate.version to 4.2.7.25: vim pom.xml -# Update version to 4.2.7.25 in pom.xml +# Update computate.version to 4.4.4.0: vim pom.xml +# Update version to 4.4.4.0 in pom.xml git add -i -git commit -m "Releasing version 4.2.7.25" +git commit -m "Releasing version 4.4.4.0" git push git status mvn clean install deploy -Pdeploy -git tag 4.2.7.25 +git tag 4.4.4.0 git push --tags -# Create release from tag: https://github.com/computate-org/computate/releases/tag/4.2.7.25 +# Create release from tag: https://github.com/computate-org/computate/releases/tag/4.4.4.0 diff --git a/pom.xml b/pom.xml index 5fb6853..5b4919c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 2.19.0 2.19.0 2.0.6 - 0.8.8 + 0.8.11 8.11.1 2.14.1 2.14.1 @@ -40,22 +40,22 @@ 8.32.0.Final 2.4.0 - 2.7.6 - ${quarkus-base.version}.Final-redhat-00006 + 3.2.6 + ${quarkus-base.version}.Final-redhat-00002 ${quarkus.version} quarkus-bom io.quarkus ${quarkus.version} - 4.2.7 - ${vertx-base.version}.redhat-00003 + 4.4.4 + ${vertx-base.version}.redhat-00001 4.0.0 org.computate computate-base - 4.2.7.29 + 4.4.4.0 pom Computate base project with default properties Computate base project with default properties. @@ -177,8 +177,8 @@ maven-compiler-plugin ${maven-compiler-plugin.version} - 1.8 - 1.8 + 17 + 17