Commit
1f06061a5c3be02cdd0d2b496067f92f353cce45
Padronização do artifactId referente ao build aggregator
...
|
...
|
@@ -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> |
...
|
...
|
|
...
|
...
|
@@ -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> |
...
|
...
|
|
...
|
...
|
@@ -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> |
...
|
...
|
|
...
|
...
|
@@ -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> |
...
|
...
|
|
...
|
...
|
@@ -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> |
...
|
...
|
|