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

Commit

Permalink
Release 4.4.0-H7E9
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Richt committed Sep 29, 2016
1 parent ede251b commit 0c808d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-parent</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<version>4.4.0-H7E9</version>
<modules>
<module>sahi-core</module>
<module>sahi-test-runner</module>
Expand Down
4 changes: 2 additions & 2 deletions sahi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-parent</artifactId>
<version>1.0</version>
<version>4.4.0-H7E9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-core</artifactId>
<version>4.4.0-H7E9-SNAPSHOT</version>
<version>4.4.0-H7E9</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sahi-test-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-parent</artifactId>
<version>1.0</version>
<version>4.4.0-H7E9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-test-runner</artifactId>
<version>${TESTRUNNER_VERSION}</version>
<version>4.4.0-H7E9</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sahi-test-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sahi-parent</artifactId>
<groupId>net.sf.sahi</groupId>
<version>1.0</version>
<version>4.4.0-H7E9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 0c808d1

Please sign in to comment.