Skip to content

Commit 7118247

Browse files
update pom
1 parent 7357ad4 commit 7118247

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
<groupId>cloud.implementation.tilt</groupId>
88
<artifactId>tilt</artifactId>
99
<version>0.0.1</version>
10+
11+
<name>java-tilt</name>
12+
<description>java-tilt is a Java based language binding for the Transparency Information Language and Toolkit.</description>
13+
<url>https://github.com/Transparency-Information-Language/java-tilt</url>
14+
15+
<licenses>
16+
<license>
17+
<name>GNU General Public License v3.0</name>
18+
<url>https://www.gnu.org/licenses/gpl-3.0.de.html</url>
19+
<distribution>repo</distribution>
20+
</license>
21+
</licenses>
22+
23+
1024
<build>
1125
<plugins>
1226
<plugin>

0 commit comments

Comments
 (0)