Skip to content

Commit

Permalink
Updated version to v5.0-beta.40
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Jul 14, 2017
1 parent deb5bf4 commit 8ba54c4
Show file tree
Hide file tree
Showing 30 changed files with 33 additions and 30 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## [v5.0-beta.40] - 2017-07-14

* Issue **#343** : Fixed login expiry issue.

* Issue **#345** : Allowed for multi depth config content import.
Expand Down Expand Up @@ -497,7 +499,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [v5.0-beta.4] - 2016-10-03
* Initial open source release

[Unreleased]: https://github.com/gchq/stroom/compare/v5.0-beta.39...HEAD
[Unreleased]: https://github.com/gchq/stroom/compare/v5.0-beta.40...HEAD
[v5.0-beta.40]: https://github.com/gchq/stroom/compare/v5.0-beta.39...v5.0-beta.40
[v5.0-beta.39]: https://github.com/gchq/stroom/compare/v5.0-beta.38...v5.0-beta.39
[v5.0-beta.38]: https://github.com/gchq/stroom/compare/v5.0-beta.37...v5.0-beta.38
[v5.0-beta.37]: https://github.com/gchq/stroom/compare/v5.0-beta.36...v5.0-beta.37
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<artifactId>stroom</artifactId>
<name>stroom</name>
<description>STROOM</description>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion stroom-app-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-app-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-app-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-app-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-core-client-widget/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-core-client-widget</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-core-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-core-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-core-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-core-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-core-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-core-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-dashboard</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-entities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-entities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-expression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-expression</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-index</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-integrationtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-pipeline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-query-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-query-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-query-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-query-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-remote</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-security-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-security-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-security-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-security-client-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-startup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-startup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-statistics-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-statistics-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-statistics-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-statistics-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-statistics-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-statistics-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-statistics-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-statistics-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-test-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-util-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-util-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stroom-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>stroom</groupId>
<artifactId>stroom</artifactId>
<version>5.0-beta.39</version>
<version>5.0-beta.40</version>
</parent>

<artifactId>stroom-util</artifactId>
Expand Down

0 comments on commit 8ba54c4

Please sign in to comment.