Commit 585057dea90ef18d800ac0fce65d3244294817df

Authored by Vanderson Silva
1 parent 255aa4fa

[maven-release-plugin] prepare release 3.0.0-BETA1

demoiselle-configuration/pom.xml
1 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
2 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 1 +<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/xsd/maven-4.0.0.xsd">
3 2
4 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
5 <artifactId>demoiselle-configuration</artifactId> 4 <artifactId>demoiselle-configuration</artifactId>
@@ -13,7 +12,7 @@ @@ -13,7 +12,7 @@
13 <parent> 12 <parent>
14 <groupId>org.demoiselle.jee</groupId> 13 <groupId>org.demoiselle.jee</groupId>
15 <artifactId>demoiselle-parent</artifactId> 14 <artifactId>demoiselle-parent</artifactId>
16 - <version>3.0.0-BETA1-SNAPSHOT</version> 15 + <version>3.0.0-BETA1</version>
17 <relativePath>../demoiselle-parent</relativePath> 16 <relativePath>../demoiselle-parent</relativePath>
18 </parent> 17 </parent>
19 18
demoiselle-core/pom.xml
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 +<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/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
5 4
6 <artifactId>demoiselle-core</artifactId> 5 <artifactId>demoiselle-core</artifactId>
@@ -14,7 +13,7 @@ @@ -14,7 +13,7 @@
14 <parent> 13 <parent>
15 <groupId>org.demoiselle.jee</groupId> 14 <groupId>org.demoiselle.jee</groupId>
16 <artifactId>demoiselle-parent</artifactId> 15 <artifactId>demoiselle-parent</artifactId>
17 - <version>3.0.0-BETA1-SNAPSHOT</version> 16 + <version>3.0.0-BETA1</version>
18 <relativePath>../demoiselle-parent</relativePath> 17 <relativePath>../demoiselle-parent</relativePath>
19 </parent> 18 </parent>
20 19
demoiselle-parent-bom/pom.xml
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 +<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/xsd/maven-4.0.0.xsd">
4 3
5 <artifactId>demoiselle-parent-bom</artifactId> 4 <artifactId>demoiselle-parent-bom</artifactId>
6 <packaging>pom</packaging> 5 <packaging>pom</packaging>
@@ -29,12 +28,12 @@ @@ -29,12 +28,12 @@
29 <parent> 28 <parent>
30 <groupId>org.demoiselle.jee</groupId> 29 <groupId>org.demoiselle.jee</groupId>
31 <artifactId>demoiselle-build</artifactId> 30 <artifactId>demoiselle-build</artifactId>
32 - <version>3.0.0-BETA1-SNAPSHOT</version> 31 + <version>3.0.0-BETA1</version>
33 </parent> 32 </parent>
34 33
35 <properties> 34 <properties>
36 <!-- General --> 35 <!-- General -->
37 - <demoiselle.version>3.0.0-BETA1-SNAPSHOT</demoiselle.version> 36 + <demoiselle.version>3.0.0-BETA1</demoiselle.version>
38 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 37 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
39 38
40 <!-- Dependencies versions --> 39 <!-- Dependencies versions -->
demoiselle-parent-rest/pom.xml
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 +<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/xsd/maven-4.0.0.xsd">
4 3
5 <artifactId>demoiselle-parent-rest</artifactId> 4 <artifactId>demoiselle-parent-rest</artifactId>
6 <packaging>pom</packaging> 5 <packaging>pom</packaging>
@@ -15,7 +14,7 @@ @@ -15,7 +14,7 @@
15 <parent> 14 <parent>
16 <groupId>org.demoiselle.jee</groupId> 15 <groupId>org.demoiselle.jee</groupId>
17 <artifactId>demoiselle-parent</artifactId> 16 <artifactId>demoiselle-parent</artifactId>
18 - <version>3.0.0-BETA1-SNAPSHOT</version> 17 + <version>3.0.0-BETA1</version>
19 <relativePath>../demoiselle-parent</relativePath> 18 <relativePath>../demoiselle-parent</relativePath>
20 </parent> 19 </parent>
21 20
demoiselle-parent/pom.xml
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 +<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/xsd/maven-4.0.0.xsd">
4 3
5 <artifactId>demoiselle-parent</artifactId> 4 <artifactId>demoiselle-parent</artifactId>
6 <packaging>pom</packaging> 5 <packaging>pom</packaging>
@@ -11,7 +10,7 @@ @@ -11,7 +10,7 @@
11 <parent> 10 <parent>
12 <groupId>org.demoiselle.jee</groupId> 11 <groupId>org.demoiselle.jee</groupId>
13 <artifactId>demoiselle-build</artifactId> 12 <artifactId>demoiselle-build</artifactId>
14 - <version>3.0.0-BETA1-SNAPSHOT</version> 13 + <version>3.0.0-BETA1</version>
15 </parent> 14 </parent>
16 15
17 <dependencyManagement> 16 <dependencyManagement>
@@ -19,7 +18,7 @@ @@ -19,7 +18,7 @@
19 <dependency> 18 <dependency>
20 <groupId>org.demoiselle.jee</groupId> 19 <groupId>org.demoiselle.jee</groupId>
21 <artifactId>demoiselle-parent-bom</artifactId> 20 <artifactId>demoiselle-parent-bom</artifactId>
22 - <version>3.0.0-BETA1-SNAPSHOT</version> 21 + <version>3.0.0-BETA1</version>
23 <scope>import</scope> 22 <scope>import</scope>
24 <type>pom</type> 23 <type>pom</type>
25 </dependency> 24 </dependency>
demoiselle-persistence-jpa/pom.xml
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 +<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/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
5 4
6 <artifactId>demoiselle-persistence-jpa</artifactId> 5 <artifactId>demoiselle-persistence-jpa</artifactId>
@@ -14,7 +13,7 @@ @@ -14,7 +13,7 @@
14 <parent> 13 <parent>
15 <groupId>org.demoiselle.jee</groupId> 14 <groupId>org.demoiselle.jee</groupId>
16 <artifactId>demoiselle-parent</artifactId> 15 <artifactId>demoiselle-parent</artifactId>
17 - <version>3.0.0-BETA1-SNAPSHOT</version> 16 + <version>3.0.0-BETA1</version>
18 <relativePath>../demoiselle-parent</relativePath> 17 <relativePath>../demoiselle-parent</relativePath>
19 </parent> 18 </parent>
20 19
demoiselle-rest/pom.xml
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 <parent> 12 <parent>
13 <groupId>org.demoiselle.jee</groupId> 13 <groupId>org.demoiselle.jee</groupId>
14 <artifactId>demoiselle-parent</artifactId> 14 <artifactId>demoiselle-parent</artifactId>
15 - <version>3.0.0-BETA1-SNAPSHOT</version> 15 + <version>3.0.0-BETA1</version>
16 <relativePath>../demoiselle-parent</relativePath> 16 <relativePath>../demoiselle-parent</relativePath>
17 </parent> 17 </parent>
18 18
demoiselle-security-jwt/pom.xml
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 <parent> 12 <parent>
13 <groupId>org.demoiselle.jee</groupId> 13 <groupId>org.demoiselle.jee</groupId>
14 <artifactId>demoiselle-parent</artifactId> 14 <artifactId>demoiselle-parent</artifactId>
15 - <version>3.0.0-BETA1-SNAPSHOT</version> 15 + <version>3.0.0-BETA1</version>
16 <relativePath>../demoiselle-parent</relativePath> 16 <relativePath>../demoiselle-parent</relativePath>
17 </parent> 17 </parent>
18 18
demoiselle-security-token/pom.xml
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 <parent> 12 <parent>
13 <groupId>org.demoiselle.jee</groupId> 13 <groupId>org.demoiselle.jee</groupId>
14 <artifactId>demoiselle-parent</artifactId> 14 <artifactId>demoiselle-parent</artifactId>
15 - <version>3.0.0-BETA1-SNAPSHOT</version> 15 + <version>3.0.0-BETA1</version>
16 <relativePath>../demoiselle-parent</relativePath> 16 <relativePath>../demoiselle-parent</relativePath>
17 </parent> 17 </parent>
18 18
demoiselle-security/pom.xml
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 +<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/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
5 <artifactId>demoiselle-security</artifactId> 4 <artifactId>demoiselle-security</artifactId>
6 <packaging>jar</packaging> 5 <packaging>jar</packaging>
@@ -13,7 +12,7 @@ @@ -13,7 +12,7 @@
13 <parent> 12 <parent>
14 <groupId>org.demoiselle.jee</groupId> 13 <groupId>org.demoiselle.jee</groupId>
15 <artifactId>demoiselle-parent</artifactId> 14 <artifactId>demoiselle-parent</artifactId>
16 - <version>3.0.0-BETA1-SNAPSHOT</version> 15 + <version>3.0.0-BETA1</version>
17 <relativePath>../demoiselle-parent</relativePath> 16 <relativePath>../demoiselle-parent</relativePath>
18 </parent> 17 </parent>
19 18
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 +<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/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
5 4
6 <groupId>org.demoiselle.jee</groupId> 5 <groupId>org.demoiselle.jee</groupId>
7 <artifactId>demoiselle-build</artifactId> 6 <artifactId>demoiselle-build</artifactId>
8 <packaging>pom</packaging> 7 <packaging>pom</packaging>
9 - <version>3.0.0-BETA1-SNAPSHOT</version> 8 + <version>3.0.0-BETA1</version>
10 9
11 <name>Demoiselle Framework</name> 10 <name>Demoiselle Framework</name>
12 <description>Framework de integração para Java EE 7 baseado na especificação CDI 1.2 (JSR 346).</description> 11 <description>Framework de integração para Java EE 7 baseado na especificação CDI 1.2 (JSR 346).</description>
@@ -196,7 +195,7 @@ @@ -196,7 +195,7 @@
196 <connection>scm:git:git@github.com:demoiselle/${project.alias}.git</connection> 195 <connection>scm:git:git@github.com:demoiselle/${project.alias}.git</connection>
197 <developerConnection>scm:git:git@github.com:demoiselle/${project.alias}.git</developerConnection> 196 <developerConnection>scm:git:git@github.com:demoiselle/${project.alias}.git</developerConnection>
198 <url>http://github.com/demoiselle/${project.alias}</url> 197 <url>http://github.com/demoiselle/${project.alias}</url>
199 - <tag>HEAD</tag> 198 + <tag>3.0.0-BETA1</tag>
200 </scm> 199 </scm>
201 200
202 <distributionManagement> 201 <distributionManagement>