diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2021-08-31 12:42:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 12:42:12 +0300 |
commit | 7f632bfaba1e7934815fe64ec87c975582b495f3 (patch) | |
tree | 5226ec30ab140bc5d3b80c6d1a1dd67890901616 /all | |
parent | 4806947e508eee2006b2393a8cb6305eecd4e128 (diff) | |
download | vaadin-framework-7f632bfaba1e7934815fe64ec87c975582b495f3.tar.gz vaadin-framework-7f632bfaba1e7934815fe64ec87c975582b495f3.zip |
Update project to 8.15-SNAPSHOT (#12392)
Diffstat (limited to 'all')
-rw-r--r-- | all/pom.xml | 2 | ||||
-rw-r--r-- | all/src/main/templates/release-notes.html | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/all/pom.xml b/all/pom.xml index 4a50a201a8..a7fa29fea9 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.14-SNAPSHOT</version> + <version>8.15-SNAPSHOT</version> </parent> <artifactId>vaadin-all</artifactId> <name>vaadin-all</name> diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index d51532f00b..295b113be9 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,15 +83,15 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li>Reworked and cleaned up client-side TabSheet and Accordion</li> + <li></li> </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.13, see the <a - href="http://vaadin.com/download/release/8.13/8.13.0/release-notes.html">Release - Notes for Vaadin Framework 8.13.0</a>. + For enhancements introduced in Vaadin Framework 8.14, see the <a + href="http://vaadin.com/download/release/8.14/8.14.0/release-notes.html">Release + Notes for Vaadin Framework 8.14.0</a>. For migrating from previous framework versions, see <a href="#incompatible">the list of incompatible changes</a> and <a href="#migrating">how to migrate to Vaadin Framework 8</a>. </p> @@ -99,10 +99,10 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> <ul> - <li>Deprecating Flash component</li> + <li></li> </ul> - <h2>For incompatible or behavior-altering changes in 8.13, please see <a href="https://vaadin.com/download/release/8.13/8.13.0/release-notes.html#incompatible">8.13 release notes</a></h2> + <h2>For incompatible or behavior-altering changes in 8.14, please see <a href="https://vaadin.com/download/release/8.14/8.14.0/release-notes.html#incompatible">8.14 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |