Skip to content

Commit 39a2e1b

Browse files
javier-godoypaodb
authored andcommitted
revert: ci: use vaadin snapshots in profiles
This reverts commit 79b6f4c.
1 parent 9b8953b commit 39a2e1b

File tree

1 file changed

+4
-37
lines changed

1 file changed

+4
-37
lines changed

pom.xml

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,10 @@
4040

4141
<repositories>
4242
<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>
4845
</repository>
4946
<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>
6047
<id>FlowingCode Snapshots</id>
6148
<url>https://maven.flowingcode.com/snapshots</url>
6249
<snapshots>
@@ -68,26 +55,6 @@
6855
</repository>
6956
</repositories>
7057

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-
9158
<scm>
9259
<url>https://github.com/FlowingCode/TwinColGridAddon</url>
9360
<connection>scm:git:git://github.com/FlowingCode/TwinColGridAddon.git</connection>
@@ -384,7 +351,7 @@
384351
<profile>
385352
<id>v23</id>
386353
<properties>
387-
<vaadin.version>23.3-SNAPSHOT</vaadin.version>
354+
<vaadin.version>23.3.5</vaadin.version>
388355
<maven.compiler.source>11</maven.compiler.source>
389356
<maven.compiler.target>11</maven.compiler.target>
390357
</properties>
@@ -395,7 +362,7 @@
395362
<properties>
396363
<maven.compiler.source>17</maven.compiler.source>
397364
<maven.compiler.target>17</maven.compiler.target>
398-
<vaadin.version>24.2-SNAPSHOT</vaadin.version>
365+
<vaadin.version>24.1.10</vaadin.version>
399366
<jetty.version>11.0.12</jetty.version>
400367
</properties>
401368
<repositories>

0 commit comments

Comments
 (0)