Commit 2a2613aacde95ccf8f0082e36eb4fea6039d0ba2
1 parent
6cd53f58
Exists in
master
Correção no parent
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
parent/bom/pom.xml
... | ... | @@ -39,14 +39,13 @@ |
39 | 39 | <modelVersion>4.0.0</modelVersion> |
40 | 40 | |
41 | 41 | <artifactId>demoiselle-framework-bom</artifactId> |
42 | - <version>2.3.0-RC2-SNAPSHOT</version> | |
43 | 42 | <packaging>pom</packaging> |
44 | 43 | |
45 | 44 | <parent> |
46 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | - <artifactId>demoiselle-parent</artifactId> | |
48 | - <version>6-SNAPSHOT</version> | |
49 | - <relativePath>../../../internal/parent/demoiselle</relativePath> | |
46 | + <artifactId>demoiselle-framework-parent</artifactId> | |
47 | + <version>2.3.0-RC2-SNAPSHOT</version> | |
48 | + <relativePath>../framework</relativePath> | |
50 | 49 | </parent> |
51 | 50 | |
52 | 51 | <name>Demoiselle Framework Bill of Materials</name> | ... | ... |