Commit da798e2703ded4998d87fe0e0bc8a3403484be8f

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

Merge branch 'tarefa-4417' into desenvolvimento

cit-ecm-api/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-api</artifactId>
... ...
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>
... ...