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

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
nabcos committed Jan 27, 2011
1 parent f004b39 commit 7624a38
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions harness-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<artifactId>hth-parent</artifactId>
<groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>
</parent>
<artifactId>harness-runner</artifactId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>

<name>Base for SuiteConfiguration test runners</name>

Expand Down
4 changes: 2 additions & 2 deletions hth-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>
<artifactId>hth-parent</artifactId>
</parent>
<artifactId>hth-api</artifactId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>
<name>HTTP Tests API</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions junit-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>hth-parent</artifactId>
<groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>
</parent>

<artifactId>junit-runner</artifactId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>

<name>JUnit 3/4 SuiteConfiguration Test Runner</name>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>
<artifactId>hth-parent</artifactId>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions server-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<parent>
<groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>
<artifactId>hth-parent</artifactId>
</parent>

<artifactId>server-provider</artifactId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>


<properties>
Expand Down
2 changes: 1 addition & 1 deletion testng-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hth-parent</artifactId>
<groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.1</version>
<version>0.4.2-SNAPSHOT</version>
</parent>

<artifactId>testng-runner</artifactId>
Expand Down

0 comments on commit 7624a38

Please sign in to comment.