Skip to content

Commit

Permalink
Added notes for flyway/flyway#2218
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fontaine committed Nov 27, 2018
1 parent 8305c5b commit b38c65a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion documentation/api/index.md
Expand Up @@ -18,7 +18,6 @@ be migrated to a state the rest of the code can work with.
- `Java 9`
- `Java 8`
- `Java 7` {% include enterprise.html %}
- `Java 6` {% include enterprise.html %}

## Download

Expand Down
2 changes: 1 addition & 1 deletion documentation/maven/index.md
Expand Up @@ -6,7 +6,7 @@ subtitle: Maven Plugin
# Maven Plugin

The Flyway Open-Source Maven plugin supports **Maven 3.x** running on **Java 8**, **Java 9**, **Java 10** or **Java 11**.
The Flyway Enterprise Maven plugin also supports **Java 6** and **Java 7**.
The Flyway Enterprise Maven plugin also supports **Java 7**.

## Installation

Expand Down
6 changes: 6 additions & 0 deletions documentation/releaseNotes.html
Expand Up @@ -9,6 +9,12 @@ <h1>Release Notes</h1>

<div class="release">
<h2 id="6.0.0">Flyway 6.0.0 (Unreleased)</h2>

<h3>Incompatible Changes</h3>
<ul>
{% include issue.html id="2188" title="Discontinue Java 6 support" enterprise=true %}
{% include issue.html id="2218" title="Remove deprecated APIs and settings" %}
</ul>
</div>

<div class="release">
Expand Down
2 changes: 1 addition & 1 deletion download/index.md
Expand Up @@ -36,7 +36,7 @@ Choose your Flyway edition based on the features and support level you require
<tr><td>Streaming</td><td></td><td><i class="fa fa-check"></i></td><td><i class="fa fa-check"></i></td></tr>
<tr><td>Display query results</td><td></td><td><i class="fa fa-check"></i></td><td><i class="fa fa-check"></i></td></tr>
<tr><td>Older database versions compatibility</td><td></td><td></td><td><i class="fa fa-check"></i></td></tr>
<tr><td>Java 6 / 7 compatibility</td><td></td><td></td><td><i class="fa fa-check"></i></td></tr>
<tr><td>Java 7 compatibility</td><td></td><td></td><td><i class="fa fa-check"></i></td></tr>
<tr><td>License</td><td><a href="/licenses/flyway-community">Apache v2</a></td><td><a href="/licenses/flyway-pro">Commercial</a></td><td><a href="/licenses/flyway-enterprise">Commercial</a></td></tr>
<tr><td>Maven Repository</td><td><i class="fa fa-check"></i></td><td><i class="fa fa-check"></i></td><td><i class="fa fa-check"></i></td></tr>
<tr><td>Source Code included</td><td><i class="fa fa-check"></i></td><td><i class="fa fa-check"></i></td><td><i class="fa fa-check"></i></td></tr>
Expand Down

0 comments on commit b38c65a

Please sign in to comment.