Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.flowingcode.addons.applayout</groupId>
<artifactId>app-layout-addon</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<name>App Layout Addon</name>
<description>Integration of app-layout for Vaadin Flow</description>

Expand Down Expand Up @@ -75,10 +75,6 @@
<id>Vaadin Directory</id>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
<repository>
<id>FlowingCode Releases</id>
<url>https://maven.flowingcode.com/releases</url>
</repository>
<repository>
<id>FlowingCode Snapshots</id>
<url>https://maven.flowingcode.com/snapshots</url>
Expand Down Expand Up @@ -534,7 +530,7 @@
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<vaadin.version>25.0.0-beta2</vaadin.version>
<vaadin.version>25.0.0</vaadin.version>
<jetty.version>11.0.26</jetty.version>
</properties>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* #%L
* App Layout Addon
* %%
* Copyright (C) 2018 - 2022 Flowing Code
* Copyright (C) 2018 - 2025 Flowing Code
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
import com.vaadin.hilla.Nonnull;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Nullable;
import jakarta.annotation.Nullable;

public class MenuItemDto {

Expand Down