Skip to content

Commit

Permalink
Rename Hilla groupId (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
heruan authored Feb 21, 2024
1 parent d606939 commit cd2a395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
<version>${flow.version}</version>
</dependency>
<dependency>
<groupId>com.vaadin.hilla</groupId>
<artifactId>endpoint</artifactId>
<groupId>com.vaadin</groupId>
<artifactId>hilla-endpoint</artifactId>
<version>${hilla.version}</version>
</dependency>
<dependency>
Expand Down
10 changes: 4 additions & 6 deletions sso-kit-starter-hilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
<artifactId>sso-kit</artifactId>
<version>3.0-SNAPSHOT</version>
</parent>
<version>3.0-SNAPSHOT</version>

<name>SSO Kit Starter for Hilla</name>

<groupId>com.vaadin.hilla</groupId>
<artifactId>sso-kit-starter</artifactId>
<artifactId>sso-kit-starter-hilla</artifactId>

<properties>
<cvdl.name>hilla-sso-kit</cvdl.name>
Expand All @@ -28,14 +26,14 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-spring</artifactId>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>license-checker</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin.hilla</groupId>
<artifactId>endpoint</artifactId>
<groupId>com.vaadin</groupId>
<artifactId>hilla-endpoint</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cd2a395

Please sign in to comment.