Commit 52514b7159f2e5d26b935057719cf3e3c72bbab0
1 parent
f4122697
Exists in
master
[maven-release-plugin] prepare release 2.2.1
Showing
22 changed files
with
40 additions
and
49 deletions
Show diff stats
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.2.1-SNAPSHOT</version> | |
48 | + <version>2.2.1</version> | |
49 | 49 | <relativePath>../../parent/archetype/pom.xml</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.2.1-SNAPSHOT</version> | |
48 | + <version>2.2.1</version> | |
49 | 49 | <relativePath>../../parent/archetype/pom.xml</relativePath> |
50 | 50 | </parent> |
51 | 51 | ... | ... |
archetype/pom.xml
... | ... | @@ -34,14 +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" | |
38 | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
39 | 38 | |
40 | 39 | <modelVersion>4.0.0</modelVersion> |
41 | 40 | |
42 | 41 | <groupId>br.gov.frameworkdemoiselle</groupId> |
43 | 42 | <artifactId>demoiselle-framework-archetype-build</artifactId> |
44 | - <version>2.2.1-SNAPSHOT</version> | |
43 | + <version>2.2.1</version> | |
45 | 44 | <packaging>pom</packaging> |
46 | 45 | |
47 | 46 | <name>Archetypes Build Aggregator</name> | ... | ... |
documentation/pom.xml
... | ... | @@ -34,15 +34,14 @@ |
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" | |
38 | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
39 | 38 | |
40 | 39 | <modelVersion>4.0.0</modelVersion> |
41 | 40 | |
42 | 41 | <groupId>br.gov.frameworkdemoiselle</groupId> |
43 | 42 | <artifactId>demoiselle-framework-documentation-build</artifactId> |
44 | 43 | <packaging>pom</packaging> |
45 | - <version>2.2.1-SNAPSHOT</version> | |
44 | + <version>2.2.1</version> | |
46 | 45 | |
47 | 46 | <name>Documentation Build Aggregator</name> |
48 | 47 | <description> | ... | ... |
documentation/quickstart/pom.xml
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | GNU General Public License for more details. |
15 | 15 | |
16 | 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/> | |
17 | + along with this program; if not, see <http://www.gnu.org/licenses /> | |
18 | 18 | or write to the Free Software Foundation, Inc., 51 Franklin Street, |
19 | 19 | Fifth Floor, Boston, MA 02110-1301, USA. |
20 | 20 | ============================================================================ |
... | ... | @@ -30,18 +30,17 @@ |
30 | 30 | para maiores detalhes. |
31 | 31 | |
32 | 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/> | |
33 | + "LICENCA.txt", junto com esse programa. Se não, acesse <http://www.gnu.org/licenses /> | |
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" | |
38 | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
39 | 38 | |
40 | 39 | <modelVersion>4.0.0</modelVersion> |
41 | 40 | |
42 | 41 | <artifactId>demoiselle-framework-quickstart</artifactId> |
43 | 42 | <packaging>jdocbook</packaging> |
44 | - <version>2.2.1-SNAPSHOT</version> | |
43 | + <version>2.2.1</version> | |
45 | 44 | |
46 | 45 | <parent> |
47 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> | ... | ... |
documentation/reference/pom.xml
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | GNU General Public License for more details. |
15 | 15 | |
16 | 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/> | |
17 | + along with this program; if not, see <http://www.gnu.org/licenses /> | |
18 | 18 | or write to the Free Software Foundation, Inc., 51 Franklin Street, |
19 | 19 | Fifth Floor, Boston, MA 02110-1301, USA. |
20 | 20 | ============================================================================ |
... | ... | @@ -30,18 +30,17 @@ |
30 | 30 | para maiores detalhes. |
31 | 31 | |
32 | 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/> | |
33 | + "LICENCA.txt", junto com esse programa. Se não, acesse <http://www.gnu.org/licenses /> | |
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" | |
38 | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
39 | 38 | |
40 | 39 | <modelVersion>4.0.0</modelVersion> |
41 | 40 | |
42 | 41 | <artifactId>demoiselle-framework-reference</artifactId> |
43 | 42 | <packaging>jdocbook</packaging> |
44 | - <version>2.2.1-SNAPSHOT</version> | |
43 | + <version>2.2.1</version> | |
45 | 44 | |
46 | 45 | <parent> |
47 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> | ... | ... |
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.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | <relativePath>../../parent/framework/pom.xml</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.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | <relativePath>../../../parent/extension/pom.xml</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.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | <relativePath>../../../parent/extension/pom.xml</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.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | <relativePath>../../../parent/extension/pom.xml</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
impl/extension/pom.xml
... | ... | @@ -34,14 +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" | |
38 | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
39 | 38 | |
40 | 39 | <modelVersion>4.0.0</modelVersion> |
41 | 40 | |
42 | 41 | <groupId>br.gov.frameworkdemoiselle</groupId> |
43 | 42 | <artifactId>demoiselle-framework-extension-build</artifactId> |
44 | - <version>2.2.1-SNAPSHOT</version> | |
43 | + <version>2.2.1</version> | |
45 | 44 | <packaging>pom</packaging> |
46 | 45 | |
47 | 46 | <name>Extensions Build Aggregator</name> | ... | ... |
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.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | <relativePath>../../../parent/extension/pom.xml</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
impl/pom.xml
... | ... | @@ -34,14 +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" | |
38 | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
39 | 38 | |
40 | 39 | <modelVersion>4.0.0</modelVersion> |
41 | 40 | |
42 | 41 | <groupId>br.gov.frameworkdemoiselle</groupId> |
43 | 42 | <artifactId>demoiselle-framework-impl-build</artifactId> |
44 | - <version>2.2.1-SNAPSHOT</version> | |
43 | + <version>2.2.1</version> | |
45 | 44 | <packaging>pom</packaging> |
46 | 45 | |
47 | 46 | <name>Implementations Build Aggregator</name> | ... | ... |
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.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | <relativePath>../framework/pom.xml</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
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.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | <relativePath>../framework/pom.xml</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
parent/framework/pom.xml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | |
5 | 5 | <artifactId>demoiselle-framework-parent</artifactId> |
6 | - <version>2.2.1-SNAPSHOT</version> | |
6 | + <version>2.2.1</version> | |
7 | 7 | <packaging>pom</packaging> |
8 | 8 | |
9 | 9 | <parent> |
... | ... | @@ -24,27 +24,27 @@ |
24 | 24 | <dependency> |
25 | 25 | <groupId>br.gov.frameworkdemoiselle</groupId> |
26 | 26 | <artifactId>demoiselle-core</artifactId> |
27 | - <version>2.2.1-SNAPSHOT</version> | |
27 | + <version>2.2.1</version> | |
28 | 28 | </dependency> |
29 | 29 | <dependency> |
30 | 30 | <groupId>br.gov.frameworkdemoiselle</groupId> |
31 | 31 | <artifactId>demoiselle-jta</artifactId> |
32 | - <version>2.2.1-SNAPSHOT</version> | |
32 | + <version>2.2.1</version> | |
33 | 33 | </dependency> |
34 | 34 | <dependency> |
35 | 35 | <groupId>br.gov.frameworkdemoiselle</groupId> |
36 | 36 | <artifactId>demoiselle-jpa</artifactId> |
37 | - <version>2.2.1-SNAPSHOT</version> | |
37 | + <version>2.2.1</version> | |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | 40 | <groupId>br.gov.frameworkdemoiselle</groupId> |
41 | 41 | <artifactId>demoiselle-jsf</artifactId> |
42 | - <version>2.2.1-SNAPSHOT</version> | |
42 | + <version>2.2.1</version> | |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-se</artifactId> |
47 | - <version>2.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | </dependency> |
49 | 49 | </dependencies> |
50 | 50 | </dependencyManagement> | ... | ... |
parent/jsf/pom.xml
... | ... | @@ -34,8 +34,7 @@ |
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" | |
38 | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
39 | 38 | |
40 | 39 | <modelVersion>4.0.0</modelVersion> |
41 | 40 | |
... | ... | @@ -45,7 +44,7 @@ |
45 | 44 | <parent> |
46 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | 46 | <artifactId>demoiselle-minimal-parent</artifactId> |
48 | - <version>2.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
49 | 48 | <relativePath>../minimal/pom.xml</relativePath> |
50 | 49 | </parent> |
51 | 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.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | <relativePath>../framework/pom.xml</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
parent/pom.xml
... | ... | @@ -34,14 +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" | |
38 | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
39 | 38 | |
40 | 39 | <modelVersion>4.0.0</modelVersion> |
41 | 40 | |
42 | 41 | <groupId>br.gov.frameworkdemoiselle</groupId> |
43 | 42 | <artifactId>demoiselle-framework-parent-build</artifactId> |
44 | - <version>2.2.1-SNAPSHOT</version> | |
43 | + <version>2.2.1</version> | |
45 | 44 | <packaging>pom</packaging> |
46 | 45 | |
47 | 46 | <name>Parent Build Aggregator</name> | ... | ... |
parent/se/pom.xml
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | 46 | <artifactId>demoiselle-minimal-parent</artifactId> |
47 | - <version>2.2.1-SNAPSHOT</version> | |
47 | + <version>2.2.1</version> | |
48 | 48 | <relativePath>../minimal/pom.xml</relativePath> |
49 | 49 | </parent> |
50 | 50 | ... | ... |
parent/web/pom.xml
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <parent> |
21 | 21 | <groupId>br.gov.frameworkdemoiselle</groupId> |
22 | 22 | <artifactId>demoiselle-minimal-parent</artifactId> |
23 | - <version>2.2.1-SNAPSHOT</version> | |
23 | + <version>2.2.1</version> | |
24 | 24 | <relativePath>../minimal/pom.xml</relativePath> |
25 | 25 | </parent> |
26 | 26 | ... | ... |
pom.xml
... | ... | @@ -34,13 +34,12 @@ |
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" | |
38 | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
39 | 38 | |
40 | 39 | <modelVersion>4.0.0</modelVersion> |
41 | 40 | |
42 | 41 | <artifactId>demoiselle-framework-build</artifactId> |
43 | - <version>2.2.1-SNAPSHOT</version> | |
42 | + <version>2.2.1</version> | |
44 | 43 | <packaging>pom</packaging> |
45 | 44 | |
46 | 45 | <parent> | ... | ... |