|
40 | 40 |
|
41 | 41 | <repositories> |
42 | 42 | <repository> |
43 | | - <id>central</id> |
44 | | - <url>https://repo.maven.apache.org/maven2</url> |
45 | | - <snapshots> |
46 | | - <enabled>false</enabled> |
47 | | - </snapshots> |
| 43 | + <id>Vaadin Directory</id> |
| 44 | + <url>https://maven.vaadin.com/vaadin-addons</url> |
48 | 45 | </repository> |
49 | 46 | <repository> |
50 | | - <id>vaadin-snapshots</id> |
51 | | - <url>https://tools.vaadin.com/nexus/content/repositories/vaadin-snapshots/</url> |
52 | | - <snapshots> |
53 | | - <enabled>true</enabled> |
54 | | - </snapshots> |
55 | | - <releases> |
56 | | - <enabled>false</enabled> |
57 | | - </releases> |
58 | | - </repository> |
59 | | - <repository> |
60 | 47 | <id>FlowingCode Snapshots</id> |
61 | 48 | <url>https://maven.flowingcode.com/snapshots</url> |
62 | 49 | <snapshots> |
|
68 | 55 | </repository> |
69 | 56 | </repositories> |
70 | 57 |
|
71 | | - <pluginRepositories> |
72 | | - <pluginRepository> |
73 | | - <id>central</id> |
74 | | - <url>https://repo.maven.apache.org/maven2</url> |
75 | | - <snapshots> |
76 | | - <enabled>false</enabled> |
77 | | - </snapshots> |
78 | | - </pluginRepository> |
79 | | - <pluginRepository> |
80 | | - <id>vaadin-snapshots</id> |
81 | | - <url>https://tools.vaadin.com/nexus/content/repositories/vaadin-snapshots/</url> |
82 | | - <snapshots> |
83 | | - <enabled>true</enabled> |
84 | | - </snapshots> |
85 | | - <releases> |
86 | | - <enabled>false</enabled> |
87 | | - </releases> |
88 | | - </pluginRepository> |
89 | | - </pluginRepositories> |
90 | | - |
91 | 58 | <scm> |
92 | 59 | <url>https://github.com/FlowingCode/TwinColGridAddon</url> |
93 | 60 | <connection>scm:git:git://github.com/FlowingCode/TwinColGridAddon.git</connection> |
|
384 | 351 | <profile> |
385 | 352 | <id>v23</id> |
386 | 353 | <properties> |
387 | | - <vaadin.version>23.3-SNAPSHOT</vaadin.version> |
| 354 | + <vaadin.version>23.3.5</vaadin.version> |
388 | 355 | <maven.compiler.source>11</maven.compiler.source> |
389 | 356 | <maven.compiler.target>11</maven.compiler.target> |
390 | 357 | </properties> |
|
395 | 362 | <properties> |
396 | 363 | <maven.compiler.source>17</maven.compiler.source> |
397 | 364 | <maven.compiler.target>17</maven.compiler.target> |
398 | | - <vaadin.version>24.2-SNAPSHOT</vaadin.version> |
| 365 | + <vaadin.version>24.1.10</vaadin.version> |
399 | 366 | <jetty.version>11.0.12</jetty.version> |
400 | 367 | </properties> |
401 | 368 | <repositories> |
|
0 commit comments