Skip to content

Commit

Permalink
Next is 3.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Jun 24, 2021
1 parent 4668841 commit 46a5a5e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SmallRye Health
release:
current-version: 3.1.0
next-version: 3.2.0-SNAPSHOT
next-version: 3.1.1-SNAPSHOT
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-health-parent</artifactId>
<groupId>io.smallrye</groupId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion implementation/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-health-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>smallrye-health</artifactId>
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-health-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>SmallRye Health: Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion provided-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>smallrye-health-parent</artifactId>
<groupId>io.smallrye</groupId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>smallrye-health-provided-checks</artifactId>
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-health-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>smallrye-health-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health-testsuite-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1-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 @@ -3,7 +3,7 @@
<parent>
<artifactId>smallrye-health-parent</artifactId>
<groupId>io.smallrye</groupId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/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-health-testsuite-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>smallrye-health-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/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-health-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<artifactId>smallrye-health-ui</artifactId>
Expand Down

0 comments on commit 46a5a5e

Please sign in to comment.