Skip to content

Commit

Permalink
Update parent pom.xml to version 7.0-SNAPSHOT. Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmorato authored and nbaars committed Aug 20, 2015
1 parent 0a4b17d commit fb63a32
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 23 deletions.
37 changes: 18 additions & 19 deletions pom.xml
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>
4 changes: 2 additions & 2 deletions webgoat-classloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<version>6.1.0</version>
<version>7.0-SNAPSHOT</version>
</parent>

<build>
Expand All @@ -34,4 +34,4 @@
</dependencies>


</project>
</project>
2 changes: 1 addition & 1 deletion webgoat-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<version>6.1.0</version>
<version>7.0-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion webgoat-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<version>6.1.0</version>
<version>7.0-SNAPSHOT</version>
</parent>

<!-- Shared version number properties -->
Expand Down

0 comments on commit fb63a32

Please sign in to comment.