Commit 0f29705578841f139b787c3b00ba323e09f537d0

Authored by Wilson Guimarães
1 parent 30964177
Exists in master

Retirada da versão snapshot do parent pom.

documentation/quickstart/pom.xml
@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
46 <parent> 46 <parent>
47 <groupId>br.gov.frameworkdemoiselle</groupId> 47 <groupId>br.gov.frameworkdemoiselle</groupId>
48 <artifactId>demoiselle-documentation-parent</artifactId> 48 <artifactId>demoiselle-documentation-parent</artifactId>
49 - <version>1-SNAPSHOT</version> 49 + <version>1</version>
50 <relativePath>../../../internal/parent/documentation/pom.xml</relativePath> 50 <relativePath>../../../internal/parent/documentation/pom.xml</relativePath>
51 </parent> 51 </parent>
52 52
@@ -64,6 +64,14 @@ @@ -64,6 +64,14 @@
64 </plugin> 64 </plugin>
65 </plugins> 65 </plugins>
66 </build> 66 </build>
  67 +
  68 + <repositories>
  69 + <repository>
  70 + <id>demoiselle.sourceforge.net</id>
  71 + <name>Demoiselle Maven Repository</name>
  72 + <url>http://demoiselle.sourceforge.net/repository/release</url>
  73 + </repository>
  74 + </repositories>
67 75
68 <properties> 76 <properties>
69 <project.context>framework/quickstart</project.context> 77 <project.context>framework/quickstart</project.context>
documentation/reference/pom.xml
@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
46 <parent> 46 <parent>
47 <groupId>br.gov.frameworkdemoiselle</groupId> 47 <groupId>br.gov.frameworkdemoiselle</groupId>
48 <artifactId>demoiselle-documentation-parent</artifactId> 48 <artifactId>demoiselle-documentation-parent</artifactId>
49 - <version>1-SNAPSHOT</version> 49 + <version>1</version>
50 <relativePath>../../../internal/parent/documentation/pom.xml</relativePath> 50 <relativePath>../../../internal/parent/documentation/pom.xml</relativePath>
51 </parent> 51 </parent>
52 52
@@ -65,6 +65,14 @@ @@ -65,6 +65,14 @@
65 </plugins> 65 </plugins>
66 </build> 66 </build>
67 67
  68 + <repositories>
  69 + <repository>
  70 + <id>demoiselle.sourceforge.net</id>
  71 + <name>Demoiselle Maven Repository</name>
  72 + <url>http://demoiselle.sourceforge.net/repository/release</url>
  73 + </repository>
  74 + </repositories>
  75 +
68 <properties> 76 <properties>
69 <project.context>framework/reference</project.context> 77 <project.context>framework/reference</project.context>
70 </properties> 78 </properties>
parent/framework/pom.xml
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 <parent> 10 <parent>
11 <groupId>br.gov.frameworkdemoiselle</groupId> 11 <groupId>br.gov.frameworkdemoiselle</groupId>
12 <artifactId>demoiselle-parent</artifactId> 12 <artifactId>demoiselle-parent</artifactId>
13 - <version>1-SNAPSHOT</version> 13 + <version>1</version>
14 <relativePath>../../../internal/parent/demoiselle/pom.xml</relativePath> 14 <relativePath>../../../internal/parent/demoiselle/pom.xml</relativePath>
15 </parent> 15 </parent>
16 16
@@ -19,4 +19,12 @@ @@ -19,4 +19,12 @@
19 Contém as informações de build comum a todos os projetos do Framework Demoiselle. 19 Contém as informações de build comum a todos os projetos do Framework Demoiselle.
20 Se você é usuário do framework, certamente este POM não servirá para você. 20 Se você é usuário do framework, certamente este POM não servirá para você.
21 </description> 21 </description>
  22 +
  23 + <repositories>
  24 + <repository>
  25 + <id>demoiselle.sourceforge.net</id>
  26 + <name>Demoiselle Maven Repository</name>
  27 + <url>http://demoiselle.sourceforge.net/repository/release</url>
  28 + </repository>
  29 + </repositories>
22 </project> 30 </project>
@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
46 <parent> 46 <parent>
47 <groupId>br.gov.frameworkdemoiselle</groupId> 47 <groupId>br.gov.frameworkdemoiselle</groupId>
48 <artifactId>demoiselle-build-parent</artifactId> 48 <artifactId>demoiselle-build-parent</artifactId>
49 - <version>1-SNAPSHOT</version> 49 + <version>1</version>
50 <relativePath>../internal/parent/build/demoiselle/pom.xml</relativePath> 50 <relativePath>../internal/parent/build/demoiselle/pom.xml</relativePath>
51 </parent> 51 </parent>
52 52