Commit 4f0a5ef05cf578ccaae897bf98543f558f1de3bc
1 parent
43e11ca3
Exists in
master
Alterações para montar ambiente;
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
cit-contratos-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>cit-contratos</artifactId> | 25 | <artifactId>cit-contratos</artifactId> |
| 26 | - <version>1.8.0-SNAPSHOT</version> | 26 | + <version>2.0.0</version> |
| 27 | </parent> | 27 | </parent> |
| 28 | 28 | ||
| 29 | <artifactId>cit-contratos-api</artifactId> | 29 | <artifactId>cit-contratos-api</artifactId> |
cit-contratos-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>cit-contratos</artifactId> | 25 | <artifactId>cit-contratos</artifactId> |
| 26 | - <version>1.8.0-SNAPSHOT</version> | 26 | + <version>2.0.0</version> |
| 27 | </parent> | 27 | </parent> |
| 28 | 28 | ||
| 29 | <artifactId>cit-contratos-web</artifactId> | 29 | <artifactId>cit-contratos-web</artifactId> |
pom.xml
| @@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
| 28 | </parent> | 28 | </parent> |
| 29 | 29 | ||
| 30 | <artifactId>cit-contratos</artifactId> | 30 | <artifactId>cit-contratos</artifactId> |
| 31 | - <version>1.8.0-SNAPSHOT</version> | 31 | + <version>2.0.0</version> |
| 32 | <packaging>pom</packaging> | 32 | <packaging>pom</packaging> |
| 33 | <name>cit-contratos</name> | 33 | <name>cit-contratos</name> |
| 34 | 34 |