Updated Branches: refs/heads/master 0bbd04548 -> ea8c61d7b
[HELIX-294] Add Swaroop as committer to the website, rb=15343 Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/ea8c61d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/ea8c61d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/ea8c61d7 Branch: refs/heads/master Commit: ea8c61d7b57e0f72c735475aa528750b4edb3a91 Parents: 0bbd045 Author: Kanak Biscuitwala <[email protected]> Authored: Fri Nov 8 11:29:38 2013 -0800 Committer: Kanak Biscuitwala <[email protected]> Committed: Fri Nov 8 11:29:38 2013 -0800 ---------------------------------------------------------------------- pom.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/ea8c61d7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9abf7fc..ee013c0 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,15 @@ under the License. <timezone>-8</timezone> </developer> <developer> + <id>swaroop-aj</id> + <name>Swaroop Jagadish</name> + <email>[email protected]</email> + <roles> + <role>Committer</role> + </roles> + <timezone>-8</timezone> + </developer> + <developer> <id>rahula</id> <name>Rahul Aggarwal</name> <email>[email protected]</email> @@ -244,7 +253,7 @@ under the License. </repository> </repositories> - + <pluginRepositories> <pluginRepository> <id>apache.snapshots</id> @@ -308,10 +317,10 @@ under the License. <osgi.ignore/> <osgi.activator/> <osgi.export.service/> - + <!--Skips test in default 'mvn clean install' build command--> <!-- <maven.test.skip.exec>true</maven.test.skip.exec> --> - + <!-- Configuration for unit/integration tests section 1 of 3 (properties) STARTS HERE. Property for running integration tests with profiles at the command line, where you do: @@ -523,7 +532,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.2</version> + <version>3.3</version> <dependencies> <dependency> <groupId>org.apache.maven.doxia</groupId>
