Skip to content

Commit d7bab6f

Browse files
committed
[bugfix] Bump additional version numbers
1 parent 6e7ac6a commit d7bab6f

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
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.

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.4.1-SNAPSHOT</version>
55+
<version>7.5.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.4.1-SNAPSHOT</version>
55+
<version>7.5.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.4.1-SNAPSHOT</version>
56+
<version>7.5.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.4.1-SNAPSHOT</version>
56+
<version>7.5.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.4.1-SNAPSHOT.xar ../src/test/resources/exist-expathrepo-trigger-test.xar
11+
cp target/exist-expathrepo-trigger-test-7.5.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.4.1-SNAPSHOT</version>
55+
<version>7.5.0-SNAPSHOT</version>
5656
<relativePath>..</relativePath>
5757
</parent>
5858

0 commit comments

Comments
 (0)