Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Bump to 11.36.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Mar 14, 2019
1 parent e01e65f commit e3fe876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.ebean</groupId>
<artifactId>querybean-generator</artifactId>
<version>11.35.2-SNAPSHOT</version>
<version>11.36.1-SNAPSHOT</version>

<parent>
<groupId>org.avaje</groupId>
Expand All @@ -22,14 +22,14 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>11.34.1</version>
<version>11.36.1</version>
</dependency>

<!-- Look for DbJson annotations -->
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean</artifactId>
<version>11.35.1</version>
<version>11.36.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit e3fe876

Please sign in to comment.