Commit ee298f830f059b2b36812c9b928b16c1f8914ed5
1 parent
e5cac8e2
Exists in
master
FWK-219: Compatibilidade com o Java SE 7
Task-Url: https://demoiselle.atlassian.net/browse/FWK-219
Showing
25 changed files
with
36 additions
and
309 deletions
Show diff stats
archetype/html-rest/pom.xml
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <parent> |
46 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | 47 | <artifactId>demoiselle-archetype-parent</artifactId> |
48 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
48 | + <version>2.5.0-SNAPSHOT</version> | |
49 | 49 | <relativePath>../../parent/archetype</relativePath> |
50 | 50 | </parent> |
51 | 51 | ... | ... |
archetype/jsf-jpa/pom.xml
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <parent> |
46 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | 47 | <artifactId>demoiselle-archetype-parent</artifactId> |
48 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
48 | + <version>2.5.0-SNAPSHOT</version> | |
49 | 49 | <relativePath>../../parent/archetype</relativePath> |
50 | 50 | </parent> |
51 | 51 | ... | ... |
archetype/minimal/pom.xml
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <parent> |
46 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | 47 | <artifactId>demoiselle-archetype-parent</artifactId> |
48 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
48 | + <version>2.5.0-SNAPSHOT</version> | |
49 | 49 | <relativePath>../../parent/archetype</relativePath> |
50 | 50 | </parent> |
51 | 51 | ... | ... |
documentation/quickstart/pom.xml
... | ... | @@ -1,95 +0,0 @@ |
1 | -<!-- | |
2 | - Demoiselle Framework | |
3 | - Copyright (C) 2010 SERPRO | |
4 | - ============================================================================ | |
5 | - This file is part of Demoiselle Framework. | |
6 | - | |
7 | - Demoiselle Framework is free software; you can redistribute it and/or | |
8 | - modify it under the terms of the GNU Lesser General Public License version 3 | |
9 | - as published by the Free Software Foundation. | |
10 | - | |
11 | - This program is distributed in the hope that it will be useful, | |
12 | - but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | - GNU General Public License for more details. | |
15 | - | |
16 | - You should have received a copy of the GNU Lesser General Public License version 3 | |
17 | - along with this program; if not, see <http://www.gnu.org/licenses /> | |
18 | - or write to the Free Software Foundation, Inc., 51 Franklin Street, | |
19 | - Fifth Floor, Boston, MA 02110-1301, USA. | |
20 | - ============================================================================ | |
21 | - Este arquivo é parte do Framework Demoiselle. | |
22 | - | |
23 | - O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou | |
24 | - modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação | |
25 | - do Software Livre (FSF). | |
26 | - | |
27 | - Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA | |
28 | - GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou | |
29 | - APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português | |
30 | - para maiores detalhes. | |
31 | - | |
32 | - Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título | |
33 | - "LICENCA.txt", junto com esse programa. Se não, acesse <http://www.gnu.org/licenses /> | |
34 | - ou escreva para a Fundação do Software Livre (FSF) Inc., | |
35 | - 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. | |
36 | ---> | |
37 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
38 | - | |
39 | - <modelVersion>4.0.0</modelVersion> | |
40 | - | |
41 | - <artifactId>demoiselle-framework-quickstart</artifactId> | |
42 | - <packaging>jdocbook</packaging> | |
43 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
44 | - | |
45 | - <parent> | |
46 | - <groupId>br.gov.frameworkdemoiselle</groupId> | |
47 | - <artifactId>demoiselle-documentation-parent</artifactId> | |
48 | - <version>9</version> | |
49 | - <relativePath>../../../internal/parent/documentation</relativePath> | |
50 | - </parent> | |
51 | - | |
52 | - <name>Demoiselle Framework Quickstart Documentation</name> | |
53 | - <description /> | |
54 | - | |
55 | - <build> | |
56 | - <plugins> | |
57 | - <plugin> | |
58 | - <groupId>org.apache.maven.plugins</groupId> | |
59 | - <artifactId>maven-deploy-plugin</artifactId> | |
60 | - <configuration> | |
61 | - <skip>true</skip> | |
62 | - </configuration> | |
63 | - </plugin> | |
64 | - </plugins> | |
65 | - </build> | |
66 | - | |
67 | - <repositories> | |
68 | - <repository> | |
69 | - <id>sonatype-nexus-snapshots</id> | |
70 | - <name>Sonatype Nexus Snapshots</name> | |
71 | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> | |
72 | - <snapshots> | |
73 | - <enabled>true</enabled> | |
74 | - </snapshots> | |
75 | - <releases> | |
76 | - <enabled>false</enabled> | |
77 | - </releases> | |
78 | - </repository> | |
79 | - <repository> | |
80 | - <id>sonatype-nexus-releases</id> | |
81 | - <name>Sonatype Nexus Releases</name> | |
82 | - <url>https://oss.sonatype.org/content/repositories/releases</url> | |
83 | - <snapshots> | |
84 | - <enabled>false</enabled> | |
85 | - </snapshots> | |
86 | - <releases> | |
87 | - <enabled>true</enabled> | |
88 | - </releases> | |
89 | - </repository> | |
90 | - </repositories> | |
91 | - | |
92 | - <properties> | |
93 | - <project.context>framework/quickstart</project.context> | |
94 | - </properties> | |
95 | -</project> |
documentation/reference/pom.xml
... | ... | @@ -1,105 +0,0 @@ |
1 | -<!-- | |
2 | - Demoiselle Framework | |
3 | - Copyright (C) 2010 SERPRO | |
4 | - ============================================================================ | |
5 | - This file is part of Demoiselle Framework. | |
6 | - | |
7 | - Demoiselle Framework is free software; you can redistribute it and/or | |
8 | - modify it under the terms of the GNU Lesser General Public License version 3 | |
9 | - as published by the Free Software Foundation. | |
10 | - | |
11 | - This program is distributed in the hope that it will be useful, | |
12 | - but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | - GNU General Public License for more details. | |
15 | - | |
16 | - You should have received a copy of the GNU Lesser General Public License version 3 | |
17 | - along with this program; if not, see <http://www.gnu.org/licenses /> | |
18 | - or write to the Free Software Foundation, Inc., 51 Franklin Street, | |
19 | - Fifth Floor, Boston, MA 02110-1301, USA. | |
20 | - ============================================================================ | |
21 | - Este arquivo é parte do Framework Demoiselle. | |
22 | - | |
23 | - O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou | |
24 | - modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação | |
25 | - do Software Livre (FSF). | |
26 | - | |
27 | - Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA | |
28 | - GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou | |
29 | - APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português | |
30 | - para maiores detalhes. | |
31 | - | |
32 | - Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título | |
33 | - "LICENCA.txt", junto com esse programa. Se não, acesse <http://www.gnu.org/licenses /> | |
34 | - ou escreva para a Fundação do Software Livre (FSF) Inc., | |
35 | - 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. | |
36 | ---> | |
37 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
38 | - | |
39 | - <modelVersion>4.0.0</modelVersion> | |
40 | - | |
41 | - <artifactId>demoiselle-framework-reference</artifactId> | |
42 | - <packaging>jdocbook</packaging> | |
43 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
44 | - | |
45 | - <parent> | |
46 | - <groupId>br.gov.frameworkdemoiselle</groupId> | |
47 | - <artifactId>demoiselle-documentation-parent</artifactId> | |
48 | - <version>9</version> | |
49 | - <relativePath>../../../internal/parent/documentation</relativePath> | |
50 | - </parent> | |
51 | - | |
52 | - <name>Demoiselle Framework Reference Documentation</name> | |
53 | - <description> | |
54 | - Demoiselle Framework Reference Documentation | |
55 | - </description> | |
56 | - | |
57 | - <build> | |
58 | - <plugins> | |
59 | - <plugin> | |
60 | - <groupId>org.apache.maven.plugins</groupId> | |
61 | - <artifactId>maven-deploy-plugin</artifactId> | |
62 | - <configuration> | |
63 | - <skip>true</skip> | |
64 | - </configuration> | |
65 | - </plugin> | |
66 | - </plugins> | |
67 | - </build> | |
68 | - | |
69 | - <repositories> | |
70 | - <repository> | |
71 | - <id>sonatype-nexus-snapshots</id> | |
72 | - <name>Sonatype Nexus Snapshots</name> | |
73 | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> | |
74 | - <snapshots> | |
75 | - <enabled>true</enabled> | |
76 | - </snapshots> | |
77 | - <releases> | |
78 | - <enabled>false</enabled> | |
79 | - </releases> | |
80 | - </repository> | |
81 | - <repository> | |
82 | - <id>sonatype-nexus-releases</id> | |
83 | - <name>Sonatype Nexus Releases</name> | |
84 | - <url>https://oss.sonatype.org/content/repositories/releases</url> | |
85 | - <snapshots> | |
86 | - <enabled>false</enabled> | |
87 | - </snapshots> | |
88 | - <releases> | |
89 | - <enabled>true</enabled> | |
90 | - </releases> | |
91 | - </repository> | |
92 | - </repositories> | |
93 | - | |
94 | - <distributionManagement> | |
95 | - <site> | |
96 | - <id>demoiselle.sourceforge.net</id> | |
97 | - <url>${site.url}</url> | |
98 | - </site> | |
99 | - </distributionManagement> | |
100 | - | |
101 | - <properties> | |
102 | - <project.context>framework/reference</project.context> | |
103 | - <site.url>file://${project.build.directory}/tmp</site.url> | |
104 | - </properties> | |
105 | -</project> |
documentation/reference/pt-BR/parentsPom.xml
... | ... | @@ -1,70 +0,0 @@ |
1 | -<?xml version='1.0' encoding="utf-8"?> | |
2 | -<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | |
3 | - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []> | |
4 | -<chapter id="parentpom"> | |
5 | - | |
6 | - <title>Parent POM</title> | |
7 | - | |
8 | - <para> | |
9 | - O Demoiselle faz uso da solução proposta pelo Apache Maven para diversas fases do desenvolvimento de software. | |
10 | - O artefato principal do Maven é o pom.xml, que é o arquivo XML que contém todas as informações necessárias para a ferramenta gerenciar o projeto, | |
11 | - entre as quais está o gerenciamento de dependências (bibliotecas), build do projeto, etc. | |
12 | - Mas é muito comum que vários projetos, vinculados ou não, utilizem muitas configurações em comum. | |
13 | - Para o “reaproveitamento” dessas configurações, evitando a cópia de texto, o Maven provê dois tipos de estratégia: | |
14 | - </para> | |
15 | - <para> | |
16 | - -Por <ulink url="http://maven.apache.org/pom.html#Inheritance">herança</ulink> ou <ulink url="http://maven.apache.org/pom.html#Aggregation">agregação</ulink>. | |
17 | - </para> | |
18 | - <para> | |
19 | - No Demoiselle 2 a estratégia adota foi também o da herança. E o termo usado no Demoiselle para identificar essa estratégia é que chamamos de Parent POM. | |
20 | - </para> | |
21 | - <para>Seguindo esse conceito, foram criados alguns arquivos (pom.xml) e também disponibilizados no repositório Maven do Demoiselle, que facilitam a configuração dos projetos, e inclusive para o desenvolvimento do próprio Demoiselle. | |
22 | -Os arquivos gerados foram divididos em perfis, para que o desenvolvedor possa escolher qual usar de acordo com o tipo de aplicação que está desenvolvendo. | |
23 | -Assim, a alteração no pom.xml da aplicação será a minima possível. Outra vantagem é que as bibliotecas apontadas como dependências são testadas pela equipe do Demoiselle, o que evita eventuais incompatibilidades.</para> | |
24 | - <tip> | |
25 | - <para> | |
26 | - Para excluir uma dependência desnecessária vinda do Parent, utilize a tag Exclusions. | |
27 | - </para> | |
28 | - </tip> | |
29 | - | |
30 | - <section> | |
31 | - <title>demoiselle-minimal-parent</title> | |
32 | - <para> | |
33 | - Configurações úteis para todas as aplicações que utilizam o framework. | |
34 | - O ideal é que toda aplicação que utiliza o Demoiselle herde deste POM ou de uma de suas especializações. | |
35 | - </para> | |
36 | - </section> | |
37 | - | |
38 | - <section> | |
39 | - <title>demoiselle-se-parent</title> | |
40 | - <para> | |
41 | - Especialização do POM mínimo, contendo configurações úteis para todas as aplicações <!-- SE -->Desktop que utilizam o framework, mas sem definição da | |
42 | - camada de apresentação que será utilizada. | |
43 | - </para> | |
44 | - </section> | |
45 | - | |
46 | - <section> | |
47 | - <title>demoiselle-servlet-parent</title> | |
48 | - <para> | |
49 | - Especialização do POM mínimo, contendo profiles para Tomcat 6, Tomcat 7, GAE, Glassfish 3, JBoss 6 e JBoss 7, e outras configurações úteis para todas | |
50 | - as aplicações JEE6/Web que utilizam o Demoiselle, mas sem a definição de qual camada de apresentação utilizará. Entre as dependências referenciadas | |
51 | - por este POM está a extensão <emphasis>demoiselle-servlet</emphasis>. | |
52 | - </para> | |
53 | - </section> | |
54 | - | |
55 | - <section> | |
56 | - <title>demoiselle-jsf-parent</title> | |
57 | - <para> | |
58 | - Especialização do POM demoiselle-servlet-parent, contendo configurações úteis e necessárias para todas as aplicações que utilizarão a tecnologia JSF2 | |
59 | - para camada de apresentação. Entre as dependências referênciadas por este POM está obviamente a extensão <emphasis>demoiselle-jsf</emphasis>. | |
60 | - </para> | |
61 | - </section> | |
62 | - | |
63 | - <section> | |
64 | - <title>demoiselle-archetype-parent</title> | |
65 | - <para> | |
66 | - Contém configurações comuns a todos os projetos geradores de arquétipos. | |
67 | - </para> | |
68 | - </section> | |
69 | - | |
70 | -</chapter> |
impl/core/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-framework-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../../parent/framework</relativePath> |
49 | 49 | </parent> |
50 | 50 | |
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | <dependency> |
73 | 73 | <groupId>br.gov.frameworkdemoiselle</groupId> |
74 | 74 | <artifactId>demoiselle-framework-bom</artifactId> |
75 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
75 | + <version>2.5.0-SNAPSHOT</version> | |
76 | 76 | <scope>import</scope> |
77 | 77 | <type>pom</type> |
78 | 78 | </dependency> | ... | ... |
impl/extension/jdbc/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../../../parent/extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
impl/extension/jmx/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <artifactId>demoiselle-extension-parent</artifactId> |
46 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../../../parent/extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
impl/extension/jpa/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../../../parent/extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
impl/extension/jsf/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../../../parent/extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
impl/extension/jta/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../../../parent/extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
impl/extension/rest/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../../../parent/extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
impl/extension/se/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../../../parent/extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
impl/extension/servlet/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../../../parent/extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
parent/archetype/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-framework-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../framework</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
parent/bom/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-framework-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../framework</relativePath> |
49 | 49 | </parent> |
50 | 50 | |
... | ... | @@ -72,47 +72,47 @@ |
72 | 72 | <dependency> |
73 | 73 | <groupId>br.gov.frameworkdemoiselle</groupId> |
74 | 74 | <artifactId>demoiselle-core</artifactId> |
75 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
75 | + <version>2.5.0-SNAPSHOT</version> | |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
78 | 78 | <groupId>br.gov.frameworkdemoiselle</groupId> |
79 | 79 | <artifactId>demoiselle-jta</artifactId> |
80 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
80 | + <version>2.5.0-SNAPSHOT</version> | |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>br.gov.frameworkdemoiselle</groupId> |
84 | 84 | <artifactId>demoiselle-jdbc</artifactId> |
85 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
85 | + <version>2.5.0-SNAPSHOT</version> | |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>br.gov.frameworkdemoiselle</groupId> |
89 | 89 | <artifactId>demoiselle-jpa</artifactId> |
90 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
90 | + <version>2.5.0-SNAPSHOT</version> | |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>br.gov.frameworkdemoiselle</groupId> |
94 | 94 | <artifactId>demoiselle-servlet</artifactId> |
95 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
95 | + <version>2.5.0-SNAPSHOT</version> | |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>br.gov.frameworkdemoiselle</groupId> |
99 | 99 | <artifactId>demoiselle-rest</artifactId> |
100 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
100 | + <version>2.5.0-SNAPSHOT</version> | |
101 | 101 | </dependency> |
102 | 102 | <dependency> |
103 | 103 | <groupId>br.gov.frameworkdemoiselle</groupId> |
104 | 104 | <artifactId>demoiselle-jsf</artifactId> |
105 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
105 | + <version>2.5.0-SNAPSHOT</version> | |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
108 | 108 | <groupId>br.gov.frameworkdemoiselle</groupId> |
109 | 109 | <artifactId>demoiselle-se</artifactId> |
110 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
110 | + <version>2.5.0-SNAPSHOT</version> | |
111 | 111 | </dependency> |
112 | 112 | <dependency> |
113 | 113 | <groupId>br.gov.frameworkdemoiselle</groupId> |
114 | 114 | <artifactId>demoiselle-jmx</artifactId> |
115 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
115 | + <version>2.5.0-SNAPSHOT</version> | |
116 | 116 | </dependency> |
117 | 117 | |
118 | 118 | <!-- jsr-299 api --> | ... | ... |
parent/extension/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-framework-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../framework</relativePath> |
49 | 49 | </parent> |
50 | 50 | |
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | <dependency> |
72 | 72 | <groupId>br.gov.frameworkdemoiselle</groupId> |
73 | 73 | <artifactId>demoiselle-framework-bom</artifactId> |
74 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
74 | + <version>2.5.0-SNAPSHOT</version> | |
75 | 75 | <scope>import</scope> |
76 | 76 | <type>pom</type> |
77 | 77 | </dependency> | ... | ... |
parent/framework/pom.xml
parent/jsf/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-servlet-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../servlet</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
parent/minimal/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-framework-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../framework</relativePath> |
49 | 49 | </parent> |
50 | 50 | |
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | <dependency> |
73 | 73 | <groupId>br.gov.frameworkdemoiselle</groupId> |
74 | 74 | <artifactId>demoiselle-framework-bom</artifactId> |
75 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
75 | + <version>2.5.0-SNAPSHOT</version> | |
76 | 76 | <scope>import</scope> |
77 | 77 | <type>pom</type> |
78 | 78 | </dependency> | ... | ... |
parent/rest/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-servlet-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../servlet</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
parent/se/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
parent/servlet/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-extension-parent</artifactId> |
47 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
47 | + <version>2.5.0-SNAPSHOT</version> | |
48 | 48 | <relativePath>../extension</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
pom.xml
... | ... | @@ -34,12 +34,13 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
37 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
38 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
38 | 39 | |
39 | 40 | <modelVersion>4.0.0</modelVersion> |
40 | 41 | |
41 | 42 | <artifactId>demoiselle-framework-build</artifactId> |
42 | - <version>2.5.0-RC2-SNAPSHOT</version> | |
43 | + <version>2.5.0-SNAPSHOT</version> | |
43 | 44 | <packaging>pom</packaging> |
44 | 45 | |
45 | 46 | <parent> |
... | ... | @@ -80,10 +81,6 @@ |
80 | 81 | <module>archetype/minimal</module> |
81 | 82 | <module>archetype/jsf-jpa</module> |
82 | 83 | <module>archetype/html-rest</module> |
83 | - <!-- | |
84 | - --> | |
85 | - <module>documentation/quickstart</module> | |
86 | - <module>documentation/reference</module> | |
87 | 84 | </modules> |
88 | 85 | |
89 | 86 | <build> | ... | ... |