Bump to 13.0.0 and Java 11

This commit is contained in:
Rob Bygrave
2022-03-31 14:38:41 +13:00
parent a2c82263ee
commit 4084822d2c
5 changed files with 24 additions and 12 deletions
+2
View File
@@ -4,7 +4,9 @@ import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import javax.persistence.Table;
@Table(name="o_role")
@Entity
public class Role {