Skip to content

Commit

Permalink
6.5.1 release fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Apr 7, 2012
1 parent a3a2e6f commit 8243980
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/download.html
Expand Up @@ -15,7 +15,7 @@ <h2 align="center">Downloading TestNG</h2>

<h3>Current Release Version</h3>

<p> You can <a href="http://testng.org/testng-6.4.zip">download the current release version of TestNG here</a>. </p>
<p> You can <a href="http://testng.org/testng-6.5.1.zip">download the current release version of TestNG here</a>. </p>
<p>For the Eclipse plug-in, we suggest using the update site:</p>
<ul>
<li>Select<i> Help / Software updates / Find and Install.</i>
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -42,9 +42,9 @@ <h2>Now available</h2>


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


<p>TestNG is a testing framework inspired from JUnit and NUnit but introducing
Expand Down
9 changes: 5 additions & 4 deletions update-beust.com
@@ -1,15 +1,16 @@
v=6.4
v=6.5.1
ev=5.13.0.3
DEST=testng
TARGET=target

set -x
RSYNC="rsync --verbose --progress --stats"

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

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

Expand Down
2 changes: 2 additions & 0 deletions verify-release
Expand Up @@ -24,6 +24,8 @@ fi
# Maven
#

./build-with-maven

#cd $HOME/t
#rm -rf surefire
#svn co http://svn.apache.org/repos/asf/maven/surefire/trunk surefire
Expand Down

0 comments on commit 8243980

Please sign in to comment.