Skip to content

Commit 33251ec

Browse files
committed
Upgrading to latest Red Hat Vert.X 4.4.4 and Quarkus 3.2.6
- Upgrading Vert.X to version 4.4.4.redhat-00001 - Upgrading Quarkus to version 3.2.6.Final-redhat-00002
1 parent 2333cd9 commit 33251ec

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

README.md

+28-28
Original file line numberDiff line numberDiff line change
@@ -10,67 +10,67 @@ The run will fail, but it will tell you what the next release number will be. Ru
1010

1111

1212
```bash
13-
ansible-playbook computate_new_release.yml -e NEXT_VERSION=4.2.7.26
13+
ansible-playbook computate_new_release.yml -e NEXT_VERSION=4.4.4.1
1414
```
1515

1616
# :%s/4.2.7.a/4.2.7.b/g
1717

1818
# Update version of computate-base/pom.xml
1919
# Copy the properties from computate-base/pom.xml to computate/pom.xml
2020
# Copy the properties from computate-base/pom.xml to computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml
21-
# Update the computate.version to 4.2.7.25 in ../computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml
22-
# Update computate.version property to 4.2.7.25 in ../computate/pom.xml
23-
# Update version to 4.2.7.25 in ../computate/pom.xml
24-
# Update computate parent version property to 4.2.7.25 in ../computate-search/pom.xml
25-
# Update version to 4.2.7.25 in ../computate-search/pom.xml
26-
# Update computate parent version property to 4.2.7.25 in ../computate-vertx/pom.xml
27-
# Update computate-search version property to 4.2.7.25 in ../computate-vertx/pom.xml
28-
# Update version to 4.2.7.25 in ../computate-vertx/pom.xml
21+
# Update the computate.version to 4.4.4.0 in ../computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml
22+
# Update computate.version property to 4.4.4.0 in ../computate/pom.xml
23+
# Update version to 4.4.4.0 in ../computate/pom.xml
24+
# Update computate parent version property to 4.4.4.0 in ../computate-search/pom.xml
25+
# Update version to 4.4.4.0 in ../computate-search/pom.xml
26+
# Update computate parent version property to 4.4.4.0 in ../computate-vertx/pom.xml
27+
# Update computate-search version property to 4.4.4.0 in ../computate-vertx/pom.xml
28+
# Update version to 4.4.4.0 in ../computate-vertx/pom.xml
2929

3030
cd ~/.local/src/computate-base
3131
git add -i
32-
git commit -m "Releasing version 4.2.7.25"
32+
git commit -m "Releasing version 4.4.4.0"
3333
git push
3434
git status
3535
mvn clean install deploy -Pdeploy
36-
git tag 4.2.7.25
36+
git tag 4.4.4.0
3737
git push --tags
38-
# Create release from tag: https://github.com/computate-org/computate-base/releases/tag/4.2.7.25
38+
# Create release from tag: https://github.com/computate-org/computate-base/releases/tag/4.4.4.0
3939

4040
cd ~/.local/src/computate-search
41-
# Update computate parent version and artifact version to 4.2.7.25: vim pom.xml
42-
# Update version to 4.2.7.25 in pom.xml
41+
# Update computate parent version and artifact version to 4.4.4.0: vim pom.xml
42+
# Update version to 4.4.4.0 in pom.xml
4343
git add -i
44-
git commit -m "Releasing version 4.2.7.25"
44+
git commit -m "Releasing version 4.4.4.0"
4545
git push
4646
git status
4747
mvn clean install deploy -Pdeploy
48-
git tag 4.2.7.25
48+
git tag 4.4.4.0
4949
git push --tags
50-
# Create release from tag: https://github.com/computate-org/computate-search/releases/tag/4.2.7.25
50+
# Create release from tag: https://github.com/computate-org/computate-search/releases/tag/4.4.4.0
5151

5252
cd ~/.local/src/computate-vertx
53-
# Update computate parent version, artifact version and computate-search version to 4.2.7.25: vim pom.xml
54-
# Update computate-search version property to 4.2.7.25 in pom.xml
55-
# Update version to 4.2.7.25 in pom.xml
53+
# Update computate parent version, artifact version and computate-search version to 4.4.4.0: vim pom.xml
54+
# Update computate-search version property to 4.4.4.0 in pom.xml
55+
# Update version to 4.4.4.0 in pom.xml
5656
git add -i
57-
git commit -m "Releasing version 4.2.7.25"
57+
git commit -m "Releasing version 4.4.4.0"
5858
git push
5959
git status
6060
mvn clean install deploy -Pdeploy
61-
git tag 4.2.7.25
61+
git tag 4.4.4.0
6262
git push --tags
63-
# Create release from tag: https://github.com/computate-org/computate-vertx/releases/tag/4.2.7.25
63+
# Create release from tag: https://github.com/computate-org/computate-vertx/releases/tag/4.4.4.0
6464

6565
cd ~/.local/src/computate
66-
# Update computate.version to 4.2.7.25: vim pom.xml
67-
# Update version to 4.2.7.25 in pom.xml
66+
# Update computate.version to 4.4.4.0: vim pom.xml
67+
# Update version to 4.4.4.0 in pom.xml
6868
git add -i
69-
git commit -m "Releasing version 4.2.7.25"
69+
git commit -m "Releasing version 4.4.4.0"
7070
git push
7171
git status
7272
mvn clean install deploy -Pdeploy
73-
git tag 4.2.7.25
73+
git tag 4.4.4.0
7474
git push --tags
75-
# Create release from tag: https://github.com/computate-org/computate/releases/tag/4.2.7.25
75+
# Create release from tag: https://github.com/computate-org/computate/releases/tag/4.4.4.0
7676

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<log4j.version>2.19.0</log4j.version>
2929
<log4j-slf4j-impl.version>2.19.0</log4j-slf4j-impl.version>
3030
<slf4j.version>2.0.6</slf4j.version>
31-
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
31+
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
3232
<solr.version>8.11.1</solr.version>
3333
<jackson.version>2.14.1</jackson.version>
3434
<jackson-databind.version>2.14.1</jackson-databind.version>
@@ -40,22 +40,22 @@
4040
<drools.version>8.32.0.Final</drools.version>
4141
<cloudevents.version>2.4.0</cloudevents.version>
4242

43-
<quarkus-base.version>2.7.6</quarkus-base.version>
44-
<quarkus.version>${quarkus-base.version}.Final-redhat-00006</quarkus.version>
43+
<quarkus-base.version>3.2.6</quarkus-base.version>
44+
<quarkus.version>${quarkus-base.version}.Final-redhat-00002</quarkus.version>
4545
<quarkus-plugin.version>${quarkus.version}</quarkus-plugin.version>
4646
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
4747
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
4848
<quarkus.platform.version>${quarkus.version}</quarkus.platform.version>
4949

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

5353
</properties>
5454

5555
<modelVersion>4.0.0</modelVersion>
5656
<groupId>org.computate</groupId>
5757
<artifactId>computate-base</artifactId>
58-
<version>4.2.7.29</version>
58+
<version>4.4.4.0</version>
5959
<packaging>pom</packaging>
6060
<name>Computate base project with default properties</name>
6161
<description>Computate base project with default properties. </description>
@@ -177,8 +177,8 @@
177177
<artifactId>maven-compiler-plugin</artifactId>
178178
<version>${maven-compiler-plugin.version}</version>
179179
<configuration>
180-
<source>1.8</source>
181-
<target>1.8</target>
180+
<source>17</source>
181+
<target>17</target>
182182
</configuration>
183183
</plugin>
184184

0 commit comments

Comments
 (0)