Skip to content

Commit b72d0b5

Browse files
committed
Release version 9.7.1
1 parent 16a285a commit b72d0b5

30 files changed

Lines changed: 31 additions & 31 deletions

File tree

accounts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restheart</groupId>
77
<artifactId>restheart-parent</artifactId>
8-
<version>9.7.1-SNAPSHOT</version>
8+
<version>9.7.1</version>
99
</parent>
1010

1111
<groupId>org.restheart</groupId>

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: restheart
33
description: A Helm chart for RESTHeart, a Java backend framework for REST, GraphQL, and WebSocket APIs with MongoDB.
44
type: application
5-
version: 9.7.0
6-
appVersion: "9.7.0"
5+
version: 9.7.1
6+
appVersion: "9.7.1"
77

88
home: https://restheart.org
99
sources:

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.restheart</groupId>
99
<artifactId>restheart-parent</artifactId>
10-
<version>9.7.1-SNAPSHOT</version>
10+
<version>9.7.1</version>
1111
</parent>
1212

1313
<groupId>org.restheart</groupId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restheart</groupId>
77
<artifactId>restheart-parent</artifactId>
8-
<version>9.7.1-SNAPSHOT</version>
8+
<version>9.7.1</version>
99
</parent>
1010

1111
<properties>

emails/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restheart</groupId>
77
<artifactId>restheart-parent</artifactId>
8-
<version>9.7.1-SNAPSHOT</version>
8+
<version>9.7.1</version>
99
</parent>
1010

1111
<groupId>org.restheart</groupId>

examples/csv-interceptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restheart</groupId>
77
<artifactId>restheart-examples</artifactId>
8-
<version>9.7.1-SNAPSHOT</version>
8+
<version>9.7.1</version>
99
</parent>
1010

1111
<artifactId>csv-interceptor</artifactId>

examples/custom-logging-field/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.restheart</groupId>
66
<artifactId>restheart-examples</artifactId>
7-
<version>9.7.1-SNAPSHOT</version>
7+
<version>9.7.1</version>
88
</parent>
99

1010
<artifactId>custom-logging-field</artifactId>

examples/custom-metrics-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restheart</groupId>
77
<artifactId>restheart-examples</artifactId>
8-
<version>9.7.1-SNAPSHOT</version>
8+
<version>9.7.1</version>
99
</parent>
1010

1111
<artifactId>custom-metrics-example</artifactId>

examples/form-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restheart</groupId>
77
<artifactId>restheart-examples</artifactId>
8-
<version>9.7.1-SNAPSHOT</version>
8+
<version>9.7.1</version>
99
</parent>
1010

1111
<artifactId>form-handler</artifactId>

examples/freemarker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.restheart</groupId>
77
<artifactId>restheart-examples</artifactId>
8-
<version>9.7.1-SNAPSHOT</version>
8+
<version>9.7.1</version>
99
</parent>
1010

1111
<artifactId>freemarker</artifactId>

0 commit comments

Comments
 (0)