Commit 1f06061a5c3be02cdd0d2b496067f92f353cce45

Authored by Cleverson Sacramento
1 parent fd1fee09
Exists in master

Padronização do artifactId referente ao build aggregator

archetype/pom.xml
... ... @@ -38,7 +38,7 @@
38 38  
39 39 <modelVersion>4.0.0</modelVersion>
40 40  
41   - <artifactId>demoiselle-archetype-build-aggregator</artifactId>
  41 + <artifactId>demoiselle-framework-archetype-build</artifactId>
42 42 <packaging>pom</packaging>
43 43  
44 44 <parent>
... ...
impl/extension/pom.xml
... ... @@ -38,7 +38,7 @@
38 38  
39 39 <modelVersion>4.0.0</modelVersion>
40 40  
41   - <artifactId>demoiselle-extension-build-aggregator</artifactId>
  41 + <artifactId>demoiselle-framework-extension-build</artifactId>
42 42 <packaging>pom</packaging>
43 43  
44 44 <parent>
... ...
impl/pom.xml
... ... @@ -38,7 +38,7 @@
38 38  
39 39 <modelVersion>4.0.0</modelVersion>
40 40  
41   - <artifactId>demoiselle-impl-build-aggregator</artifactId>
  41 + <artifactId>demoiselle-framework-impl-build</artifactId>
42 42 <packaging>pom</packaging>
43 43  
44 44 <parent>
... ...
parent/pom.xml
... ... @@ -38,7 +38,7 @@
38 38  
39 39 <modelVersion>4.0.0</modelVersion>
40 40  
41   - <artifactId>demoiselle-parent-build-aggregator</artifactId>
  41 + <artifactId>demoiselle-framework-parent-build</artifactId>
42 42 <packaging>pom</packaging>
43 43  
44 44 <parent>
... ...
pom.xml
... ... @@ -38,7 +38,7 @@
38 38  
39 39 <modelVersion>4.0.0</modelVersion>
40 40  
41   - <artifactId>demoiselle</artifactId>
  41 + <artifactId>demoiselle-framework-build</artifactId>
42 42 <packaging>pom</packaging>
43 43  
44 44 <parent>
... ...