File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<groupId >io.github.snyk</groupId >
6
- <artifactId >java-goof </artifactId >
6
+ <artifactId >todolist-mvc </artifactId >
7
7
<version >1.0-SNAPSHOT</version >
8
8
<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 >
10
10
<url >https://github.com/snyk/java-goof</url >
11
11
12
12
<properties >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<parent >
4
4
<artifactId >todolist-mvc</artifactId >
5
- <groupId >io.github.benas </groupId >
5
+ <groupId >io.github.snyk </groupId >
6
6
<version >1.0-SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<parent >
4
4
<artifactId >todolist-mvc</artifactId >
5
- <groupId >io.github.benas </groupId >
5
+ <groupId >io.github.snyk </groupId >
6
6
<version >1.0-SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
20
20
21
21
<!-- todolist core module-->
22
22
<dependency >
23
- <groupId >io.github.benas </groupId >
23
+ <groupId >io.github.snyk </groupId >
24
24
<artifactId >todolist-core</artifactId >
25
25
<version >1.0-SNAPSHOT</version >
26
26
</dependency >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<parent >
4
4
<artifactId >todolist-mvc</artifactId >
5
- <groupId >io.github.benas </groupId >
5
+ <groupId >io.github.snyk </groupId >
6
6
<version >1.0-SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
13
13
<dependencies >
14
14
15
15
<dependency >
16
- <groupId >io.github.benas </groupId >
16
+ <groupId >io.github.snyk </groupId >
17
17
<artifactId >todolist-web-common</artifactId >
18
18
<exclusions >
19
19
<exclusion >
You can’t perform that action at this time.
0 commit comments