SAMOA-37: Add incubating to version. Bump javadoc plugin version
Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/a61214ab Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/a61214ab Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/a61214ab Branch: refs/heads/master Commit: a61214abfa673d3c900dc48a578bc07ca21ae9eb Parents: df8e19d Author: Gianmarco De Francisci Morales <[email protected]> Authored: Fri Jun 26 15:11:13 2015 +0200 Committer: abifet <[email protected]> Committed: Wed Jul 1 18:09:09 2015 +0800 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/a61214ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2eeef21..8c13144 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.samoa</groupId> <artifactId>samoa</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0-incubating-SNAPSHOT</version> <organization> <name>The Apache Software Foundation</name> @@ -190,17 +190,17 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>2.10.1</version> <configuration> <aggregate>true</aggregate> <show>public</show> <nohelp>true</nohelp> - <header>SAMOA ${project.version}</header> + <header>Apache SAMOA ${project.version}</header> <footer>Scalable Advanced Massive Online Analysis, ${project.version}</footer> - <doctitle>SAMOA API ${project.version}</doctitle> + <doctitle>Apache SAMOA API ${project.version}</doctitle> <links> - <link>http://samoa-project.net/docs/api/</link> + <link>http://samoa.incubator.apache.org/docs/api/</link> </links> </configuration> </plugin>
