Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmorato committed Feb 1, 2016
1 parent 8c97acd commit 856ef82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
22 changes: 11 additions & 11 deletions pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.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">

<modelVersion>4.0.0</modelVersion>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<packaging>pom</packaging>
<version>7.0-SNAPSHOT</version>
<version>7.0</version>

<name>WebGoat Parent Pom</name>
<description>Parent Pom for the WebGoat Project. A deliberately insecure Web Application</description>
Expand Down Expand Up @@ -42,23 +41,23 @@
</developer>
<developer>
<id>misfir3</id>
<name></name>
<email></email>
<name />
<email />
</developer>
<developer>
<id>jwayman</id>
<name>Jeff Wayman</name>
<email></email>
<email />
</developer>
<developer>
<id>dcowden</id>
<name>Dave Cowden</name>
<email></email>
<email />
</developer>
<developer>
<id>lawson89</id>
<name>Richard Lawson</name>
<email></email>
<email />
</developer>
<developer>
<id>dougmorato</id>
Expand Down Expand Up @@ -87,7 +86,8 @@
<url>https://github.com/WebGoat/WebGoat</url>
<connection>scm:git:git@github.com:WebGoat/WebGoat.git</connection>
<developerConnection>scm:git:git@github.com:WebGoat/WebGoat.git</developerConnection>
</scm>
<tag>7.0</tag>
</scm>

<issueManagement>
<system>Github Issues</system>
Expand Down Expand Up @@ -271,15 +271,15 @@
<artifactId>coveralls-maven-plugin</artifactId>
<version>${coveralls-maven-plugin.version}</version>
<configuration>
<repoToken></repoToken>
<repoToken />
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>${cobertura-maven-plugin.version}</version>
<configuration>
<check></check>
<check />
<format>xml</format>
<maxmem>256m</maxmem>
<!-- aggregated reports for multi-module projects -->
Expand Down
9 changes: 4 additions & 5 deletions webgoat-container/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.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-container</name>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -10,7 +9,7 @@
<parent>
<groupId>org.owasp.webgoat</groupId>
<artifactId>webgoat-parent</artifactId>
<version>7.0-SNAPSHOT</version>
<version>7.0</version>
</parent>

<profiles>
Expand All @@ -28,7 +27,7 @@
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>${tomcat7-maven-plugin.version}</version>
<version>2.3-SNAPSHOT</version>
<configuration>
<server>local_tomcat</server>
<url>http://localhost:8080/manager</url>
Expand Down Expand Up @@ -170,7 +169,7 @@
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>${tomcat7-maven-plugin.version}</version>
<version>2.3-SNAPSHOT</version>
<configuration>
<server>local_tomcat</server>
<url>http://localhost:8080/manager/text</url>
Expand Down

0 comments on commit 856ef82

Please sign in to comment.