Skip to content

Commit ec9ee66

Browse files
committed
aligning POM with Central requirements
1 parent b763d1b commit ec9ee66

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

pom.xml

+25-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,37 @@
77

88
<packaging>pom</packaging>
99

10-
<name>Java Jupyter Kernel parent module</name>
10+
<name>Jupyter Kernel for JVM</name>
11+
<description>Jupyter Kernel for JVM, including Java kernel</description>
1112

1213
<modules>
1314
<module>jjava</module>
1415
<module>jupyter-jvm-basekernel</module>
1516
</modules>
1617

18+
<licenses>
19+
<license>
20+
<name>Apache License</name>
21+
<url>https://github.com/dflib/jjava/blob/master/LICENSE</url>
22+
<distribution>repo</distribution>
23+
</license>
24+
</licenses>
25+
26+
<developers>
27+
<developer>
28+
<id>andrus</id>
29+
<name>Andrus Adamchik</name>
30+
<organization>ObjectStyle</organization>
31+
<timezone>America/New_York</timezone>
32+
</developer>
33+
<developer>
34+
<id>ntimofeev</id>
35+
<name>Nikita Timofeev</name>
36+
<organization>ObjectStyle</organization>
37+
<timezone>+3</timezone>
38+
</developer>
39+
</developers>
40+
1741
<properties>
1842
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1943
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)