Commit 4c1334aad1744f3375015244b2d0c3f182a3a159

Authored by Wilson Guimarães
1 parent 623beb6f
Exists in master

[maven-release-plugin] prepare for next development iteration

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.3.2</version>
  48 + <version>2.3.3-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.3.2</version>
  48 + <version>2.3.3-SNAPSHOT</version>
49 49 <relativePath>../../parent/archetype</relativePath>
50 50 </parent>
51 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.3.2</version>
  43 + <version>2.3.3-SNAPSHOT</version>
44 44  
45 45 <parent>
46 46 <groupId>br.gov.frameworkdemoiselle</groupId>
... ... @@ -92,8 +92,4 @@
92 92 <properties>
93 93 <project.context>framework/quickstart</project.context>
94 94 </properties>
95   -
96   - <scm>
97   - <tag>2.3.2</tag>
98   - </scm>
99 95 </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.3.2</version>
  43 + <version>2.3.3-SNAPSHOT</version>
44 44  
45 45 <parent>
46 46 <groupId>br.gov.frameworkdemoiselle</groupId>
... ... @@ -102,8 +102,4 @@
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.3.2</tag>
108   - </scm>
109 105 </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.3.2</version>
  47 + <version>2.3.3-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.3.2</version>
  75 + <version>2.3.3-SNAPSHOT</version>
76 76 <scope>import</scope>
77 77 <type>pom</type>
78 78 </dependency>
... ...
impl/extension/jpa/pom.xml
... ... @@ -45,7 +45,7 @@
45 45 <parent>
46 46 <groupId>br.gov.frameworkdemoiselle</groupId>
47 47 <artifactId>demoiselle-extension-parent</artifactId>
48   - <version>2.3.2</version>
  48 + <version>2.3.3-SNAPSHOT</version>
49 49 <relativePath>../../../parent/extension</relativePath>
50 50 </parent>
51 51  
... ...
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.3.2</version>
  47 + <version>2.3.3-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.3.2</version>
  47 + <version>2.3.3-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.3.2</version>
  47 + <version>2.3.3-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.3.2</version>
  47 + <version>2.3.3-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.3.2</version>
  47 + <version>2.3.3-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.3.2</version>
  47 + <version>2.3.3-SNAPSHOT</version>
48 48 <relativePath>../framework</relativePath>
49 49 </parent>
50 50  
... ... @@ -72,32 +72,32 @@
72 72 <dependency>
73 73 <groupId>br.gov.frameworkdemoiselle</groupId>
74 74 <artifactId>demoiselle-core</artifactId>
75   - <version>2.3.2</version>
  75 + <version>2.3.3-SNAPSHOT</version>
76 76 </dependency>
77 77 <dependency>
78 78 <groupId>br.gov.frameworkdemoiselle</groupId>
79 79 <artifactId>demoiselle-jta</artifactId>
80   - <version>2.3.2</version>
  80 + <version>2.3.3-SNAPSHOT</version>
81 81 </dependency>
82 82 <dependency>
83 83 <groupId>br.gov.frameworkdemoiselle</groupId>
84 84 <artifactId>demoiselle-jpa</artifactId>
85   - <version>2.3.2</version>
  85 + <version>2.3.3-SNAPSHOT</version>
86 86 </dependency>
87 87 <dependency>
88 88 <groupId>br.gov.frameworkdemoiselle</groupId>
89 89 <artifactId>demoiselle-servlet</artifactId>
90   - <version>2.3.2</version>
  90 + <version>2.3.3-SNAPSHOT</version>
91 91 </dependency>
92 92 <dependency>
93 93 <groupId>br.gov.frameworkdemoiselle</groupId>
94 94 <artifactId>demoiselle-jsf</artifactId>
95   - <version>2.3.2</version>
  95 + <version>2.3.3-SNAPSHOT</version>
96 96 </dependency>
97 97 <dependency>
98 98 <groupId>br.gov.frameworkdemoiselle</groupId>
99 99 <artifactId>demoiselle-se</artifactId>
100   - <version>2.3.2</version>
  100 + <version>2.3.3-SNAPSHOT</version>
101 101 </dependency>
102 102  
103 103 <!-- 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.3.2</version>
  47 + <version>2.3.3-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.3.2</version>
  74 + <version>2.3.3-SNAPSHOT</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.3.2</version>
  42 + <version>2.3.3-SNAPSHOT</version>
43 43 <packaging>pom</packaging>
44 44  
45 45 <parent>
... ... @@ -92,8 +92,4 @@
92 92 </releases>
93 93 </repository>
94 94 </repositories>
95   -
96   - <scm>
97   - <tag>2.3.2</tag>
98   - </scm>
99 95 </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.3.2</version>
  47 + <version>2.3.3-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.3.2</version>
  47 + <version>2.3.3-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.3.2</version>
  75 + <version>2.3.3-SNAPSHOT</version>
76 76 <scope>import</scope>
77 77 <type>pom</type>
78 78 </dependency>
... ...
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.3.2</version>
  47 + <version>2.3.3-SNAPSHOT</version>
48 48 <relativePath>../../../parent/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.3.2</version>
  47 + <version>2.3.3-SNAPSHOT</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.3.2</version>
  42 + <version>2.3.3-SNAPSHOT</version>
43 43 <packaging>pom</packaging>
44 44  
45 45 <parent>
... ... @@ -96,7 +96,7 @@
96 96 <connection>scm:git:git@github.com:demoiselle/${project.alias}.git</connection>
97 97 <developerConnection>scm:git:git@github.com:demoiselle/${project.alias}.git</developerConnection>
98 98 <url>http://github.com/demoiselle/${project.alias}</url>
99   - <tag>2.3.2</tag>
  99 + <tag>HEAD</tag>
100 100 </scm>
101 101  
102 102 <repositories>
... ...