Commit adc836600150a719f4ae832b03ce861c4132fc83

Authored by Cleverson Sacramento
1 parent acae122b
Exists in master

Importação do demoiselle-framework-bom

impl/core/pom.xml
@@ -59,6 +59,18 @@ @@ -59,6 +59,18 @@
59 camadas de apresentação e persistência. 59 camadas de apresentação e persistência.
60 </description> 60 </description>
61 61
  62 + <dependencyManagement>
  63 + <dependencies>
  64 + <dependency>
  65 + <groupId>br.gov.frameworkdemoiselle</groupId>
  66 + <artifactId>demoiselle-framework-bom</artifactId>
  67 + <version>2.3.0-RC2-SNAPSHOT</version>
  68 + <type>pom</type>
  69 + <scope>import</scope>
  70 + </dependency>
  71 + </dependencies>
  72 + </dependencyManagement>
  73 +
62 <build> 74 <build>
63 <plugins> 75 <plugins>
64 <plugin> 76 <plugin>
parent/extension/pom.xml
@@ -53,6 +53,18 @@ @@ -53,6 +53,18 @@
53 Configurações gerais para as extensões do framework. 53 Configurações gerais para as extensões do framework.
54 </description> 54 </description>
55 55
  56 + <dependencyManagement>
  57 + <dependencies>
  58 + <dependency>
  59 + <groupId>br.gov.frameworkdemoiselle</groupId>
  60 + <artifactId>demoiselle-framework-bom</artifactId>
  61 + <version>2.3.0-RC2-SNAPSHOT</version>
  62 + <type>pom</type>
  63 + <scope>import</scope>
  64 + </dependency>
  65 + </dependencies>
  66 + </dependencyManagement>
  67 +
56 <build> 68 <build>
57 <plugins> 69 <plugins>
58 <plugin> 70 <plugin>
parent/framework/pom.xml
@@ -3,13 +3,14 @@ @@ -3,13 +3,14 @@
3 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
4 4
5 <artifactId>demoiselle-framework-parent</artifactId> 5 <artifactId>demoiselle-framework-parent</artifactId>
  6 + <version>2.3.0-RC2-SNAPSHOT</version>
6 <packaging>pom</packaging> 7 <packaging>pom</packaging>
7 8
8 <parent> 9 <parent>
9 <groupId>br.gov.frameworkdemoiselle</groupId> 10 <groupId>br.gov.frameworkdemoiselle</groupId>
10 - <artifactId>demoiselle-framework-bom</artifactId>  
11 - <version>2.3.0-RC2-SNAPSHOT</version>  
12 - <relativePath>../bom</relativePath> 11 + <artifactId>demoiselle-parent</artifactId>
  12 + <version>6-SNAPSHOT</version>
  13 + <relativePath>../../../internal/parent/demoiselle</relativePath>
13 </parent> 14 </parent>
14 15
15 <name>Framework Parent</name> 16 <name>Framework Parent</name>
parent/minimal/pom.xml
@@ -54,6 +54,18 @@ @@ -54,6 +54,18 @@
54 utiliza o Demoiselle herde deste POM ou de uma de suas especializações. 54 utiliza o Demoiselle herde deste POM ou de uma de suas especializações.
55 </description> 55 </description>
56 56
  57 + <dependencyManagement>
  58 + <dependencies>
  59 + <dependency>
  60 + <groupId>br.gov.frameworkdemoiselle</groupId>
  61 + <artifactId>demoiselle-framework-bom</artifactId>
  62 + <version>2.3.0-RC2-SNAPSHOT</version>
  63 + <type>pom</type>
  64 + <scope>import</scope>
  65 + </dependency>
  66 + </dependencies>
  67 + </dependencyManagement>
  68 +
57 <build> 69 <build>
58 <plugins> 70 <plugins>
59 <plugin> 71 <plugin>
parent/se/pom.xml
@@ -43,9 +43,9 @@ @@ -43,9 +43,9 @@
43 43
44 <parent> 44 <parent>
45 <groupId>br.gov.frameworkdemoiselle</groupId> 45 <groupId>br.gov.frameworkdemoiselle</groupId>
46 - <artifactId>demoiselle-minimal-parent</artifactId> 46 + <artifactId>demoiselle-extension-parent</artifactId>
47 <version>2.3.0-RC2-SNAPSHOT</version> 47 <version>2.3.0-RC2-SNAPSHOT</version>
48 - <relativePath>../minimal</relativePath> 48 + <relativePath>../../../parent/extension</relativePath>
49 </parent> 49 </parent>
50 50
51 <name>SE Parent</name> 51 <name>SE Parent</name>
parent/servlet/pom.xml
@@ -43,9 +43,9 @@ @@ -43,9 +43,9 @@
43 43
44 <parent> 44 <parent>
45 <groupId>br.gov.frameworkdemoiselle</groupId> 45 <groupId>br.gov.frameworkdemoiselle</groupId>
46 - <artifactId>demoiselle-minimal-parent</artifactId> 46 + <artifactId>demoiselle-extension-parent</artifactId>
47 <version>2.3.0-RC2-SNAPSHOT</version> 47 <version>2.3.0-RC2-SNAPSHOT</version>
48 - <relativePath>../minimal</relativePath> 48 + <relativePath>../extension</relativePath>
49 </parent> 49 </parent>
50 50
51 <name>Servlet Parent</name> 51 <name>Servlet Parent</name>
@@ -56,12 +56,6 @@ @@ -56,12 +56,6 @@
56 </description> 56 </description>
57 57
58 <modules> 58 <modules>
59 - <module>impl/core</module>  
60 - <module>impl/extension/jpa</module>  
61 - <module>impl/extension/jsf</module>  
62 - <module>impl/extension/jta</module>  
63 - <module>impl/extension/se</module>  
64 - <module>impl/extension/servlet</module>  
65 <module>parent/bom</module> 59 <module>parent/bom</module>
66 <module>parent/framework</module> 60 <module>parent/framework</module>
67 <module>parent/minimal</module> 61 <module>parent/minimal</module>
@@ -70,6 +64,12 @@ @@ -70,6 +64,12 @@
70 <module>parent/servlet</module> 64 <module>parent/servlet</module>
71 <module>parent/se</module> 65 <module>parent/se</module>
72 <module>parent/archetype</module> 66 <module>parent/archetype</module>
  67 + <module>impl/core</module>
  68 + <module>impl/extension/jpa</module>
  69 + <module>impl/extension/jsf</module>
  70 + <module>impl/extension/jta</module>
  71 + <module>impl/extension/se</module>
  72 + <module>impl/extension/servlet</module>
73 <module>archetype/minimal</module> 73 <module>archetype/minimal</module>
74 <module>archetype/jsf-jpa</module> 74 <module>archetype/jsf-jpa</module>
75 <!-- 75 <!--