Skip to content

Commit

Permalink
Update restheart version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Jan 12, 2024
1 parent de452c1 commit 94623ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<restheart.version>[7.7.0,8.0.0)</restheart.version>
</properties>

<modules>
Expand All @@ -36,7 +37,7 @@
<dependency>
<groupId>org.restheart</groupId>
<artifactId>restheart-commons</artifactId>
<version>[7.7.0,8.0.0)</version>
<version>${restheart.version}</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 94623ee

Please sign in to comment.