Commit 8c6f67db26dcc1462f913595c02ca261a293981e
Exists in
master
Merge branch 'tarefa-4417'
Showing
3 changed files
with
7 additions
and
7 deletions
Show diff stats
citgrp-patrimonio-api/pom.xml
@@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
23 | <parent> | 23 | <parent> |
24 | <groupId>br.com.centralit</groupId> | 24 | <groupId>br.com.centralit</groupId> |
25 | <artifactId>citgrp-patrimonio</artifactId> | 25 | <artifactId>citgrp-patrimonio</artifactId> |
26 | - <version>2.0.0</version> | 26 | + <version>${citgrp-patrimonio.version}</version> |
27 | </parent> | 27 | </parent> |
28 | 28 | ||
29 | <artifactId>citgrp-patrimonio-api</artifactId> | 29 | <artifactId>citgrp-patrimonio-api</artifactId> |
@@ -39,12 +39,12 @@ | @@ -39,12 +39,12 @@ | ||
39 | <dependency> | 39 | <dependency> |
40 | <groupId>br.com.centralit</groupId> | 40 | <groupId>br.com.centralit</groupId> |
41 | <artifactId>cit-tabelas-corp-api</artifactId> | 41 | <artifactId>cit-tabelas-corp-api</artifactId> |
42 | - <version>${project.version}</version> | 42 | + <version>${cit-tabelas-corp.version}</version> |
43 | </dependency> | 43 | </dependency> |
44 | <dependency> | 44 | <dependency> |
45 | <groupId>br.com.centralit</groupId> | 45 | <groupId>br.com.centralit</groupId> |
46 | <artifactId>cit-adm-materiais-api</artifactId> | 46 | <artifactId>cit-adm-materiais-api</artifactId> |
47 | - <version>${project.version}</version> | 47 | + <version>${cit-adm-materiais.version}</version> |
48 | </dependency> | 48 | </dependency> |
49 | </dependencies> | 49 | </dependencies> |
50 | </project> | 50 | </project> |
citgrp-patrimonio-web/pom.xml
@@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
23 | <parent> | 23 | <parent> |
24 | <groupId>br.com.centralit</groupId> | 24 | <groupId>br.com.centralit</groupId> |
25 | <artifactId>citgrp-patrimonio</artifactId> | 25 | <artifactId>citgrp-patrimonio</artifactId> |
26 | - <version>2.0.0</version> | 26 | + <version>${citgrp-patrimonio.version}</version> |
27 | </parent> | 27 | </parent> |
28 | 28 | ||
29 | <artifactId>citgrp-patrimonio-web</artifactId> | 29 | <artifactId>citgrp-patrimonio-web</artifactId> |
@@ -41,7 +41,6 @@ | @@ -41,7 +41,6 @@ | ||
41 | <dependency> | 41 | <dependency> |
42 | <groupId>br.com.centralit</groupId> | 42 | <groupId>br.com.centralit</groupId> |
43 | <artifactId>citgrp-patrimonio-api</artifactId> | 43 | <artifactId>citgrp-patrimonio-api</artifactId> |
44 | - <version>${project.version}</version> | ||
45 | </dependency> | 44 | </dependency> |
46 | </dependencies> | 45 | </dependencies> |
47 | </project> | 46 | </project> |
pom.xml
@@ -28,6 +28,7 @@ | @@ -28,6 +28,7 @@ | ||
28 | </parent> | 28 | </parent> |
29 | 29 | ||
30 | <artifactId>citgrp-patrimonio</artifactId> | 30 | <artifactId>citgrp-patrimonio</artifactId> |
31 | + <version>${citgrp-patrimonio.version}</version> | ||
31 | <packaging>pom</packaging> | 32 | <packaging>pom</packaging> |
32 | <name>citgrp-patrimonio</name> | 33 | <name>citgrp-patrimonio</name> |
33 | 34 | ||
@@ -42,12 +43,12 @@ | @@ -42,12 +43,12 @@ | ||
42 | <dependency> | 43 | <dependency> |
43 | <groupId>br.com.centralit</groupId> | 44 | <groupId>br.com.centralit</groupId> |
44 | <artifactId>citgrp-patrimonio-web</artifactId> | 45 | <artifactId>citgrp-patrimonio-web</artifactId> |
45 | - <version>${project.version}</version> | 46 | + <version>${citgrp-patrimonio.version}</version> |
46 | </dependency> | 47 | </dependency> |
47 | <dependency> | 48 | <dependency> |
48 | <groupId>br.com.centralit</groupId> | 49 | <groupId>br.com.centralit</groupId> |
49 | <artifactId>citgrp-patrimonio-api</artifactId> | 50 | <artifactId>citgrp-patrimonio-api</artifactId> |
50 | - <version>${project.version}</version> | 51 | + <version>${citgrp-patrimonio.version}</version> |
51 | </dependency> | 52 | </dependency> |
52 | </dependencies> | 53 | </dependencies> |
53 | </dependencyManagement> | 54 | </dependencyManagement> |