Skip to content

Commit

Permalink
Release 0.3.0.RELEASE.
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
mp911de committed Nov 29, 2021
1 parent 460a97e commit 581e35d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion microbenchmark-runner-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
<artifactId>microbenchmark-runner-parent</artifactId>
<version>0.3.0.BUILD-SNAPSHOT</version>
<version>0.3.0.RELEASE</version>
</parent>

<artifactId>microbenchmark-runner-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion microbenchmark-runner-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
<artifactId>microbenchmark-runner-parent</artifactId>
<version>0.3.0.BUILD-SNAPSHOT</version>
<version>0.3.0.RELEASE</version>
</parent>

<artifactId>microbenchmark-runner-extras</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion microbenchmark-runner-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
<artifactId>microbenchmark-runner-parent</artifactId>
<version>0.3.0.BUILD-SNAPSHOT</version>
<version>0.3.0.RELEASE</version>
</parent>

<artifactId>microbenchmark-runner-junit4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion microbenchmark-runner-junit5-smoke-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>microbenchmark-runner-parent</artifactId>
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
<version>0.3.0.BUILD-SNAPSHOT</version>
<version>0.3.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion microbenchmark-runner-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
<artifactId>microbenchmark-runner-parent</artifactId>
<version>0.3.0.BUILD-SNAPSHOT</version>
<version>0.3.0.RELEASE</version>
</parent>

<artifactId>microbenchmark-runner-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.mp911de.microbenchmark-runner</groupId>
<artifactId>microbenchmark-runner-parent</artifactId>
<version>0.3.0.BUILD-SNAPSHOT</version>
<version>0.3.0.RELEASE</version>
<packaging>pom</packaging>
<name>JUnit-based Microbenchmark Runners for JMH</name>

Expand Down

0 comments on commit 581e35d

Please sign in to comment.