Commit 585057dea90ef18d800ac0fce65d3244294817df
1 parent
255aa4fa
[maven-release-plugin] prepare release 3.0.0-BETA1
Showing
11 changed files
with
22 additions
and
30 deletions
Show diff stats
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 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | <artifactId>demoiselle-configuration</artifactId> |
... | ... | @@ -13,7 +12,7 @@ |
13 | 12 | <parent> |
14 | 13 | <groupId>org.demoiselle.jee</groupId> |
15 | 14 | <artifactId>demoiselle-parent</artifactId> |
16 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
15 | + <version>3.0.0-BETA1</version> | |
17 | 16 | <relativePath>../demoiselle-parent</relativePath> |
18 | 17 | </parent> |
19 | 18 | ... | ... |
demoiselle-core/pom.xml
1 | 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 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | |
6 | 5 | <artifactId>demoiselle-core</artifactId> |
... | ... | @@ -14,7 +13,7 @@ |
14 | 13 | <parent> |
15 | 14 | <groupId>org.demoiselle.jee</groupId> |
16 | 15 | <artifactId>demoiselle-parent</artifactId> |
17 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
16 | + <version>3.0.0-BETA1</version> | |
18 | 17 | <relativePath>../demoiselle-parent</relativePath> |
19 | 18 | </parent> |
20 | 19 | ... | ... |
demoiselle-parent-bom/pom.xml
1 | 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 | 4 | <artifactId>demoiselle-parent-bom</artifactId> |
6 | 5 | <packaging>pom</packaging> |
... | ... | @@ -29,12 +28,12 @@ |
29 | 28 | <parent> |
30 | 29 | <groupId>org.demoiselle.jee</groupId> |
31 | 30 | <artifactId>demoiselle-build</artifactId> |
32 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
31 | + <version>3.0.0-BETA1</version> | |
33 | 32 | </parent> |
34 | 33 | |
35 | 34 | <properties> |
36 | 35 | <!-- General --> |
37 | - <demoiselle.version>3.0.0-BETA1-SNAPSHOT</demoiselle.version> | |
36 | + <demoiselle.version>3.0.0-BETA1</demoiselle.version> | |
38 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
39 | 38 | |
40 | 39 | <!-- Dependencies versions --> | ... | ... |
demoiselle-parent-rest/pom.xml
1 | 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 | 4 | <artifactId>demoiselle-parent-rest</artifactId> |
6 | 5 | <packaging>pom</packaging> |
... | ... | @@ -15,7 +14,7 @@ |
15 | 14 | <parent> |
16 | 15 | <groupId>org.demoiselle.jee</groupId> |
17 | 16 | <artifactId>demoiselle-parent</artifactId> |
18 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
17 | + <version>3.0.0-BETA1</version> | |
19 | 18 | <relativePath>../demoiselle-parent</relativePath> |
20 | 19 | </parent> |
21 | 20 | ... | ... |
demoiselle-parent/pom.xml
1 | 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 | 4 | <artifactId>demoiselle-parent</artifactId> |
6 | 5 | <packaging>pom</packaging> |
... | ... | @@ -11,7 +10,7 @@ |
11 | 10 | <parent> |
12 | 11 | <groupId>org.demoiselle.jee</groupId> |
13 | 12 | <artifactId>demoiselle-build</artifactId> |
14 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
13 | + <version>3.0.0-BETA1</version> | |
15 | 14 | </parent> |
16 | 15 | |
17 | 16 | <dependencyManagement> |
... | ... | @@ -19,7 +18,7 @@ |
19 | 18 | <dependency> |
20 | 19 | <groupId>org.demoiselle.jee</groupId> |
21 | 20 | <artifactId>demoiselle-parent-bom</artifactId> |
22 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
21 | + <version>3.0.0-BETA1</version> | |
23 | 22 | <scope>import</scope> |
24 | 23 | <type>pom</type> |
25 | 24 | </dependency> | ... | ... |
demoiselle-persistence-jpa/pom.xml
1 | 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 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | |
6 | 5 | <artifactId>demoiselle-persistence-jpa</artifactId> |
... | ... | @@ -14,7 +13,7 @@ |
14 | 13 | <parent> |
15 | 14 | <groupId>org.demoiselle.jee</groupId> |
16 | 15 | <artifactId>demoiselle-parent</artifactId> |
17 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
16 | + <version>3.0.0-BETA1</version> | |
18 | 17 | <relativePath>../demoiselle-parent</relativePath> |
19 | 18 | </parent> |
20 | 19 | ... | ... |
demoiselle-rest/pom.xml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | <parent> |
13 | 13 | <groupId>org.demoiselle.jee</groupId> |
14 | 14 | <artifactId>demoiselle-parent</artifactId> |
15 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
15 | + <version>3.0.0-BETA1</version> | |
16 | 16 | <relativePath>../demoiselle-parent</relativePath> |
17 | 17 | </parent> |
18 | 18 | ... | ... |
demoiselle-security-jwt/pom.xml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | <parent> |
13 | 13 | <groupId>org.demoiselle.jee</groupId> |
14 | 14 | <artifactId>demoiselle-parent</artifactId> |
15 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
15 | + <version>3.0.0-BETA1</version> | |
16 | 16 | <relativePath>../demoiselle-parent</relativePath> |
17 | 17 | </parent> |
18 | 18 | ... | ... |
demoiselle-security-token/pom.xml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | <parent> |
13 | 13 | <groupId>org.demoiselle.jee</groupId> |
14 | 14 | <artifactId>demoiselle-parent</artifactId> |
15 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
15 | + <version>3.0.0-BETA1</version> | |
16 | 16 | <relativePath>../demoiselle-parent</relativePath> |
17 | 17 | </parent> |
18 | 18 | ... | ... |
demoiselle-security/pom.xml
1 | 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 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | <artifactId>demoiselle-security</artifactId> |
6 | 5 | <packaging>jar</packaging> |
... | ... | @@ -13,7 +12,7 @@ |
13 | 12 | <parent> |
14 | 13 | <groupId>org.demoiselle.jee</groupId> |
15 | 14 | <artifactId>demoiselle-parent</artifactId> |
16 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
15 | + <version>3.0.0-BETA1</version> | |
17 | 16 | <relativePath>../demoiselle-parent</relativePath> |
18 | 17 | </parent> |
19 | 18 | ... | ... |
pom.xml
1 | 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 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | |
6 | 5 | <groupId>org.demoiselle.jee</groupId> |
7 | 6 | <artifactId>demoiselle-build</artifactId> |
8 | 7 | <packaging>pom</packaging> |
9 | - <version>3.0.0-BETA1-SNAPSHOT</version> | |
8 | + <version>3.0.0-BETA1</version> | |
10 | 9 | |
11 | 10 | <name>Demoiselle Framework</name> |
12 | 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 | 195 | <connection>scm:git:git@github.com:demoiselle/${project.alias}.git</connection> |
197 | 196 | <developerConnection>scm:git:git@github.com:demoiselle/${project.alias}.git</developerConnection> |
198 | 197 | <url>http://github.com/demoiselle/${project.alias}</url> |
199 | - <tag>HEAD</tag> | |
198 | + <tag>3.0.0-BETA1</tag> | |
200 | 199 | </scm> |
201 | 200 | |
202 | 201 | <distributionManagement> | ... | ... |