Skip to content

Commit

Permalink
Version 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Oct 23, 2024
1 parent 73b2204 commit a359b1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ebean-datasource-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>ebean-datasource-parent</artifactId>
<groupId>io.ebean</groupId>
<version>9.1-SNAPSHOT</version>
<version>9.1</version>
</parent>

<artifactId>ebean-datasource-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ebean-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.ebean</groupId>
<artifactId>ebean-datasource-parent</artifactId>
<version>9.1-SNAPSHOT</version>
<version>9.1</version>
</parent>

<artifactId>ebean-datasource</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-datasource-api</artifactId>
<version>9.1-SNAPSHOT</version>
<version>9.1</version>
</dependency>

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

<groupId>io.ebean</groupId>
<artifactId>ebean-datasource-parent</artifactId>
<version>9.1-SNAPSHOT</version>
<version>9.1</version>
<packaging>pom</packaging>

<scm>
Expand Down

0 comments on commit a359b1e

Please sign in to comment.