Skip to content

Commit 7c5d6c7

Browse files
committed
updated namespace
1 parent a25311b commit 7c5d6c7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>io.github.snyk</groupId>
6-
<artifactId>java-goof</artifactId>
6+
<artifactId>todolist-mvc</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<name>Todolist MVC parent module</name>
9-
<description>A vulnerable demo application, initially based on Ben Hassine's TodoMVC./description>
9+
<description>A vulnerable demo application, initially based on Ben Hassine's TodoMVC.</description>
1010
<url>https://github.com/snyk/java-goof</url>
1111

1212
<properties>

todolist-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<parent>
44
<artifactId>todolist-mvc</artifactId>
5-
<groupId>io.github.benas</groupId>
5+
<groupId>io.github.snyk</groupId>
66
<version>1.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

todolist-web-common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<parent>
44
<artifactId>todolist-mvc</artifactId>
5-
<groupId>io.github.benas</groupId>
5+
<groupId>io.github.snyk</groupId>
66
<version>1.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
@@ -20,7 +20,7 @@
2020

2121
<!-- todolist core module-->
2222
<dependency>
23-
<groupId>io.github.benas</groupId>
23+
<groupId>io.github.snyk</groupId>
2424
<artifactId>todolist-core</artifactId>
2525
<version>1.0-SNAPSHOT</version>
2626
</dependency>

todolist-web-struts/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<parent>
44
<artifactId>todolist-mvc</artifactId>
5-
<groupId>io.github.benas</groupId>
5+
<groupId>io.github.snyk</groupId>
66
<version>1.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
@@ -13,7 +13,7 @@
1313
<dependencies>
1414

1515
<dependency>
16-
<groupId>io.github.benas</groupId>
16+
<groupId>io.github.snyk</groupId>
1717
<artifactId>todolist-web-common</artifactId>
1818
<exclusions>
1919
<exclusion>

0 commit comments

Comments
 (0)