Skip to content

Commit 01c6dbe

Browse files
committed
pom updated
1 parent ababa20 commit 01c6dbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>1.0.0</modelVersion>
4-
<groupId>com.confix</groupId>
5-
<artifactId>testDependency</artifactId>
4+
<groupId>com.testscanner</groupId>
5+
<artifactId>TestScanner</artifactId>
66
<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>
1010

1111
<developers>
1212
<developer>

0 commit comments

Comments
 (0)