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