Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Morato <[email protected]>
  • Loading branch information
dougmorato committed Nov 18, 2016
1 parent d3e4792 commit 2d1a89e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<packaging>pom</packaging>
<version>7.1-SNAPSHOT</version>
<version>7.1</version>

<name>WebGoat Parent Pom</name>
<description>Parent Pom for the WebGoat Project. A deliberately insecure Web Application</description>
Expand Down Expand Up @@ -86,7 +86,7 @@
<url>https://github.com/WebGoat/WebGoat</url>
<connection>scm:git:[email protected]:WebGoat/WebGoat.git</connection>
<developerConnection>scm:git:[email protected]:WebGoat/WebGoat.git</developerConnection>
<tag>HEAD</tag>
<tag>7.1</tag>
</scm>

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

<profiles>
Expand Down
5 changes: 2 additions & 3 deletions webgoat-standalone/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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-standalone</name>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<version>7.1-SNAPSHOT</version>
<version>7.1</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 2d1a89e

Please sign in to comment.