File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >1.0.0</modelVersion >
4
- <groupId >com.confix </groupId >
5
- <artifactId >testDependency </artifactId >
4
+ <groupId >com.testscanner </groupId >
5
+ <artifactId >TestScanner </artifactId >
6
6
<version >0.1-SNAPSHOT</version >
7
- <name >JavaScript unit test dependency analyzer</name >
8
- <description >This tool generates a report on the number of functions called within a unit test for JavaScript applications .</description >
9
- <inceptionYear >2015 </inceptionYear >
7
+ <name >JavaScript test analyzer</name >
8
+ <description >TestScanner is a tool for analyzing JavaScript tests .</description >
9
+ <inceptionYear >2016 </inceptionYear >
10
10
11
11
<developers >
12
12
<developer >
You can’t perform that action at this time.
0 commit comments