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,7 +24,7 @@ | ||
| 24 | <parent> | 24 | <parent> |
| 25 | <groupId>br.com.centralit</groupId> | 25 | <groupId>br.com.centralit</groupId> |
| 26 | <artifactId>cit-esi</artifactId> | 26 | <artifactId>cit-esi</artifactId> |
| 27 | - <version>2.0.0</version> | 27 | + <version>${cit-esi.version}</version> |
| 28 | </parent> | 28 | </parent> |
| 29 | 29 | ||
| 30 | <artifactId>cit-esi-api</artifactId> | 30 | <artifactId>cit-esi-api</artifactId> |
| @@ -42,12 +42,12 @@ | @@ -42,12 +42,12 @@ | ||
| 42 | <dependency> | 42 | <dependency> |
| 43 | <groupId>br.com.centralit</groupId> | 43 | <groupId>br.com.centralit</groupId> |
| 44 | <artifactId>cit-core</artifactId> | 44 | <artifactId>cit-core</artifactId> |
| 45 | - <version>${project.version}</version> | 45 | + <version>${cit-core.version}</version> |
| 46 | </dependency> | 46 | </dependency> |
| 47 | <dependency> | 47 | <dependency> |
| 48 | <groupId>br.com.centralit</groupId> | 48 | <groupId>br.com.centralit</groupId> |
| 49 | <artifactId>cit-portal-api</artifactId> | 49 | <artifactId>cit-portal-api</artifactId> |
| 50 | - <version>${project.version}</version> | 50 | + <version>${cit-portal.version}</version> |
| 51 | </dependency> | 51 | </dependency> |
| 52 | 52 | ||
| 53 | <dependency> | 53 | <dependency> |
cit-esi-web/pom.xml
| @@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
| 24 | <parent> | 24 | <parent> |
| 25 | <groupId>br.com.centralit</groupId> | 25 | <groupId>br.com.centralit</groupId> |
| 26 | <artifactId>cit-esi</artifactId> | 26 | <artifactId>cit-esi</artifactId> |
| 27 | - <version>2.0.0</version> | 27 | + <version>${cit-esi.version}</version> |
| 28 | </parent> | 28 | </parent> |
| 29 | 29 | ||
| 30 | <artifactId>cit-esi-web</artifactId> | 30 | <artifactId>cit-esi-web</artifactId> |
| @@ -42,7 +42,6 @@ | @@ -42,7 +42,6 @@ | ||
| 42 | <dependency> | 42 | <dependency> |
| 43 | <groupId>br.com.centralit</groupId> | 43 | <groupId>br.com.centralit</groupId> |
| 44 | <artifactId>cit-esi-api</artifactId> | 44 | <artifactId>cit-esi-api</artifactId> |
| 45 | - <version>${project.version}</version> | ||
| 46 | </dependency> | 45 | </dependency> |
| 47 | </dependencies> | 46 | </dependencies> |
| 48 | 47 |
pom.xml
| @@ -28,6 +28,7 @@ | @@ -28,6 +28,7 @@ | ||
| 28 | </parent> | 28 | </parent> |
| 29 | 29 | ||
| 30 | <artifactId>cit-esi</artifactId> | 30 | <artifactId>cit-esi</artifactId> |
| 31 | + <version>${cit-esi.version}</version> | ||
| 31 | <packaging>pom</packaging> | 32 | <packaging>pom</packaging> |
| 32 | <name>cit-esi</name> | 33 | <name>cit-esi</name> |
| 33 | 34 | ||
| @@ -42,12 +43,12 @@ | @@ -42,12 +43,12 @@ | ||
| 42 | <dependency> | 43 | <dependency> |
| 43 | <groupId>br.com.centralit</groupId> | 44 | <groupId>br.com.centralit</groupId> |
| 44 | <artifactId>cit-esi-web</artifactId> | 45 | <artifactId>cit-esi-web</artifactId> |
| 45 | - <version>${project.version}</version> | 46 | + <version>${cit-esi.version}</version> |
| 46 | </dependency> | 47 | </dependency> |
| 47 | <dependency> | 48 | <dependency> |
| 48 | <groupId>br.com.centralit</groupId> | 49 | <groupId>br.com.centralit</groupId> |
| 49 | <artifactId>cit-esi-api</artifactId> | 50 | <artifactId>cit-esi-api</artifactId> |
| 50 | - <version>${project.version}</version> | 51 | + <version>${cit-esi.version}</version> |
| 51 | </dependency> | 52 | </dependency> |
| 52 | </dependencies> | 53 | </dependencies> |
| 53 | </dependencyManagement> | 54 | </dependencyManagement> |