Skip to content

Commit

Permalink
revert: ci: use vaadin snapshots in profiles
Browse files Browse the repository at this point in the history
This reverts commit 93a73d6.
  • Loading branch information
javier-godoy committed Nov 21, 2023
1 parent 13532b0 commit 27d6838
Showing 1 changed file with 5 additions and 31 deletions.
36 changes: 5 additions & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
<id>Vaadin prereleases</id>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
<!-- Repository needed for the snapshot versions of Vaadin -->
<repository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down Expand Up @@ -485,37 +490,6 @@
</build>
</profile>

<profile>
<id>v24</id>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<vaadin.version>24.2-SNAPSHOT</vaadin.version>
<jetty.version>11.0.12</jetty.version>
</properties>
<repositories>
<repository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
</pluginRepository>
</pluginRepositories>

<dependencies>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>

</profiles>

</project>

0 comments on commit 27d6838

Please sign in to comment.