Commit d714779155f1df7c2217174ec54e5a08258755e8
1 parent
e657ca6c
Exists in
master
Correção do relativePath
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
parent/se/pom.xml
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | 47 | <version>2.4.0-BETA2-SNAPSHOT</version> |
48 | - <relativePath>../../../parent/extension</relativePath> | |
48 | + <relativePath>../extension</relativePath> | |
49 | 49 | </parent> |
50 | 50 | |
51 | 51 | <name>Demoiselle Framework SE Parent</name> | ... | ... |