We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7357ad4 commit 7118247Copy full SHA for 7118247
pom.xml
@@ -7,6 +7,20 @@
7
<groupId>cloud.implementation.tilt</groupId>
8
<artifactId>tilt</artifactId>
9
<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
24
<build>
25
<plugins>
26
<plugin>
0 commit comments