File tree 30 files changed +33
-30
lines changed
stroom-core-client-widget
stroom-security-client-api
30 files changed +33
-30
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Changed
11
11
12
+ ## [ v5.0-beta.27] - 2017-05-18
13
+
12
14
* Issue ** #288 ** : The error condition 'Expected a new writer but got the same one back!!!' should no longer be encountered as the root cause should now be fixed. The original check has been reinstated so that processing will terminate if we do encounter this problem.
13
15
14
16
* Issue ** #295 ** : Fixed the help property so that it can now be configured.
@@ -409,7 +411,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
409
411
## [ v5.0-beta.4] - 2016-10-03
410
412
* Initial open source release
411
413
412
- [ Unreleased ] : https://github.com/gchq/stroom/compare/v5.0-beta.26...HEAD
414
+ [ Unreleased ] : https://github.com/gchq/stroom/compare/v5.0-beta.27...HEAD
415
+ [ v5.0-beta.27 ] : https://github.com/gchq/stroom/compare/v5.0-beta.26...v5.0-beta.27
413
416
[ v5.0-beta.26 ] : https://github.com/gchq/stroom/compare/v5.0-beta.25...v5.0-beta.26
414
417
[ v5.0-beta.25 ] : https://github.com/gchq/stroom/compare/v5.0-beta.24...v5.0-beta.25
415
418
[ v5.0-beta.24 ] : https://github.com/gchq/stroom/compare/v5.0-beta.23...v5.0-beta.24
Original file line number Diff line number Diff line change 39
39
<artifactId >stroom</artifactId >
40
40
<name >stroom</name >
41
41
<description >STROOM</description >
42
- <version >5.0-beta.27-SNAPSHOT </version >
42
+ <version >5.0-beta.27</version >
43
43
<packaging >pom</packaging >
44
44
45
45
<properties >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-app-client</artifactId >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >stroom</groupId >
22
22
<artifactId >stroom</artifactId >
23
- <version >5.0-beta.27-SNAPSHOT </version >
23
+ <version >5.0-beta.27</version >
24
24
</parent >
25
25
26
26
<artifactId >stroom-app-distribution</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-app</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-config</artifactId >
Original file line number Diff line number Diff line change 37
37
<parent >
38
38
<groupId >stroom</groupId >
39
39
<artifactId >stroom</artifactId >
40
- <version >5.0-beta.27-SNAPSHOT </version >
40
+ <version >5.0-beta.27</version >
41
41
</parent >
42
42
43
43
<artifactId >stroom-core-client-widget</artifactId >
Original file line number Diff line number Diff line change 37
37
<parent >
38
38
<groupId >stroom</groupId >
39
39
<artifactId >stroom</artifactId >
40
- <version >5.0-beta.27-SNAPSHOT </version >
40
+ <version >5.0-beta.27</version >
41
41
</parent >
42
42
43
43
<artifactId >stroom-core-client</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-core-server</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-core-shared</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-dashboard</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-entities</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-expression</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-index</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-integrationtest</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-pipeline</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-query-api</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-query-common</artifactId >
Original file line number Diff line number Diff line change 37
37
<parent >
38
38
<groupId >stroom</groupId >
39
39
<artifactId >stroom</artifactId >
40
- <version >5.0-beta.27-SNAPSHOT </version >
40
+ <version >5.0-beta.27</version >
41
41
</parent >
42
42
43
43
<artifactId >stroom-remote</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-security-api</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-security-client-api</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-security</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-startup</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-statistics-api</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-statistics-client</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-statistics-server</artifactId >
Original file line number Diff line number Diff line change 37
37
<parent >
38
38
<groupId >stroom</groupId >
39
39
<artifactId >stroom</artifactId >
40
- <version >5.0-beta.27-SNAPSHOT </version >
40
+ <version >5.0-beta.27</version >
41
41
</parent >
42
42
43
43
<artifactId >stroom-statistics-shared</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-test-common</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-util-shared</artifactId >
Original file line number Diff line number Diff line change 38
38
<parent >
39
39
<groupId >stroom</groupId >
40
40
<artifactId >stroom</artifactId >
41
- <version >5.0-beta.27-SNAPSHOT </version >
41
+ <version >5.0-beta.27</version >
42
42
</parent >
43
43
44
44
<artifactId >stroom-util</artifactId >
You can’t perform that action at this time.
0 commit comments