Commit 2b230cd9cda037a2836cfff041f5dbbca96b45a2

Authored by Cleverson Sacramento
1 parent 340abc51
Exists in master

[maven-release-plugin] prepare release 2.5.0-BETA2

archetype/html-rest/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  
... ... @@ -46,7 +45,7 @@
46 45 <parent>
47 46 <groupId>br.gov.frameworkdemoiselle</groupId>
48 47 <artifactId>demoiselle-archetype-parent</artifactId>
49   - <version>2.5.0-BETA2-SNAPSHOT</version>
  48 + <version>2.5.0-BETA2</version>
50 49 <relativePath>../../parent/archetype</relativePath>
51 50 </parent>
52 51  
... ...
archetype/jsf-jpa/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  
... ... @@ -46,7 +45,7 @@
46 45 <parent>
47 46 <groupId>br.gov.frameworkdemoiselle</groupId>
48 47 <artifactId>demoiselle-archetype-parent</artifactId>
49   - <version>2.5.0-BETA2-SNAPSHOT</version>
  48 + <version>2.5.0-BETA2</version>
50 49 <relativePath>../../parent/archetype</relativePath>
51 50 </parent>
52 51  
... ...
archetype/minimal/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  
... ... @@ -46,7 +45,7 @@
46 45 <parent>
47 46 <groupId>br.gov.frameworkdemoiselle</groupId>
48 47 <artifactId>demoiselle-archetype-parent</artifactId>
49   - <version>2.5.0-BETA2-SNAPSHOT</version>
  48 + <version>2.5.0-BETA2</version>
50 49 <relativePath>../../parent/archetype</relativePath>
51 50 </parent>
52 51  
... ...
documentation/quickstart/pom.xml
... ... @@ -40,7 +40,7 @@
40 40  
41 41 <artifactId>demoiselle-framework-quickstart</artifactId>
42 42 <packaging>jdocbook</packaging>
43   - <version>2.5.0-BETA2-SNAPSHOT</version>
  43 + <version>2.5.0-BETA2</version>
44 44  
45 45 <parent>
46 46 <groupId>br.gov.frameworkdemoiselle</groupId>
... ... @@ -92,4 +92,8 @@
92 92 <properties>
93 93 <project.context>framework/quickstart</project.context>
94 94 </properties>
  95 +
  96 + <scm>
  97 + <tag>2.5.0-BETA2</tag>
  98 + </scm>
95 99 </project>
... ...
documentation/reference/pom.xml
... ... @@ -40,7 +40,7 @@
40 40  
41 41 <artifactId>demoiselle-framework-reference</artifactId>
42 42 <packaging>jdocbook</packaging>
43   - <version>2.5.0-BETA2-SNAPSHOT</version>
  43 + <version>2.5.0-BETA2</version>
44 44  
45 45 <parent>
46 46 <groupId>br.gov.frameworkdemoiselle</groupId>
... ... @@ -102,4 +102,8 @@
102 102 <project.context>framework/reference</project.context>
103 103 <site.url>file://${project.build.directory}/tmp</site.url>
104 104 </properties>
  105 +
  106 + <scm>
  107 + <tag>2.5.0-BETA2</tag>
  108 + </scm>
105 109 </project>
... ...
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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  75 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</version>
48 48 <relativePath>../../../parent/extension</relativePath>
49 49 </parent>
50 50  
... ...
parent/archetype/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-framework-parent</artifactId>
48   - <version>2.5.0-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</version>
49 48 <relativePath>../framework</relativePath>
50 49 </parent>
51 50  
... ...
parent/bom/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-framework-parent</artifactId>
48   - <version>2.5.0-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</version>
49 48 <relativePath>../framework</relativePath>
50 49 </parent>
51 50  
... ... @@ -73,47 +72,47 @@
73 72 <dependency>
74 73 <groupId>br.gov.frameworkdemoiselle</groupId>
75 74 <artifactId>demoiselle-core</artifactId>
76   - <version>2.5.0-BETA2-SNAPSHOT</version>
  75 + <version>2.5.0-BETA2</version>
77 76 </dependency>
78 77 <dependency>
79 78 <groupId>br.gov.frameworkdemoiselle</groupId>
80 79 <artifactId>demoiselle-jta</artifactId>
81   - <version>2.5.0-BETA2-SNAPSHOT</version>
  80 + <version>2.5.0-BETA2</version>
82 81 </dependency>
83 82 <dependency>
84 83 <groupId>br.gov.frameworkdemoiselle</groupId>
85 84 <artifactId>demoiselle-jdbc</artifactId>
86   - <version>2.5.0-BETA2-SNAPSHOT</version>
  85 + <version>2.5.0-BETA2</version>
87 86 </dependency>
88 87 <dependency>
89 88 <groupId>br.gov.frameworkdemoiselle</groupId>
90 89 <artifactId>demoiselle-jpa</artifactId>
91   - <version>2.5.0-BETA2-SNAPSHOT</version>
  90 + <version>2.5.0-BETA2</version>
92 91 </dependency>
93 92 <dependency>
94 93 <groupId>br.gov.frameworkdemoiselle</groupId>
95 94 <artifactId>demoiselle-servlet</artifactId>
96   - <version>2.5.0-BETA2-SNAPSHOT</version>
  95 + <version>2.5.0-BETA2</version>
97 96 </dependency>
98 97 <dependency>
99 98 <groupId>br.gov.frameworkdemoiselle</groupId>
100 99 <artifactId>demoiselle-rest</artifactId>
101   - <version>2.5.0-BETA2-SNAPSHOT</version>
  100 + <version>2.5.0-BETA2</version>
102 101 </dependency>
103 102 <dependency>
104 103 <groupId>br.gov.frameworkdemoiselle</groupId>
105 104 <artifactId>demoiselle-jsf</artifactId>
106   - <version>2.5.0-BETA2-SNAPSHOT</version>
  105 + <version>2.5.0-BETA2</version>
107 106 </dependency>
108 107 <dependency>
109 108 <groupId>br.gov.frameworkdemoiselle</groupId>
110 109 <artifactId>demoiselle-se</artifactId>
111   - <version>2.5.0-BETA2-SNAPSHOT</version>
  110 + <version>2.5.0-BETA2</version>
112 111 </dependency>
113 112 <dependency>
114 113 <groupId>br.gov.frameworkdemoiselle</groupId>
115 114 <artifactId>demoiselle-jmx</artifactId>
116   - <version>2.5.0-BETA2-SNAPSHOT</version>
  115 + <version>2.5.0-BETA2</version>
117 116 </dependency>
118 117  
119 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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  74 + <version>2.5.0-BETA2</version>
75 75 <scope>import</scope>
76 76 <type>pom</type>
77 77 </dependency>
... ...
parent/framework/pom.xml
... ... @@ -39,7 +39,7 @@
39 39 <modelVersion>4.0.0</modelVersion>
40 40  
41 41 <artifactId>demoiselle-framework-parent</artifactId>
42   - <version>2.5.0-BETA2-SNAPSHOT</version>
  42 + <version>2.5.0-BETA2</version>
43 43 <packaging>pom</packaging>
44 44  
45 45 <parent>
... ... @@ -122,4 +122,8 @@
122 122 <glassfish.embedded.version>3.2.1.1</glassfish.embedded.version>
123 123 </properties>
124 124 -->
  125 +
  126 + <scm>
  127 + <tag>2.5.0-BETA2</tag>
  128 + </scm>
125 129 </project>
... ...
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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  75 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</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-BETA2-SNAPSHOT</version>
  47 + <version>2.5.0-BETA2</version>
48 48 <relativePath>../extension</relativePath>
49 49 </parent>
50 50  
... ...
pom.xml
... ... @@ -39,7 +39,7 @@
39 39 <modelVersion>4.0.0</modelVersion>
40 40  
41 41 <artifactId>demoiselle-framework-build</artifactId>
42   - <version>2.5.0-BETA2-SNAPSHOT</version>
  42 + <version>2.5.0-BETA2</version>
43 43 <packaging>pom</packaging>
44 44  
45 45 <parent>
... ... @@ -104,7 +104,7 @@
104 104 <connection>scm:git:git@github.com:demoiselle/${project.alias}.git</connection>
105 105 <developerConnection>scm:git:git@github.com:demoiselle/${project.alias}.git</developerConnection>
106 106 <url>http://github.com/demoiselle/${project.alias}</url>
107   - <tag>HEAD</tag>
  107 + <tag>2.5.0-BETA2</tag>
108 108 </scm>
109 109  
110 110 <repositories>
... ...