Commit 3de21474871408df51bd1f78e34043e0c7b5bfb0
1 parent
0e8dc474
Exists in
master
Ajustes no parent para corrigir o erro no deploy do site
Showing
4 changed files
with
7 additions
and
46 deletions
Show diff stats
documentation/quickstart/pom.xml
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <parent> |
46 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | 47 | <artifactId>demoiselle-documentation-parent</artifactId> |
48 | - <version>3</version> | |
48 | + <version>4-SNAPSHOT</version> | |
49 | 49 | <relativePath>../../../internal/parent/documentation</relativePath> |
50 | 50 | </parent> |
51 | 51 | |
... | ... | @@ -87,28 +87,9 @@ |
87 | 87 | <enabled>true</enabled> |
88 | 88 | </releases> |
89 | 89 | </repository> |
90 | - <repository> | |
91 | - <id>nexus.jboss.org</id> | |
92 | - <name>JBoss Maven Repository</name> | |
93 | - <url>http://repository.jboss.org/nexus/content/groups/public</url> | |
94 | - <snapshots> | |
95 | - <enabled>false</enabled> | |
96 | - </snapshots> | |
97 | - <releases> | |
98 | - <enabled>true</enabled> | |
99 | - </releases> | |
100 | - </repository> | |
101 | 90 | </repositories> |
102 | 91 | |
103 | - <distributionManagement> | |
104 | - <site> | |
105 | - <id>demoiselle.sourceforge.net</id> | |
106 | - <url>${site.url}</url> | |
107 | - </site> | |
108 | - </distributionManagement> | |
109 | - | |
110 | 92 | <properties> |
111 | 93 | <project.context>framework/quickstart</project.context> |
112 | - <site.url>file://${project.build.directory}/tmp</site.url> | |
113 | 94 | </properties> |
114 | 95 | </project> | ... | ... |
documentation/reference/pom.xml
... | ... | @@ -45,12 +45,14 @@ |
45 | 45 | <parent> |
46 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | 47 | <artifactId>demoiselle-documentation-parent</artifactId> |
48 | - <version>3</version> | |
48 | + <version>4-SNAPSHOT</version> | |
49 | 49 | <relativePath>../../../internal/parent/documentation</relativePath> |
50 | 50 | </parent> |
51 | 51 | |
52 | 52 | <name>Demoiselle Framework Reference Documentation</name> |
53 | - <description /> | |
53 | + <description> | |
54 | + Demoiselle Framework Reference Documentation | |
55 | + </description> | |
54 | 56 | |
55 | 57 | <build> |
56 | 58 | <plugins> |
... | ... | @@ -87,17 +89,6 @@ |
87 | 89 | <enabled>true</enabled> |
88 | 90 | </releases> |
89 | 91 | </repository> |
90 | - <repository> | |
91 | - <id>nexus.jboss.org</id> | |
92 | - <name>JBoss Maven Repository</name> | |
93 | - <url>http://repository.jboss.org/nexus/content/groups/public</url> | |
94 | - <snapshots> | |
95 | - <enabled>false</enabled> | |
96 | - </snapshots> | |
97 | - <releases> | |
98 | - <enabled>true</enabled> | |
99 | - </releases> | |
100 | - </repository> | |
101 | 92 | </repositories> |
102 | 93 | |
103 | 94 | <distributionManagement> | ... | ... |
parent/framework/pom.xml
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <parent> |
46 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | 47 | <artifactId>demoiselle-parent</artifactId> |
48 | - <version>6</version> | |
48 | + <version>7-SNAPSHOT</version> | |
49 | 49 | <relativePath>../../../internal/parent/demoiselle</relativePath> |
50 | 50 | </parent> |
51 | 51 | |
... | ... | @@ -92,15 +92,4 @@ |
92 | 92 | </releases> |
93 | 93 | </repository> |
94 | 94 | </repositories> |
95 | - | |
96 | - <distributionManagement> | |
97 | - <site> | |
98 | - <id>demoiselle.sourceforge.net</id> | |
99 | - <url>${site.url}</url> | |
100 | - </site> | |
101 | - </distributionManagement> | |
102 | - | |
103 | - <properties> | |
104 | - <site.url>file://${project.build.directory}/tmp</site.url> | |
105 | - </properties> | |
106 | 95 | </project> | ... | ... |
pom.xml
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <parent> |
46 | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | 47 | <artifactId>demoiselle-build-parent</artifactId> |
48 | - <version>2</version> | |
48 | + <version>3-SNAPSHOT</version> | |
49 | 49 | <relativePath>../internal/parent/build/demoiselle</relativePath> |
50 | 50 | </parent> |
51 | 51 | ... | ... |