Replace ${revision} with real version as Maven

The CI pipeline should take care of this.
This commit is contained in:
Nanne Baars
2021-03-30 08:04:14 +02:00
committed by Nanne Baars
parent b8bdb8f432
commit ae6d448aa0
37 changed files with 131 additions and 142 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>webgoat-lessons-parent</artifactId>
<version>8.2.1-SNAPSHOT</version>
<version>8.2.0-SNAPSHOT</version>
</parent>
</project>