Commit aa4fbdae88fb7103e42b87ed0377a7d234fa2de9
1 parent
ed33535d
Exists in
master
Atualização da versão do parent das documentações
Showing
2 changed files
with
10 additions
and
82 deletions
Show diff stats
documentation/quickstart/pom.xml
@@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
45 | <parent> | 45 | <parent> |
46 | <groupId>br.gov.frameworkdemoiselle</groupId> | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | <artifactId>demoiselle-documentation-parent</artifactId> | 47 | <artifactId>demoiselle-documentation-parent</artifactId> |
48 | - <version>2</version> | 48 | + <version>3-SNAPSHOT</version> |
49 | <relativePath>../../../internal/parent/documentation</relativePath> | 49 | <relativePath>../../../internal/parent/documentation</relativePath> |
50 | </parent> | 50 | </parent> |
51 | 51 | ||
@@ -62,49 +62,13 @@ | @@ -62,49 +62,13 @@ | ||
62 | </configuration> | 62 | </configuration> |
63 | </plugin> | 63 | </plugin> |
64 | </plugins> | 64 | </plugins> |
65 | - <pluginManagement> | ||
66 | - <plugins> | ||
67 | - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> | ||
68 | - <plugin> | ||
69 | - <groupId>org.eclipse.m2e</groupId> | ||
70 | - <artifactId>lifecycle-mapping</artifactId> | ||
71 | - <version>1.0.0</version> | ||
72 | - <configuration> | ||
73 | - <lifecycleMappingMetadata> | ||
74 | - <pluginExecutions> | ||
75 | - <pluginExecution> | ||
76 | - <pluginExecutionFilter> | ||
77 | - <groupId> | ||
78 | - org.jboss.maven.plugins | ||
79 | - </groupId> | ||
80 | - <artifactId> | ||
81 | - maven-jdocbook-plugin | ||
82 | - </artifactId> | ||
83 | - <versionRange> | ||
84 | - [2.3.5,) | ||
85 | - </versionRange> | ||
86 | - <goals> | ||
87 | - <goal>generate</goal> | ||
88 | - <goal>resources</goal> | ||
89 | - </goals> | ||
90 | - </pluginExecutionFilter> | ||
91 | - <action> | ||
92 | - <ignore></ignore> | ||
93 | - </action> | ||
94 | - </pluginExecution> | ||
95 | - </pluginExecutions> | ||
96 | - </lifecycleMappingMetadata> | ||
97 | - </configuration> | ||
98 | - </plugin> | ||
99 | - </plugins> | ||
100 | - </pluginManagement> | ||
101 | </build> | 65 | </build> |
102 | - | 66 | + |
103 | <repositories> | 67 | <repositories> |
104 | <repository> | 68 | <repository> |
105 | - <id>demoiselle.sourceforge.net</id> | ||
106 | - <name>Demoiselle Maven Repository</name> | ||
107 | - <url>http://demoiselle.sourceforge.net/repository/release</url> | 69 | + <id>sonatype-nexus-snapshots</id> |
70 | + <name>Sonatype Nexus Snapshots</name> | ||
71 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
108 | </repository> | 72 | </repository> |
109 | </repositories> | 73 | </repositories> |
110 | 74 |
documentation/reference/pom.xml
@@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
45 | <parent> | 45 | <parent> |
46 | <groupId>br.gov.frameworkdemoiselle</groupId> | 46 | <groupId>br.gov.frameworkdemoiselle</groupId> |
47 | <artifactId>demoiselle-documentation-parent</artifactId> | 47 | <artifactId>demoiselle-documentation-parent</artifactId> |
48 | - <version>2</version> | 48 | + <version>3-SNAPSHOT</version> |
49 | <relativePath>../../../internal/parent/documentation</relativePath> | 49 | <relativePath>../../../internal/parent/documentation</relativePath> |
50 | </parent> | 50 | </parent> |
51 | 51 | ||
@@ -62,52 +62,16 @@ | @@ -62,52 +62,16 @@ | ||
62 | </configuration> | 62 | </configuration> |
63 | </plugin> | 63 | </plugin> |
64 | </plugins> | 64 | </plugins> |
65 | - <pluginManagement> | ||
66 | - <plugins> | ||
67 | - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> | ||
68 | - <plugin> | ||
69 | - <groupId>org.eclipse.m2e</groupId> | ||
70 | - <artifactId>lifecycle-mapping</artifactId> | ||
71 | - <version>1.0.0</version> | ||
72 | - <configuration> | ||
73 | - <lifecycleMappingMetadata> | ||
74 | - <pluginExecutions> | ||
75 | - <pluginExecution> | ||
76 | - <pluginExecutionFilter> | ||
77 | - <groupId> | ||
78 | - org.jboss.maven.plugins | ||
79 | - </groupId> | ||
80 | - <artifactId> | ||
81 | - maven-jdocbook-plugin | ||
82 | - </artifactId> | ||
83 | - <versionRange> | ||
84 | - [2.3.5,) | ||
85 | - </versionRange> | ||
86 | - <goals> | ||
87 | - <goal>generate</goal> | ||
88 | - <goal>resources</goal> | ||
89 | - </goals> | ||
90 | - </pluginExecutionFilter> | ||
91 | - <action> | ||
92 | - <ignore></ignore> | ||
93 | - </action> | ||
94 | - </pluginExecution> | ||
95 | - </pluginExecutions> | ||
96 | - </lifecycleMappingMetadata> | ||
97 | - </configuration> | ||
98 | - </plugin> | ||
99 | - </plugins> | ||
100 | - </pluginManagement> | ||
101 | </build> | 65 | </build> |
102 | 66 | ||
103 | <repositories> | 67 | <repositories> |
104 | <repository> | 68 | <repository> |
105 | - <id>demoiselle.sourceforge.net</id> | ||
106 | - <name>Demoiselle Maven Repository</name> | ||
107 | - <url>http://demoiselle.sourceforge.net/repository/release</url> | 69 | + <id>sonatype-nexus-snapshots</id> |
70 | + <name>Sonatype Nexus Snapshots</name> | ||
71 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
108 | </repository> | 72 | </repository> |
109 | </repositories> | 73 | </repositories> |
110 | - | 74 | + |
111 | <properties> | 75 | <properties> |
112 | <project.context>framework/reference</project.context> | 76 | <project.context>framework/reference</project.context> |
113 | </properties> | 77 | </properties> |