Skip to content

Commit

Permalink
Release 1.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteinacker committed May 30, 2017
1 parent 156c396 commit ff52380
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

**Edison 1.1.0 is depending on Spring Boot 1.5.2.RELEASE**

**Bugfixes:**

* **[edison-core]** Added /internal/js to LDAP whitelist, so the JS can be loaded w/o authentication in case of
whilelisted /internal/jobs or /internal/jobdefinitions

**Deprecations:**

* **[edison-core]** Deprecated the (Beta) ServiceSpecs.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ It's purpose is to provide a common implementation for cross-cutting requirement

## Future Releases aka Roadmap

[Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html) is used to specify the version numbers.

This project maintains its roadmap with [issues](https://github.com/otto-de/edison-microservice/issues) and [milestones](https://github.com/otto-de/edison-microservice/milestones).

**[1.0.0](https://github.com/otto-de/edison-microservice/milestone/1)**: Edison Microservices for Spring Boot 1.4 ✔
Expand Down
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ subprojects {
apply plugin: 'eclipse'
apply plugin: 'project-report'

// Major Release: X.0.0: Breaking Changes. Should be avoided if possible, or planned for future release.
// Minor Release: 0.X.0: Additional Features, updates from minor releases in Spring
// Micro Release: 0.0.X: Bugfixes, non-breaking changes, updates from micro releases in Spring
// USE SEMANTIC VERSIONING AS SPECIFIED HERE: http://semver.org/spec/v2.0.0.html
//
// Major Release: X.0.0-RELEASE: Breaking Changes. Should be avoided if possible, or planned for future release.
// Minor Release: 0.X.0-RELEASE: Additional Features, updates from minor releases in Spring
// Micro Release: 0.0.X-RELEASE: Bugfixes, non-breaking changes, updates from micro releases in Spring
//
// DO NOT FORGET TO DOCUMENT CHANGES IN CHANGELOG.md
//
// Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases
version = '1.1.0.beta1'
version = '1.1.0-beta.2'
group = 'de.otto.edison'

repositories {
Expand Down

0 comments on commit ff52380

Please sign in to comment.