Skip to content

Commit

Permalink
chore(pom.xml): Add licenses-, organization-, issueManagement- and ci…
Browse files Browse the repository at this point in the history
…Management-sections
  • Loading branch information
mmusenbr authored and filipelautert committed Mar 1, 2024
1 parent c5a8bc2 commit 5dcff1b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
</description>
<url>https://github.com/liquibase/liquibase-hibernate/wiki</url>

<organization>
<name>Liquibase.org</name>
<url>http://www.liquibase.org</url>
</organization>

<developers>
<developer>
<id>nvoxland</id>
Expand Down Expand Up @@ -50,6 +55,21 @@
</developer>
</developers>

<licenses>
<license>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<name>Apache License, Version 2.0</name>
</license>
</licenses>

<issueManagement>
<url>https://github.com/liquibase/liquibase-hibernate/issues</url>
</issueManagement>

<ciManagement>
<url>https://github.com/liquibase/liquibase-hibernate/actions</url>
</ciManagement>

<properties>
<hibernate.version>6.3.1.Final</hibernate.version>
<spring.version>6.1.4</spring.version>
Expand Down

0 comments on commit 5dcff1b

Please sign in to comment.