|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | | - |
6 | 5 | <modelVersion>4.0.0</modelVersion> |
7 | 6 |
|
8 | 7 | <groupId>com.xdev-software</groupId> |
9 | 8 | <artifactId>vaadin-maps-leaflet-flow</artifactId> |
10 | | - |
11 | | - <packaging>jar</packaging> |
12 | 9 | <version>2.0.1-SNAPSHOT</version> |
| 10 | + <packaging>jar</packaging> |
13 | 11 |
|
14 | 12 | <name>LeafletMap for Vaadin</name> |
15 | 13 | <description>LeafletMap for Vaadin</description> |
|
53 | 51 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
54 | 52 |
|
55 | 53 | <!-- Dependency-Versions --> |
56 | | - <vaadin.version>23.1.6</vaadin.version> |
| 54 | + <vaadin.version>23.2.1</vaadin.version> |
57 | 55 | </properties> |
58 | 56 |
|
59 | 57 | <dependencyManagement> |
|
171 | 169 | <plugin> |
172 | 170 | <groupId>org.apache.maven.plugins</groupId> |
173 | 171 | <artifactId>maven-javadoc-plugin</artifactId> |
174 | | - <version>3.4.0</version> |
| 172 | + <version>3.4.1</version> |
175 | 173 | <executions> |
176 | 174 | <execution> |
177 | 175 | <id>attach-javadocs</id> |
|
203 | 201 | <plugin> |
204 | 202 | <groupId>org.apache.maven.plugins</groupId> |
205 | 203 | <artifactId>maven-jar-plugin</artifactId> |
206 | | - <version>3.2.2</version> |
| 204 | + <version>3.3.0</version> |
207 | 205 | <configuration> |
208 | 206 | <archive> |
209 | 207 | <index>true</index> |
|
296 | 294 | <plugin> |
297 | 295 | <groupId>org.apache.maven.plugins</groupId> |
298 | 296 | <artifactId>maven-jar-plugin</artifactId> |
299 | | - <version>3.2.2</version> |
| 297 | + <version>3.3.0</version> |
300 | 298 | <configuration> |
301 | 299 | <!-- VAADIN files that shouldn't be included in add-ons --> |
302 | 300 | <excludes> |
|
0 commit comments