Commit cde219387393f7e68b7beda4526ffd1b6cced241
Merge branch '3.0.0-SNAPSHOT' of https://github.com/demoiselle/framework into 3.0.0-SNAPSHOT
Showing
4 changed files
with
27 additions
and
0 deletions
Show diff stats
core/pom.xml
... | ... | @@ -6,6 +6,15 @@ |
6 | 6 | <artifactId>demoiselle-core</artifactId> |
7 | 7 | <version>3.0.0-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging> |
9 | + | |
10 | + <name>Demoiselle Core</name> | |
11 | + <description> | |
12 | + Contém funcionalidades comuns a todos os módulos framework. | |
13 | + </description> | |
14 | + | |
15 | + <url>http://demoiselle.org</url> | |
16 | + | |
17 | + | |
9 | 18 | <properties> |
10 | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
11 | 20 | <maven.compiler.source>1.8</maven.compiler.source> | ... | ... |
persistence/pom.xml
... | ... | @@ -5,6 +5,12 @@ |
5 | 5 | <artifactId>demoiselle-persistence</artifactId> |
6 | 6 | <version>3.0.0-SNAPSHOT</version> |
7 | 7 | <packaging>jar</packaging> |
8 | + | |
9 | + <name>Demoiselle Persistence</name> | |
10 | + <description> | |
11 | + Demoiselle Persistence | |
12 | + </description> | |
13 | + | |
8 | 14 | <properties> |
9 | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
10 | 16 | <maven.compiler.source>1.8</maven.compiler.source> | ... | ... |
pom.xml
... | ... | @@ -8,6 +8,12 @@ |
8 | 8 | <artifactId>framework</artifactId> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 | <version>3.0.0-SNAPSHOT</version> |
11 | + | |
12 | + <name>Demoiselle Framework</name> | |
13 | + <description> | |
14 | + A liberação de versões do framework deve ser feita a partir deste build, que fará automaticamente o build | |
15 | + de todos os artefatos com versionamento sincronizado. Jamais gere uma versão do framework sem utilizar este build. | |
16 | + </description> | |
11 | 17 | |
12 | 18 | <properties> |
13 | 19 | <jersey.version>2.22.1</jersey.version> | ... | ... |
ws/pom.xml
... | ... | @@ -5,6 +5,12 @@ |
5 | 5 | <artifactId>demoiselle-ws</artifactId> |
6 | 6 | <version>3.0.0-SNAPSHOT</version> |
7 | 7 | <packaging>jar</packaging> |
8 | + | |
9 | + <name>Demoiselle Web Service</name> | |
10 | + <description> | |
11 | + Demoiselle Web Service | |
12 | + </description> | |
13 | + | |
8 | 14 | <properties> |
9 | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
10 | 16 | <maven.compiler.source>1.8</maven.compiler.source> | ... | ... |