Skip to content

Commit

Permalink
Set version to 4.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Jan 3, 2022
1 parent 35d8559 commit 8287403
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>smallrye-metrics-parent</artifactId>
<groupId>io.smallrye</groupId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>smallrye-metrics-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>

<artifactId>smallrye-metrics-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>SmallRye: MicroProfile Metrics Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>smallrye-metrics-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/api-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>smallrye-metrics-api-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>smallrye-metrics-testsuite-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>smallrye-metrics-testsuite-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/optional-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<groupId>io.smallrye</groupId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>smallrye-metrics-testsuite-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/rest-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-testsuite-parent</artifactId>
<version>3.0.5-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>smallrye-metrics-rest-tck</artifactId>
Expand Down

0 comments on commit 8287403

Please sign in to comment.