chore: release 2025.2
This commit is contained in:
parent
e9f79cc739
commit
affa3f7a1c
@ -18,6 +18,7 @@ mvn verify
|
|||||||
git commit ....
|
git commit ....
|
||||||
git tag v2023.01
|
git tag v2023.01
|
||||||
git push --tags
|
git push --tags
|
||||||
|
git push
|
||||||
```
|
```
|
||||||
|
|
||||||
After the release has been tagged and the build process is done. The release notes should be updated in the GitHub
|
After the release has been tagged and the build process is done. The release notes should be updated in the GitHub
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# WebGoat release notes
|
# WebGoat release notes
|
||||||
|
|
||||||
|
## Version 2025.2
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- Fix SQL advanced lesson assignment 5 (#2047)
|
||||||
|
|
||||||
## Version 2025.1
|
## Version 2025.1
|
||||||
|
|
||||||
### 🚀 New functionality
|
### 🚀 New functionality
|
||||||
|
2
pom.xml
2
pom.xml
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<groupId>org.owasp.webgoat</groupId>
|
<groupId>org.owasp.webgoat</groupId>
|
||||||
<artifactId>webgoat</artifactId>
|
<artifactId>webgoat</artifactId>
|
||||||
<version>2025.2-SNAPSHOT</version>
|
<version>2025.2</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>WebGoat</name>
|
<name>WebGoat</name>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user