Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe2ac1b

Browse files
committed
New release, updating pom.xml
1 parent ba74898 commit fe2ac1b

File tree

30 files changed

+31
-31
lines changed

30 files changed

+31
-31
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.owasp.webgoat</groupId>
77
<artifactId>webgoat-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>v8.0.0-SNAPSHOT</version>
9+
<version>v8.0.0.M26</version>
1010

1111
<name>WebGoat Parent Pom</name>
1212
<description>Parent Pom for the WebGoat Project. A deliberately insecure Web Application</description>

webgoat-container/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.owasp.webgoat</groupId>
1212
<artifactId>webgoat-parent</artifactId>
13-
<version>v8.0.0-SNAPSHOT</version>
13+
<version>v8.0.0.M26</version>
1414
</parent>
1515

1616
<build>

webgoat-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.owasp.webgoat</groupId>
88
<artifactId>webgoat-parent</artifactId>
9-
<version>v8.0.0-SNAPSHOT</version>
9+
<version>v8.0.0.M26</version>
1010
</parent>
1111

1212
<dependencies>

webgoat-lessons/auth-bypass/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.owasp.webgoat.lesson</groupId>
88
<artifactId>webgoat-lessons-parent</artifactId>
9-
<version>v8.0.0-SNAPSHOT</version>
9+
<version>v8.0.0.M26</version>
1010
</parent>
1111

1212
</project>

webgoat-lessons/bypass-restrictions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<parent>
77
<groupId>org.owasp.webgoat.lesson</groupId>
88
<artifactId>webgoat-lessons-parent</artifactId>
9-
<version>v8.0.0-SNAPSHOT</version>
9+
<version>v8.0.0.M26</version>
1010
</parent>
1111
</project>

webgoat-lessons/challenge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.owasp.webgoat.lesson</groupId>
88
<artifactId>webgoat-lessons-parent</artifactId>
9-
<version>v8.0.0-SNAPSHOT</version>
9+
<version>v8.0.0.M26</version>
1010
</parent>
1111

1212

webgoat-lessons/chrome-dev-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<parent>
77
<groupId>org.owasp.webgoat.lesson</groupId>
88
<artifactId>webgoat-lessons-parent</artifactId>
9-
<version>v8.0.0-SNAPSHOT</version>
9+
<version>v8.0.0.M26</version>
1010
</parent>
1111
</project>

webgoat-lessons/cia/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<parent>
77
<groupId>org.owasp.webgoat.lesson</groupId>
88
<artifactId>webgoat-lessons-parent</artifactId>
9-
<version>v8.0.0-SNAPSHOT</version>
9+
<version>v8.0.0.M26</version>
1010
</parent>
1111
</project>

webgoat-lessons/client-side-filtering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.owasp.webgoat.lesson</groupId>
88
<artifactId>webgoat-lessons-parent</artifactId>
9-
<version>v8.0.0-SNAPSHOT</version>
9+
<version>v8.0.0.M26</version>
1010
</parent>
1111

1212
</project>

webgoat-lessons/cross-site-scripting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.owasp.webgoat.lesson</groupId>
88
<artifactId>webgoat-lessons-parent</artifactId>
9-
<version>v8.0.0-SNAPSHOT</version>
9+
<version>v8.0.0.M26</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

0 commit comments

Comments
 (0)