Modify poms to use ${revision} for dependencies versions and annotation processor versions

This commit is contained in:
rob
2023-02-20 10:19:14 +13:00
parent 0e596fd87f
commit f493c7e8cf
46 changed files with 166 additions and 166 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-api</artifactId>
<version>13.13.1-SNAPSHOT</version>
<version>${revision}</version>
</dependency>
</dependencies>