Skip to content

Commit 1b5f1ec

Browse files
mmusenbrjandroav
andauthored
chore(pom.xml): Add licenses-, organization-, issueManagement- and ciManagement-sections (#647)
Co-authored-by: Alejandro Alvarez <[email protected]>
1 parent b6b938c commit 1b5f1ec

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

+20
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
</description>
1919
<url>https://github.com/liquibase/liquibase-hibernate/wiki</url>
2020

21+
<organization>
22+
<name>Liquibase.org</name>
23+
<url>http://www.liquibase.org</url>
24+
</organization>
25+
2126
<developers>
2227
<developer>
2328
<id>nvoxland</id>
@@ -50,6 +55,21 @@
5055
</developer>
5156
</developers>
5257

58+
<licenses>
59+
<license>
60+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
61+
<name>Apache License, Version 2.0</name>
62+
</license>
63+
</licenses>
64+
65+
<issueManagement>
66+
<url>https://github.com/liquibase/liquibase-hibernate/issues</url>
67+
</issueManagement>
68+
69+
<ciManagement>
70+
<url>https://github.com/liquibase/liquibase-hibernate/actions</url>
71+
</ciManagement>
72+
5373
<properties>
5474
<hibernate.version>6.3.1.Final</hibernate.version>
5575
<spring.version>6.1.4</spring.version>

0 commit comments

Comments
 (0)