Update parent pom.xml to version 7.0-SNAPSHOT. Fix indentation

This commit is contained in:
Doug Morato 2015-08-19 20:34:10 -04:00 committed by Nanne Baars
parent 0a4b17dff8
commit fb63a325f7
4 changed files with 22 additions and 23 deletions

37
pom.xml
View File

@ -1,20 +1,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <?xml version="1.0"?>
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <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> <name>webgoat-parent</name>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.owasp.webgoat</groupId> <groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId> <artifactId>webgoat-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>6.1.0</version> <version>7.0-SNAPSHOT</version>
<!-- Shared version number properties -->
<!-- Shared version number properties --> <properties>
<properties> <!-- If run from Bamboo this will be replaced with the bamboo build number -->
<!-- If run from Bamboo this will be replaced with the bamboo build number --> <build.number>local</build.number>
<build.number>local</build.number> </properties>
</properties> <modules>
<modules> <module>webgoat-container</module>
<module>webgoat-container</module> <module>webgoat-classloader</module>
<module>webgoat-classloader</module> <!-- <module>webgoat-release</module> -->
<!-- <module>webgoat-release</module> --> </modules>
</modules>
</project> </project>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.owasp.webgoat</groupId> <groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId> <artifactId>webgoat-parent</artifactId>
<version>6.1.0</version> <version>7.0-SNAPSHOT</version>
</parent> </parent>
<build> <build>
@ -34,4 +34,4 @@
</dependencies> </dependencies>
</project> </project>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.owasp.webgoat</groupId> <groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId> <artifactId>webgoat-parent</artifactId>
<version>6.1.0</version> <version>7.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.owasp.webgoat</groupId> <groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId> <artifactId>webgoat-parent</artifactId>
<version>6.1.0</version> <version>7.0-SNAPSHOT</version>
</parent> </parent>
<!-- Shared version number properties --> <!-- Shared version number properties -->