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

Commit 15d1147

Browse files
committed
Prepare release
1 parent 0af1230 commit 15d1147

6 files changed

Lines changed: 10 additions & 11 deletions

File tree

jwebunit-htmlunit-plugin/src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class SearchExample {
114114
<dependency>
115115
<groupId>net.sourceforge.jwebunit</groupId>
116116
<artifactId>jwebunit-htmlunit-plugin</artifactId>
117-
<version>3.2</version>
117+
<version>3.3</version>
118118
</dependency>
119119
...
120120
</dependencies>

jwebunit-webdriver-plugin/src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>net.sourceforge.jwebunit</groupId>
5050
<artifactId>jwebunit-webdriver-plugin</artifactId>
51-
<version>3.2</version>
51+
<version>3.3</version>
5252
</dependency>
5353
...
5454
</dependencies>

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
<properties>
2727
<title>JWebUnit changes</title>
28-
<author email="henryju at users.sourceforge.net">
28+
<author email="henryju at yahoo.fr">
2929
Julien HENRY
3030
</author>
3131
</properties>
3232
<body>
33-
<release version="3.3" date="UNKNOWN" description="HtmlUnit 2.18, Java 7">
33+
<release version="3.3" date="October 08, 2015" description="HtmlUnit 2.18, Java 7">
3434
<action type="fix" dev="henryju" issue="135" due-to="Joseph Walton">
3535
Exception from setWorkingForm should indicate the requested form details.
3636
</action>

src/site/xdoc/how-to-release.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<ul>
3535
<li>Ensure your repository is up to date by running: <tt>git update</tt></li>
3636
<li>Edit <tt>src/changes/changes.xml</tt> to set the release date instead of "unknow"</li>
37-
<li>Update readme.txt (at least update the version number)</li>
3837
<li>Update JWebUnit latest version in src/site/xdoc/index.xml, src/site/xdoc/installation.xml, jwebunit-htmlunit-plugin/src/site/xdoc/index.xml, jwebunit-webdriver-plugin/src/site/xdoc/index.xml</li>
3938
<li>Commit the changes</li>
4039
</ul>

src/site/xdoc/index.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
</p>
5555

5656
<p>
57-
The current version of JWebUnit is 3.2. This is the "stable" version of
58-
JWebUnit, and requires Java 1.6.
57+
The current version of JWebUnit is 3.3. This is the "stable" version of
58+
JWebUnit, and requires Java 1.7.
5959
</p>
6060
</section>
6161

@@ -104,8 +104,8 @@ public class ExampleWebTestCase {
104104
<p>
105105
<ul>
106106
<li>To get support with using JWebUnit in your project, consider joining the <a href="mail-lists.html">JWebUnit-users mailing list</a>.</li>
107-
<li>If you find a bug in JWebUnit, please let us know on <a href="https://sourceforge.net/tracker2/?group_id=61302&amp;atid=497982">our bug tracker</a> hosted on Sourceforge.</li>
108-
<li>If you would like to propose a new feature or concept in the framework, please submit it to <a href="https://sourceforge.net/tracker2/?group_id=61302&amp;atid=497985">our feature request tracker</a>.</li>
107+
<li>If you find a bug in JWebUnit, please let us know on <a href="https://github.com/JWebUnit/jwebunit/issues">our bug tracker</a> hosted on GitHub.</li>
108+
<li>If you would like to propose a new feature or concept in the framework, please submit a pull request.</li>
109109
</ul>
110110
</p>
111111

src/site/xdoc/installation.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>net.sourceforge.jwebunit</groupId>
4444
<artifactId>jwebunit-htmlunit-plugin</artifactId>
45-
<version>3.2</version>
45+
<version>3.3</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>
@@ -52,7 +52,7 @@
5252
<subsection name="Download">
5353
<p>
5454
If you don't want to use Maven, you can download files manually.
55-
First download latest stable version of JWebUnit from the <a href="http://sourceforge.net/projects/jwebunit/files">files area</a>
55+
First download latest stable version of JWebUnit from the <a href="https://github.com/JWebUnit/jwebunit/releases">releases area</a>
5656
and expand to a local directory.
5757
</p>
5858
</subsection>

0 commit comments

Comments
 (0)