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

Commit e91a3d1

Browse files
committed
[maven-release-plugin] prepare release jwebunit-3.3
1 parent 15d1147 commit e91a3d1

6 files changed

Lines changed: 8 additions & 7 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.3-SNAPSHOT</version>
5+
<version>3.3</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.3-SNAPSHOT</version>
5+
<version>3.3</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.3-SNAPSHOT</version>
5+
<version>3.3</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.3-SNAPSHOT</version>
5+
<version>3.3</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

jwebunit-webdriver-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.3-SNAPSHOT</version>
5+
<version>3.3</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 3 additions & 2 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.3-SNAPSHOT</version>
6+
<version>3.3</version>
77
<packaging>pom</packaging>
88
<description>
99
JWebUnit is a Java framework that facilitates creation of
@@ -186,7 +186,8 @@
186186
<connection>scm:git:https://github.com/JWebUnit/jwebunit.git</connection>
187187
<developerConnection>scm:git:https://github.com/JWebUnit/jwebunit.git</developerConnection>
188188
<url>https://github.com/JWebUnit/jwebunit</url>
189-
</scm>
189+
<tag>jwebunit-3.3</tag>
190+
</scm>
190191
<organization>
191192
<name>JWebUnit</name>
192193
<url>https://github.com/JWebUnit</url>

0 commit comments

Comments
 (0)