Skip to content

Commit

Permalink
Upgrading to latest Red Hat Vert.X 4.4.4 and Quarkus 3.2.6
Browse files Browse the repository at this point in the history
- Upgrading Vert.X to version 4.4.4.redhat-00001
- Upgrading Quarkus to version 3.2.6.Final-redhat-00002
  • Loading branch information
computate committed Nov 17, 2023
1 parent 2333cd9 commit 33251ec
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,67 +10,67 @@ 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

# 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

16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<log4j.version>2.19.0</log4j.version>
<log4j-slf4j-impl.version>2.19.0</log4j-slf4j-impl.version>
<slf4j.version>2.0.6</slf4j.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<solr.version>8.11.1</solr.version>
<jackson.version>2.14.1</jackson.version>
<jackson-databind.version>2.14.1</jackson-databind.version>
Expand All @@ -40,22 +40,22 @@
<drools.version>8.32.0.Final</drools.version>
<cloudevents.version>2.4.0</cloudevents.version>

<quarkus-base.version>2.7.6</quarkus-base.version>
<quarkus.version>${quarkus-base.version}.Final-redhat-00006</quarkus.version>
<quarkus-base.version>3.2.6</quarkus-base.version>
<quarkus.version>${quarkus-base.version}.Final-redhat-00002</quarkus.version>
<quarkus-plugin.version>${quarkus.version}</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>${quarkus.version}</quarkus.platform.version>

<vertx-base.version>4.2.7</vertx-base.version>
<vertx.version>${vertx-base.version}.redhat-00003</vertx.version>
<vertx-base.version>4.4.4</vertx-base.version>
<vertx.version>${vertx-base.version}.redhat-00001</vertx.version>

</properties>

<modelVersion>4.0.0</modelVersion>
<groupId>org.computate</groupId>
<artifactId>computate-base</artifactId>
<version>4.2.7.29</version>
<version>4.4.4.0</version>
<packaging>pom</packaging>
<name>Computate base project with default properties</name>
<description>Computate base project with default properties. </description>
Expand Down Expand Up @@ -177,8 +177,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 33251ec

Please sign in to comment.