Commit 4f0a5ef05cf578ccaae897bf98543f558f1de3bc

Authored by luis.camargo
1 parent 43e11ca3
Exists in master

Alterações para montar ambiente;

cit-contratos-api/pom.xml
... ... @@ -23,7 +23,7 @@
23 23 <parent>
24 24 <groupId>br.com.centralit</groupId>
25 25 <artifactId>cit-contratos</artifactId>
26   - <version>1.8.0-SNAPSHOT</version>
  26 + <version>2.0.0</version>
27 27 </parent>
28 28  
29 29 <artifactId>cit-contratos-api</artifactId>
... ...
cit-contratos-web/pom.xml
... ... @@ -23,7 +23,7 @@
23 23 <parent>
24 24 <groupId>br.com.centralit</groupId>
25 25 <artifactId>cit-contratos</artifactId>
26   - <version>1.8.0-SNAPSHOT</version>
  26 + <version>2.0.0</version>
27 27 </parent>
28 28  
29 29 <artifactId>cit-contratos-web</artifactId>
... ...
pom.xml
... ... @@ -28,7 +28,7 @@
28 28 </parent>
29 29  
30 30 <artifactId>cit-contratos</artifactId>
31   - <version>1.8.0-SNAPSHOT</version>
  31 + <version>2.0.0</version>
32 32 <packaging>pom</packaging>
33 33 <name>cit-contratos</name>
34 34  
... ...