forked from WebGoat/WebGoat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update parent pom.xml to version 7.0-SNAPSHOT. Fix indentation
- Loading branch information
1 parent
0a4b17d
commit fb63a32
Showing
4 changed files
with
22 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<name>webgoat-parent</name> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.owasp.webgoat</groupId> | ||
<artifactId>webgoat-parent</artifactId> | ||
<packaging>pom</packaging> | ||
<version>6.1.0</version> | ||
|
||
<!-- Shared version number properties --> | ||
<properties> | ||
<!-- If run from Bamboo this will be replaced with the bamboo build number --> | ||
<build.number>local</build.number> | ||
</properties> | ||
<modules> | ||
<module>webgoat-container</module> | ||
<module>webgoat-classloader</module> | ||
<!-- <module>webgoat-release</module> --> | ||
</modules> | ||
<?xml version="1.0"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<name>webgoat-parent</name> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.owasp.webgoat</groupId> | ||
<artifactId>webgoat-parent</artifactId> | ||
<packaging>pom</packaging> | ||
<version>7.0-SNAPSHOT</version> | ||
<!-- Shared version number properties --> | ||
<properties> | ||
<!-- If run from Bamboo this will be replaced with the bamboo build number --> | ||
<build.number>local</build.number> | ||
</properties> | ||
<modules> | ||
<module>webgoat-container</module> | ||
<module>webgoat-classloader</module> | ||
<!-- <module>webgoat-release</module> --> | ||
</modules> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters