diff --git a/cit-esi-api/pom.xml b/cit-esi-api/pom.xml
index a39b844..595a824 100644
--- a/cit-esi-api/pom.xml
+++ b/cit-esi-api/pom.xml
@@ -24,7 +24,7 @@
br.com.centralit
cit-esi
- 2.0.0
+ ${cit-esi.version}
cit-esi-api
@@ -42,12 +42,12 @@
br.com.centralit
cit-core
- ${project.version}
+ ${cit-core.version}
br.com.centralit
cit-portal-api
- ${project.version}
+ ${cit-portal.version}
diff --git a/cit-esi-web/pom.xml b/cit-esi-web/pom.xml
index 894b3f6..a09fe8e 100644
--- a/cit-esi-web/pom.xml
+++ b/cit-esi-web/pom.xml
@@ -24,7 +24,7 @@
br.com.centralit
cit-esi
- 2.0.0
+ ${cit-esi.version}
cit-esi-web
@@ -42,7 +42,6 @@
br.com.centralit
cit-esi-api
- ${project.version}
diff --git a/pom.xml b/pom.xml
index 0e70c19..6bec231 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@
cit-esi
+ ${cit-esi.version}
pom
cit-esi
@@ -42,12 +43,12 @@
br.com.centralit
cit-esi-web
- ${project.version}
+ ${cit-esi.version}
br.com.centralit
cit-esi-api
- ${project.version}
+ ${cit-esi.version}
--
libgit2 0.21.2