Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit cc330fd

Browse files
committed
[maven-release-plugin] prepare release jwebunit-3.1
1 parent fed866b commit cc330fd

6 files changed

Lines changed: 10 additions & 11 deletions

File tree

jwebunit-code-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>jwebunit</artifactId>
44
<groupId>net.sourceforge.jwebunit</groupId>
5-
<version>3.1-SNAPSHOT</version>
5+
<version>3.1</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

jwebunit-commons-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>jwebunit</artifactId>
44
<groupId>net.sourceforge.jwebunit</groupId>
5-
<version>3.1-SNAPSHOT</version>
5+
<version>3.1</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

jwebunit-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>jwebunit</artifactId>
44
<groupId>net.sourceforge.jwebunit</groupId>
5-
<version>3.1-SNAPSHOT</version>
5+
<version>3.1</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

jwebunit-htmlunit-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>jwebunit</artifactId>
44
<groupId>net.sourceforge.jwebunit</groupId>
5-
<version>3.1-SNAPSHOT</version>
5+
<version>3.1</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

jwebunit-webdriver-plugin/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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/xsd/maven-4.0.0.xsd">
32
<parent>
43
<artifactId>jwebunit</artifactId>
54
<groupId>net.sourceforge.jwebunit</groupId>
6-
<version>3.1-SNAPSHOT</version>
5+
<version>3.1</version>
76
<relativePath>../pom.xml</relativePath>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>net.sourceforge.jwebunit</groupId>
44
<artifactId>jwebunit</artifactId>
55
<name>JWebUnit</name>
6-
<version>3.1-SNAPSHOT</version>
6+
<version>3.1</version>
77
<packaging>pom</packaging>
88
<description>
99
JWebUnit is a Java framework that facilitates creation of
@@ -183,9 +183,9 @@
183183
</license>
184184
</licenses>
185185
<scm>
186-
<connection>scm:svn:http://jwebunit.svn.sourceforge.net/svnroot/jwebunit/trunk</connection>
187-
<developerConnection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/trunk</developerConnection>
188-
<url>http://jwebunit.svn.sourceforge.net/viewvc/jwebunit/trunk</url>
186+
<connection>scm:svn:http://jwebunit.svn.sourceforge.net/svnroot/jwebunit/tags/jwebunit-3.1</connection>
187+
<developerConnection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/tags/jwebunit-3.1</developerConnection>
188+
<url>http://jwebunit.svn.sourceforge.net/viewvc/jwebunit/tags/jwebunit-3.1</url>
189189
</scm>
190190
<organization>
191191
<name>SourceForge</name>

0 commit comments

Comments
 (0)