Skip to content

Commit 2724714

Browse files
committed
Releasing version 4.2.7.25
1 parent 8d36891 commit 2724714

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,59 +5,59 @@
55
# Update version of computate-base/pom.xml
66
# Copy the properties from computate-base/pom.xml to computate/pom.xml
77
# Copy the properties from computate-base/pom.xml to computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml
8-
# Update the computate.version to 4.2.7.24 in ../computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml
9-
# Update computate.version property to 4.2.7.24 in ../computate/pom.xml
10-
# Update version to 4.2.7.24 in ../computate/pom.xml
11-
# Update computate parent version property to 4.2.7.24 in ../computate-search/pom.xml
12-
# Update version to 4.2.7.24 in ../computate-search/pom.xml
13-
# Update computate parent version property to 4.2.7.24 in ../computate-vertx/pom.xml
14-
# Update computate-search version property to 4.2.7.24 in ../computate-vertx/pom.xml
15-
# Update version to 4.2.7.24 in ../computate-vertx/pom.xml
8+
# Update the computate.version to 4.2.7.25 in ../computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml
9+
# Update computate.version property to 4.2.7.25 in ../computate/pom.xml
10+
# Update version to 4.2.7.25 in ../computate/pom.xml
11+
# Update computate parent version property to 4.2.7.25 in ../computate-search/pom.xml
12+
# Update version to 4.2.7.25 in ../computate-search/pom.xml
13+
# Update computate parent version property to 4.2.7.25 in ../computate-vertx/pom.xml
14+
# Update computate-search version property to 4.2.7.25 in ../computate-vertx/pom.xml
15+
# Update version to 4.2.7.25 in ../computate-vertx/pom.xml
1616

1717
cd ~/.local/src/computate-base
1818
git add -i
19-
git commit -m "Releasing version 4.2.7.24"
19+
git commit -m "Releasing version 4.2.7.25"
2020
git push
2121
git status
2222
mvn clean install deploy -Pdeploy
23-
git tag 4.2.7.24
23+
git tag 4.2.7.25
2424
git push --tags
25-
# Create release from tag: https://github.com/computate-org/computate-base/releases/tag/4.2.7.24
25+
# Create release from tag: https://github.com/computate-org/computate-base/releases/tag/4.2.7.25
2626

2727
cd ~/.local/src/computate-search
28-
# Update computate parent version and artifact version to 4.2.7.24: vim pom.xml
29-
# Update version to 4.2.7.24 in pom.xml
28+
# Update computate parent version and artifact version to 4.2.7.25: vim pom.xml
29+
# Update version to 4.2.7.25 in pom.xml
3030
git add -i
31-
git commit -m "Releasing version 4.2.7.24"
31+
git commit -m "Releasing version 4.2.7.25"
3232
git push
3333
git status
3434
mvn clean install deploy -Pdeploy
35-
git tag 4.2.7.24
35+
git tag 4.2.7.25
3636
git push --tags
37-
# Create release from tag: https://github.com/computate-org/computate-search/releases/tag/4.2.7.24
37+
# Create release from tag: https://github.com/computate-org/computate-search/releases/tag/4.2.7.25
3838

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

5252
cd ~/.local/src/computate
53-
# Update computate.version to 4.2.7.24: vim pom.xml
54-
# Update version to 4.2.7.24 in pom.xml
53+
# Update computate.version to 4.2.7.25: vim pom.xml
54+
# Update version to 4.2.7.25 in pom.xml
5555
git add -i
56-
git commit -m "Releasing version 4.2.7.24"
56+
git commit -m "Releasing version 4.2.7.25"
5757
git push
5858
git status
5959
mvn clean install deploy -Pdeploy
60-
git tag 4.2.7.24
60+
git tag 4.2.7.25
6161
git push --tags
62-
# Create release from tag: https://github.com/computate-org/computate/releases/tag/4.2.7.24
62+
# Create release from tag: https://github.com/computate-org/computate/releases/tag/4.2.7.25
6363

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<modelVersion>4.0.0</modelVersion>
5656
<groupId>org.computate</groupId>
5757
<artifactId>computate-base</artifactId>
58-
<version>4.2.7.24</version>
58+
<version>4.2.7.25</version>
5959
<packaging>pom</packaging>
6060
<name>Computate base project with default properties</name>
6161
<description>Computate base project with default properties. </description>

0 commit comments

Comments
 (0)