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