Skip to content

Commit

Permalink
chore: add parent project for hilla-bom (24.4) (#2533)
Browse files Browse the repository at this point in the history
* chore: add parent project for hilla-bom (24.4)

this seems has been missing from the beginning of our project. without it, there is missing deploy settings to maven central

* update poms
  • Loading branch information
ZheSun88 authored Jun 11, 2024
1 parent 11bba9c commit c513737
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions packages/java/hilla-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.vaadin</groupId>
<parent>
<groupId>com.vaadin</groupId>
<artifactId>hilla-project</artifactId>
<version>24.4-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>hilla-bom</artifactId>
<packaging>pom</packaging>
<name>Hilla Platform (Bill of Materials)</name>
<description>Hilla Platform (Bill of Materials)</description>
<version>24.4-SNAPSHOT</version>
<url>https://hilla.dev</url>

<properties>
Expand Down
1 change: 0 additions & 1 deletion packages/java/hilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<packaging>jar</packaging>
<name>Hilla Platform</name>
<description>Hilla Platform</description>
<version>24.4-SNAPSHOT</version>
<url>https://hilla.dev</url>

<properties>
Expand Down

0 comments on commit c513737

Please sign in to comment.