Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d790d2

Browse files
committedMay 26, 2017
Updated version to v5.0-beta.29
1 parent 05699e4 commit 0d790d2

File tree

30 files changed

+35
-30
lines changed

30 files changed

+35
-30
lines changed
 

‎CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12+
## [v5.0-beta.29] - 2017-05-26
13+
14+
* Issue **#179** : Updated Saxon-HE to version 9.7.0-18 and added XSLTFilter option to `usePool` to see if caching might be responsible for issue.
15+
1216
* Issue **#288** : Made further changes to ensure that the IndexShardWriterCache doesn't try to reuse an index shard that has failed when adding any documents.
1317

1418
## [v5.0-beta.28] - 2017-05-19
@@ -425,7 +429,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
425429
## [v5.0-beta.4] - 2016-10-03
426430
* Initial open source release
427431

428-
[Unreleased]: https://github.com/gchq/stroom/compare/v5.0-beta.28...HEAD
432+
[Unreleased]: https://github.com/gchq/stroom/compare/v5.0-beta.29...HEAD
433+
[v5.0-beta.29]: https://github.com/gchq/stroom/compare/v5.0-beta.28...v5.0-beta.29
429434
[v5.0-beta.28]: https://github.com/gchq/stroom/compare/v5.0-beta.27...v5.0-beta.28
430435
[v5.0-beta.27]: https://github.com/gchq/stroom/compare/v5.0-beta.26...v5.0-beta.27
431436
[v5.0-beta.26]: https://github.com/gchq/stroom/compare/v5.0-beta.25...v5.0-beta.26

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<artifactId>stroom</artifactId>
4040
<name>stroom</name>
4141
<description>STROOM</description>
42-
<version>5.0-beta.29-SNAPSHOT</version>
42+
<version>5.0-beta.29</version>
4343
<packaging>pom</packaging>
4444

4545
<properties>

‎stroom-app-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-app-client</artifactId>

‎stroom-app-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>stroom</groupId>
2222
<artifactId>stroom</artifactId>
23-
<version>5.0-beta.29-SNAPSHOT</version>
23+
<version>5.0-beta.29</version>
2424
</parent>
2525

2626
<artifactId>stroom-app-distribution</artifactId>

‎stroom-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-app</artifactId>

‎stroom-config/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-config</artifactId>

‎stroom-core-client-widget/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>stroom</groupId>
3939
<artifactId>stroom</artifactId>
40-
<version>5.0-beta.29-SNAPSHOT</version>
40+
<version>5.0-beta.29</version>
4141
</parent>
4242

4343
<artifactId>stroom-core-client-widget</artifactId>

‎stroom-core-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>stroom</groupId>
3939
<artifactId>stroom</artifactId>
40-
<version>5.0-beta.29-SNAPSHOT</version>
40+
<version>5.0-beta.29</version>
4141
</parent>
4242

4343
<artifactId>stroom-core-client</artifactId>

‎stroom-core-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-core-server</artifactId>

‎stroom-core-shared/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-core-shared</artifactId>

‎stroom-dashboard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-dashboard</artifactId>

‎stroom-entities/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-entities</artifactId>

‎stroom-expression/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-expression</artifactId>

‎stroom-index/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-index</artifactId>

‎stroom-integrationtest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-integrationtest</artifactId>

‎stroom-pipeline/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-pipeline</artifactId>

‎stroom-query-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-query-api</artifactId>

‎stroom-query-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-query-common</artifactId>

‎stroom-remote/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>stroom</groupId>
3939
<artifactId>stroom</artifactId>
40-
<version>5.0-beta.29-SNAPSHOT</version>
40+
<version>5.0-beta.29</version>
4141
</parent>
4242

4343
<artifactId>stroom-remote</artifactId>

‎stroom-security-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-security-api</artifactId>

‎stroom-security-client-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-security-client-api</artifactId>

‎stroom-security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-security</artifactId>

‎stroom-startup/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-startup</artifactId>

‎stroom-statistics-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-statistics-api</artifactId>

‎stroom-statistics-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-statistics-client</artifactId>

‎stroom-statistics-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-statistics-server</artifactId>

‎stroom-statistics-shared/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>stroom</groupId>
3939
<artifactId>stroom</artifactId>
40-
<version>5.0-beta.29-SNAPSHOT</version>
40+
<version>5.0-beta.29</version>
4141
</parent>
4242

4343
<artifactId>stroom-statistics-shared</artifactId>

‎stroom-test-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-test-common</artifactId>

‎stroom-util-shared/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-util-shared</artifactId>

‎stroom-util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>stroom</groupId>
4040
<artifactId>stroom</artifactId>
41-
<version>5.0-beta.29-SNAPSHOT</version>
41+
<version>5.0-beta.29</version>
4242
</parent>
4343

4444
<artifactId>stroom-util</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.