From 281039d50a28521141eca9627d01ecdd47354d16 Mon Sep 17 00:00:00 2001 From: Gustavo Miranda Date: Mon, 13 Jul 2020 12:15:01 -0300 Subject: [PATCH] v1.3.0 --- common/pom.xml | 2 +- maker-mongo/pom.xml | 4 ++-- maker-sql/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 383df57..3e3191f 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ maker com.github.gustavovitor - 1.3.0-SNAPSHOT + 1.3.0 4.0.0 diff --git a/maker-mongo/pom.xml b/maker-mongo/pom.xml index 2affd5d..c235191 100644 --- a/maker-mongo/pom.xml +++ b/maker-mongo/pom.xml @@ -5,7 +5,7 @@ maker com.github.gustavovitor - 1.3.0-SNAPSHOT + 1.3.0 4.0.0 @@ -38,7 +38,7 @@ com.github.gustavovitor common - 1.3.0-SNAPSHOT + 1.3.0 compile diff --git a/maker-sql/pom.xml b/maker-sql/pom.xml index e033f6d..b76a135 100644 --- a/maker-sql/pom.xml +++ b/maker-sql/pom.xml @@ -5,7 +5,7 @@ maker com.github.gustavovitor - 1.3.0-SNAPSHOT + 1.3.0 4.0.0 @@ -20,7 +20,7 @@ com.github.gustavovitor common - 1.3.0-SNAPSHOT + 1.3.0 compile diff --git a/pom.xml b/pom.xml index 185eafb..48e3a83 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ com.github.gustavovitor maker - 1.3.0-SNAPSHOT + 1.3.0 maker Uma abstração em Java de repositórios, serviços e controladores para acelerar o desenvolvimento de RestAPIs.