Commit 31a1377e726c3499df4d02c44e0a8fc83186d82b

Authored by gabriel.damasceno
2 parents f0ec1107 8898f5f7
Exists in master

Merge branch 'tarefa-4417'

cit-ecm-api/pom.xml
... ... @@ -33,7 +33,7 @@
33 33 <parent>
34 34 <groupId>br.com.centralit</groupId>
35 35 <artifactId>cit-ecm</artifactId>
36   - <version>2.0.0</version>
  36 + <version>${cit-ecm.version}</version>
37 37 </parent>
38 38  
39 39 <artifactId>cit-ecm-api</artifactId>
... ... @@ -49,17 +49,17 @@
49 49 <dependency>
50 50 <groupId>br.com.centralit</groupId>
51 51 <artifactId>cit-core</artifactId>
52   - <version>${project.version}</version>
  52 + <version>${cit-core.version}</version>
53 53 </dependency>
54 54 <dependency>
55 55 <groupId>br.com.centralit</groupId>
56 56 <artifactId>cit-portal-api</artifactId>
57   - <version>${project.version}</version>
  57 + <version>${cit-portal.version}</version>
58 58 </dependency>
59 59 <dependency>
60 60 <groupId>br.com.centralit</groupId>
61 61 <artifactId>cit-tabelas-corp-api</artifactId>
62   - <version>${project.version}</version>
  62 + <version>${cit-tabelas-corp.version}</version>
63 63 </dependency>
64 64 <dependency>
65 65 <groupId>org.json</groupId>
... ...
cit-ecm-web/pom.xml
... ... @@ -24,7 +24,7 @@
24 24 <parent>
25 25 <groupId>br.com.centralit</groupId>
26 26 <artifactId>cit-ecm</artifactId>
27   - <version>2.0.0</version>
  27 + <version>${cit-ecm.version}</version>
28 28 </parent>
29 29  
30 30 <artifactId>cit-ecm-web</artifactId>
... ...
pom.xml
... ... @@ -28,6 +28,7 @@
28 28 </parent>
29 29  
30 30 <artifactId>cit-ecm</artifactId>
  31 + <version>${cit-ecm.version}</version>
31 32 <packaging>pom</packaging>
32 33 <name>cit-ecm</name>
33 34  
... ... @@ -43,12 +44,12 @@
43 44 <dependency>
44 45 <groupId>br.com.centralit</groupId>
45 46 <artifactId>cit-ecm-web</artifactId>
46   - <version>${project.version}</version>
  47 + <version>${cit-ecm.version}</version>
47 48 </dependency>
48 49 <dependency>
49 50 <groupId>br.com.centralit</groupId>
50 51 <artifactId>cit-ecm-api</artifactId>
51   - <version>${project.version}</version>
  52 + <version>${cit-ecm.version}</version>
52 53 </dependency>
53 54 </dependencies>
54 55 </dependencyManagement>
... ...