File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<packaging >pom</packaging >
9
9
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 >
11
12
12
13
<modules >
13
14
<module >jjava</module >
14
15
<module >jupyter-jvm-basekernel</module >
15
16
</modules >
16
17
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
+
17
41
<properties >
18
42
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
43
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments