Update qqq-backend-core and rdbms to 0.1.0

This commit is contained in:
2022-07-14 10:08:10 -05:00
parent 8f1e41a59a
commit 31326a4354

View File

@ -53,12 +53,12 @@
<dependency>
<groupId>com.kingsrook.qqq</groupId>
<artifactId>qqq-backend-core</artifactId>
<version>0.1.0-20220708.195335-5</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.kingsrook.qqq</groupId>
<artifactId>qqq-backend-module-rdbms</artifactId>
<version>0.1.0-20220708.202041-3</version>
<version>0.1.0</version>
<scope>test</scope>
</dependency>