Commit da840fa6a4b7ce5ff692666897149ebfb37d9bd2
Exists in
master
Merge branch 'tarefa-4417'
Showing
3 changed files
with
6 additions
and
5 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>2.0.0</version> | 26 | + <version>${cit-contratos.version}</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>2.0.0</version> | 26 | + <version>${cit-contratos.version}</version> |
27 | </parent> | 27 | </parent> |
28 | 28 | ||
29 | <artifactId>cit-contratos-web</artifactId> | 29 | <artifactId>cit-contratos-web</artifactId> |
pom.xml
@@ -20,6 +20,7 @@ | @@ -20,6 +20,7 @@ | ||
20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
21 | <modelVersion>4.0.0</modelVersion> | 21 | <modelVersion>4.0.0</modelVersion> |
22 | 22 | ||
23 | + | ||
23 | <parent> | 24 | <parent> |
24 | <groupId>br.com.centralit</groupId> | 25 | <groupId>br.com.centralit</groupId> |
25 | <artifactId>citsmart-grp-modules</artifactId> | 26 | <artifactId>citsmart-grp-modules</artifactId> |
@@ -28,7 +29,7 @@ | @@ -28,7 +29,7 @@ | ||
28 | </parent> | 29 | </parent> |
29 | 30 | ||
30 | <artifactId>cit-contratos</artifactId> | 31 | <artifactId>cit-contratos</artifactId> |
31 | - <version>2.0.0</version> | 32 | + <version>${cit-contratos.version}</version> |
32 | <packaging>pom</packaging> | 33 | <packaging>pom</packaging> |
33 | <name>cit-contratos</name> | 34 | <name>cit-contratos</name> |
34 | 35 | ||
@@ -43,12 +44,12 @@ | @@ -43,12 +44,12 @@ | ||
43 | <dependency> | 44 | <dependency> |
44 | <groupId>br.com.centralit</groupId> | 45 | <groupId>br.com.centralit</groupId> |
45 | <artifactId>cit-contratos-web</artifactId> | 46 | <artifactId>cit-contratos-web</artifactId> |
46 | - <version>${project.version}</version> | 47 | + <version>${cit-contratos.version}</version> |
47 | </dependency> | 48 | </dependency> |
48 | <dependency> | 49 | <dependency> |
49 | <groupId>br.com.centralit</groupId> | 50 | <groupId>br.com.centralit</groupId> |
50 | <artifactId>cit-contratos-api</artifactId> | 51 | <artifactId>cit-contratos-api</artifactId> |
51 | - <version>${project.version}</version> | 52 | + <version>${cit-contratos.version}</version> |
52 | </dependency> | 53 | </dependency> |
53 | </dependencies> | 54 | </dependencies> |
54 | </dependencyManagement> | 55 | </dependencyManagement> |