Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
last changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
globalworming committed Sep 10, 2014
1 parent b68677b commit 28da914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<version>1.0</version>
<properties>
<SAHI_VERSION>4.4.0-H7E4</SAHI_VERSION>
<TESRUNNER_VERSION>4.4.0-H7E4</TESRUNNER_VERSION>
</properties>
<modules>
<module>sahi-core</module>
Expand Down
2 changes: 1 addition & 1 deletion sahi-core/bin/testrunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ esac
US=`dirname $0`;
US=`(cd $US; pwd)`;

java -cp $US/../../sahi-test-runner/target/sahi-test-runner-4.4-jar-with-dependencies.jar \
java -cp $US/../../sahi-test-runner/target/sahi-test-runner-4.4.0-H7E4-jar-with-dependencies.jar \
net.sf.sahi.test.TestRunner \
-test $script -browserType phantomjs \
-baseURL http://sahi.example.com/_s_/dyn/Driver_initialized \
Expand Down
2 changes: 1 addition & 1 deletion sahi-test-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-test-runner</artifactId>
<version>4.4</version>
<version>${TESRUNNER_VERSION}</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down

0 comments on commit 28da914

Please sign in to comment.