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

Commit

Permalink
use relative versioning to parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Richt committed Sep 29, 2016
1 parent af130ab commit ede251b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<artifactId>sahi-parent</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<properties>
<SAHI_VERSION>4.4.0-H7E9-SNAPSHOT</SAHI_VERSION>
<TESTRUNNER_VERSION>4.4.0-H7E4</TESTRUNNER_VERSION>
</properties>
<modules>
<module>sahi-core</module>
<module>sahi-test-runner</module>
Expand Down
3 changes: 2 additions & 1 deletion sahi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-parent</artifactId>
<version>1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-core</artifactId>
<version>${SAHI_VERSION}</version>
<version>4.4.0-H7E9-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion sahi-test-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-parent</artifactId>
<version>1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-test-runner</artifactId>
Expand All @@ -17,7 +18,7 @@
<dependency>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-core</artifactId>
<version>${SAHI_VERSION}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
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 @@ -47,7 +47,7 @@
<dependency>
<groupId>net.sf.sahi</groupId>
<artifactId>sahi-core</artifactId>
<version>${SAHI_VERSION}</version>
<version>${project.parent.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit ede251b

Please sign in to comment.