File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 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>
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 >
8795 <version >2.1</version >
8896 <scope >test</scope >
8997 </dependency >
90-
9198 </dependencies >
9299
93100 <build >
You can’t perform that action at this time.
0 commit comments