Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of hth-parent-0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonatype Release Machine committed Dec 29, 2011
1 parent 9fc95ed commit 1ea520e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion harness-runner/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>hth-parent</artifactId> <artifactId>hth-parent</artifactId>
<groupId>org.sonatype.http-testing-harness</groupId> <groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.3</version> <version>0.4.3-SNAPSHOT</version>
</parent> </parent>


<artifactId>harness-runner</artifactId> <artifactId>harness-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hth-api/pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.sonatype.http-testing-harness</groupId> <groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.3</version> <version>0.4.3-SNAPSHOT</version>
<artifactId>hth-parent</artifactId> <artifactId>hth-parent</artifactId>
</parent> </parent>
<artifactId>hth-api</artifactId> <artifactId>hth-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit-runner/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>hth-parent</artifactId> <artifactId>hth-parent</artifactId>
<groupId>org.sonatype.http-testing-harness</groupId> <groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.3</version> <version>0.4.3-SNAPSHOT</version>
</parent> </parent>


<artifactId>junit-runner</artifactId> <artifactId>junit-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent> </parent>


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


Expand Down
2 changes: 1 addition & 1 deletion server-provider/pom.xml
Expand Up @@ -3,7 +3,7 @@


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


Expand Down
2 changes: 1 addition & 1 deletion testng-runner/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>hth-parent</artifactId> <artifactId>hth-parent</artifactId>
<groupId>org.sonatype.http-testing-harness</groupId> <groupId>org.sonatype.http-testing-harness</groupId>
<version>0.4.3</version> <version>0.4.3-SNAPSHOT</version>
</parent> </parent>


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

0 comments on commit 1ea520e

Please sign in to comment.