Skip to content

Commit 417f2ff

Browse files
committed
revert: ci: use vaadin snapshots in profiles
This reverts commit 525f530.
1 parent c22c232 commit 417f2ff

File tree

1 file changed

+6
-39
lines changed

1 file changed

+6
-39
lines changed

pom.xml

Lines changed: 6 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -39,45 +39,12 @@
3939
</developers>
4040

4141
<repositories>
42-
<repository>
43-
<id>central</id>
44-
<url>https://repo.maven.apache.org/maven2</url>
45-
<snapshots>
46-
<enabled>false</enabled>
47-
</snapshots>
48-
</repository>
49-
<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>
42+
<repository>
43+
<id>Vaadin Directory</id>
44+
<url>https://maven.vaadin.com/vaadin-addons</url>
45+
</repository>
5946
</repositories>
6047

61-
<pluginRepositories>
62-
<pluginRepository>
63-
<id>central</id>
64-
<url>https://repo.maven.apache.org/maven2</url>
65-
<snapshots>
66-
<enabled>false</enabled>
67-
</snapshots>
68-
</pluginRepository>
69-
<pluginRepository>
70-
<id>vaadin-snapshots</id>
71-
<url>https://tools.vaadin.com/nexus/content/repositories/vaadin-snapshots/</url>
72-
<snapshots>
73-
<enabled>true</enabled>
74-
</snapshots>
75-
<releases>
76-
<enabled>false</enabled>
77-
</releases>
78-
</pluginRepository>
79-
</pluginRepositories>
80-
8148
<scm>
8249
<url>https://github.com/FlowingCode/TwinColGridAddon</url>
8350
<connection>scm:git:git://github.com/FlowingCode/TwinColGridAddon.git</connection>
@@ -374,7 +341,7 @@
374341
<profile>
375342
<id>v23</id>
376343
<properties>
377-
<vaadin.version>23.3-SNAPSHOT</vaadin.version>
344+
<vaadin.version>23.3.5</vaadin.version>
378345
<maven.compiler.source>11</maven.compiler.source>
379346
<maven.compiler.target>11</maven.compiler.target>
380347
</properties>
@@ -385,7 +352,7 @@
385352
<properties>
386353
<maven.compiler.source>17</maven.compiler.source>
387354
<maven.compiler.target>17</maven.compiler.target>
388-
<vaadin.version>24.2-SNAPSHOT</vaadin.version>
355+
<vaadin.version>24.1.10</vaadin.version>
389356
<jetty.version>11.0.12</jetty.version>
390357
</properties>
391358
<repositories>

0 commit comments

Comments
 (0)