Skip to content

Commit a0ced5b

Browse files
committed
Updated pom.xml
1 parent 99b1058 commit a0ced5b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<groupId>org.utplsql</groupId>
66
<artifactId>cli</artifactId>
77
<version>3.1.9-SNAPSHOT</version>
8-
<packaging>jar</packaging>
98

10-
<name>cli</name>
11-
<url>http://maven.apache.org</url>
9+
<name>utPLSQL CLI</name>
10+
<description>CLI for running Unit Tests with utPLSQL v3+.</description>
11+
<url>https://github.com/utPLSQL/utPLSQL-cli</url>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -19,6 +19,14 @@
1919
<travisBuildNumber>local</travisBuildNumber>
2020
</properties>
2121

22+
<licenses>
23+
<license>
24+
<name>Apache License, Version 2.0</name>
25+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
26+
<distribution>repo</distribution>
27+
</license>
28+
</licenses>
29+
2230
<dependencies>
2331
<dependency>
2432
<groupId>org.utplsql</groupId>
@@ -87,7 +95,6 @@
8795
<version>2.1</version>
8896
<scope>test</scope>
8997
</dependency>
90-
9198
</dependencies>
9299

93100
<build>

0 commit comments

Comments
 (0)