Skip to content

Commit 004d5dc

Browse files
committed
[bugfix] Bump additional version numbers
1 parent fbd9f27 commit 004d5dc

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

.idea/runConfigurations/Java_Admin_Client.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Jetty_Server.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Local_Jetty_Server.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VERSIONING_AND_RELEASING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For pre-releases, such as [release candidates](https://en.wikipedia.org/wiki/Sof
4646
* `8.0.0-RC2` > `8.0.0-RC1`
4747
* `8.0.0-RC1` > `7.1.0`
4848
* `8.0.0-SNAPSHOT` > `7.1.0`
49-
* `7.3.0-SNAPSHOT` > `7.1.0`
49+
* `7.4.0-SNAPSHOT` > `7.1.0`
5050

5151
We use only two clearly defined forms of `PRERELEASE` label:
5252

@@ -89,7 +89,7 @@ This section details concrete steps for creating and publishing product releases
8989

9090
### Preparing a Product Release
9191

92-
Once development on a new stable version is complete, the following steps will prepare the version for release. For purposes of illustration, we will assume we are preparing the stable release of version 7.3.0.
92+
Once development on a new stable version is complete, the following steps will prepare the version for release. For purposes of illustration, we will assume we are preparing the stable release of version 7.4.0.
9393
You will require a system with:
9494
* macOS
9595
* JDK 8
@@ -172,7 +172,7 @@ You will require a system with:
172172
</activeProfiles>
173173
```
174174

175-
3. Merge any outstanding PRs that have been reviewed and accepted for the milestone (e.g. `elemental-7.3.0`).
175+
3. Merge any outstanding PRs that have been reviewed and accepted for the milestone (e.g. `elemental-7.4.0`).
176176

177177
4. Make sure that you have the HEAD of `origin/main` (or `upstream` if you are on a fork).
178178

@@ -190,9 +190,9 @@ You will require a system with:
190190
[INFO] Executing: /bin/sh -c cd /Users/aretter/code/evolvedbinary/elemental.maven && git status
191191
[INFO] Working directory: /Users/aretter/code/evolvedbinary/elemental.maven
192192
[INFO] Checking dependencies and plugins for snapshots ...
193-
What is the release version for "Elemental"? (xyz.elemental:elemental) 7.3.0: :
194-
What is SCM release tag or label for "Elemental"? (xyz.elemental:elemental) elemental-7.3.0: :
195-
What is the new development version for "Elemental"? (xyz.elemental:elemental) 7.4.0-SNAPSHOT: :
193+
What is the release version for "Elemental"? (xyz.elemental:elemental) 7.4.0: :
194+
What is SCM release tag or label for "Elemental"? (xyz.elemental:elemental) elemental-7.4.0: :
195+
What is the new development version for "Elemental"? (xyz.elemental:elemental) 7.5.0-SNAPSHOT: :
196196
```
197197

198198
6. Once the prepare process completes you can perform the release. This will upload Maven Artifacts to Maven Central (staging), Docker images to Docker Hub, and Elemental distributions and installer to GitHub releases:
@@ -202,7 +202,7 @@ You will require a system with:
202202

203203
7. Update the stable branch (`gold`) of Elemental to reflect the latest release:
204204
```bash
205-
$ git push origin elemental-7.3.0:gold
205+
$ git push origin elemental-7.4.0:gold
206206
```
207207

208208
#### Publishing/Promoting the Product Release
@@ -216,7 +216,7 @@ You will require a system with:
216216

217217
5. Visit the GitHub releases page [https://github.com/evolvedbinary/elemental/releases](https://github.com/evolvedbinary/elemental/releases) and create a new release, enter the tag you previously created and link the release notes from the blog.
218218

219-
6. Send an email to the `Elemental` mailing list announcing the release with a title similar to `[ANN] Release of Elemental 7.3.0`, copy and paste the release notes from the blog into the email and reformat appropriately (see past emails).
219+
6. Send an email to the `Elemental` mailing list announcing the release with a title similar to `[ANN] Release of Elemental 7.4.0`, copy and paste the release notes from the blog into the email and reformat appropriately (see past emails).
220220

221221
7. Tweet about it using the `elemental` Twitter account.
222222

exist-core-jcstress/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>7.3.0-SNAPSHOT</version>
55+
<version>7.4.0-SNAPSHOT</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

exist-core-jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-parent</artifactId>
55-
<version>7.3.0-SNAPSHOT</version>
55+
<version>7.4.0-SNAPSHOT</version>
5656
<relativePath>../exist-parent</relativePath>
5757
</parent>
5858

extensions/debuggee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<parent>
5454
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5555
<artifactId>exist-extensions</artifactId>
56-
<version>7.3.0-SNAPSHOT</version>
56+
<version>7.4.0-SNAPSHOT</version>
5757
<relativePath>..</relativePath>
5858
</parent>
5959

extensions/images/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<parent>
5454
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5555
<artifactId>exist-extensions</artifactId>
56-
<version>7.3.0-SNAPSHOT</version>
56+
<version>7.4.0-SNAPSHOT</version>
5757
<relativePath>..</relativePath>
5858
</parent>
5959

extensions/modules/expathrepo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To build the .xar file and copy it for use in the tests for this module:
88
```bash
99
cd expathrepo-trigger-test
1010
mvn clean package
11-
cp target/exist-expathrepo-trigger-test-7.3.0-SNAPSHOT.xar ../src/test/resources/exist-expathrepo-trigger-test.xar
11+
cp target/exist-expathrepo-trigger-test-7.4.0-SNAPSHOT.xar ../src/test/resources/exist-expathrepo-trigger-test.xar
1212
```
1313

1414
Each time you modify the source code of the `expathrepo-trigger-test` module, you should rebuild it and copy the .xar file to the `src/test/resources` folder of this module and re-commit it to Git.

extensions/modules/sql-oracle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<parent>
5353
<groupId>xyz.elemental.fork.org.exist-db</groupId>
5454
<artifactId>exist-modules</artifactId>
55-
<version>7.3.0-SNAPSHOT</version>
55+
<version>7.4.0-SNAPSHOT</version>
5656
<relativePath>..</relativePath>
5757
</parent>
5858

0 commit comments

Comments
 (0)