Skip to content

Commit 8243980

Browse files
committed
6.5.1 release fixes.
1 parent a3a2e6f commit 8243980

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

doc/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2 align="center">Downloading TestNG</h2>
1515

1616
<h3>Current Release Version</h3>
1717

18-
<p> You can <a href="http://testng.org/testng-6.4.zip">download the current release version of TestNG here</a>. </p>
18+
<p> You can <a href="http://testng.org/testng-6.5.1.zip">download the current release version of TestNG here</a>. </p>
1919
<p>For the Eclipse plug-in, we suggest using the update site:</p>
2020
<ul>
2121
<li>Select<i> Help / Software updates / Find and Install.</i>

doc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ <h2>Now available</h2>
4242

4343

4444
<p align="right"><font size="-2"><em>C&eacute;dric Beust (cedric at beust.com)<br>
45-
Current version: 6.4<br>
45+
Current version: 6.5.1<br>
4646
Created:&nbsp;April 27th, 2004<br>
47-
Last Modified:&nbsp; February 12th, 2011</em></font></p>
47+
Last Modified:&nbsp; April 6th, 2012</em></font></p>
4848

4949

5050
<p>TestNG is a testing framework inspired from JUnit and NUnit but introducing

update-beust.com

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
v=6.4
1+
v=6.5.1
22
ev=5.13.0.3
33
DEST=testng
4+
TARGET=target
45

56
set -x
67
RSYNC="rsync --verbose --progress --stats"
78

8-
#scp testng-${v}.jar testng-${v}-bundle.jar testng-${v}.zip testng-eclipse-${ev}.zip ${U}@beust.com:${DEST}
9-
${RSYNC} testng-${v}.jar testng-${v}-bundle.jar testng-${v}.zip testng-eclipse-${ev}.zip ${U}@beust.com:${DEST}
9+
#${RSYNC} ${TARGET}/testng-${v}.zip ${U}@beust.com:${DEST}
10+
${RSYNC} -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}/doc
1011

12+
#${RSYNC} testng-${v}.jar testng-${v}-bundle.jar testng-${v}.zip testng-eclipse-${ev}.zip ${U}@beust.com:${DEST}
1113
#scp -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}
12-
${RSYNC} -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}
1314
#scp dtd/* ${U}@beust.com:w/dtd
1415
#(cd ~/java/beust.com; scp -r . ${U}@beust.com:w/eclipse)
1516

verify-release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ fi
2424
# Maven
2525
#
2626

27+
./build-with-maven
28+
2729
#cd $HOME/t
2830
#rm -rf surefire
2931
#svn co http://svn.apache.org/repos/asf/maven/surefire/trunk surefire

0 commit comments

Comments
 (0)