Updated information for Chris Laprun.
Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/ad613dee Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/ad613dee Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/ad613dee Branch: refs/heads/master Commit: ad613dee396139f8351b33c2ba3d20c617d1d606 Parents: 9fdbf48 Author: Chris Laprun <[email protected]> Authored: Mon Jul 4 12:49:30 2016 +0200 Committer: Chris Laprun <[email protected]> Committed: Mon Jul 4 14:13:39 2016 +0200 ---------------------------------------------------------------------- pom.xml | 56 ++++++++++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/ad613dee/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f5ce3ba..9fd596d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,8 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -23,13 +24,14 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>15</version> - <relativePath /> + <relativePath/> </parent> <groupId>org.apache.unomi</groupId> <artifactId>unomi-root</artifactId> <name>Apache Unomi :: Root Project</name> - <description>Unomi is a reference implementation of the OASIS Context Server specification currently being worked on by the OASIS Context Server Technical Committee. It + <description>Unomi is a reference implementation of the OASIS Context Server specification currently being worked on + by the OASIS Context Server Technical Committee. It provides a high-performance user profile and event tracking server. </description> <url>http://unomi.incubator.apache.org</url> @@ -196,11 +198,16 @@ </roles> </developer> <developer> + <id>metacosm</id> <name>Chris Laprun</name> + <email>[email protected]</email> + <timezone>+1</timezone> <roles> <role>committer</role> <role>PPMC</role> </roles> + <organization>Jahia</organization> + <organizationUrl>http://www.jahia.com</organizationUrl> </developer> <developer> <name>David Griffon</name> @@ -220,11 +227,11 @@ </distributionManagement> <repositories> - <repository> - <id>smx.m2</id> - <name>Apache ServiceMix M2</name> - <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url> - </repository> + <repository> + <id>smx.m2</id> + <name>Apache ServiceMix M2</name> + <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url> + </repository> </repositories> @@ -276,32 +283,33 @@ <checkstyleRules> <module name="Checker"> <module name="TreeWalker"> - <module name="JavadocType" /> + <module name="JavadocType"/> <module name="JavadocMethod"> - <property name="scope" value="public" /> - <property name="allowMissingPropertyJavadoc" value="true" /> + <property name="scope" value="public"/> + <property name="allowMissingPropertyJavadoc" value="true"/> </module> - <module name="UnusedImports" /> + <module name="UnusedImports"/> <module name="ConstantName"> - <property name="applyToProtected" value="false" /> - <property name="applyToPackage" value="false" /> - <property name="applyToPrivate" value="false" /> + <property name="applyToProtected" value="false"/> + <property name="applyToPackage" value="false"/> + <property name="applyToPrivate" value="false"/> </module> <module name="EmptyBlock"> - <property name="option" value="text" /> + <property name="option" value="text"/> </module> - <module name="NeedBraces" /> - <module name="EqualsHashCode" /> + <module name="NeedBraces"/> + <module name="EqualsHashCode"/> <module name="MagicNumber"> - <property name="ignoreNumbers" value=" -1, 0, 1, 2, 3, 17, 24, 31, 37, 60, 255, 256, 1000" /> + <property name="ignoreNumbers" + value=" -1, 0, 1, 2, 3, 17, 24, 31, 37, 60, 255, 256, 1000"/> </module> - <module name="SimplifyBooleanReturn" /> + <module name="SimplifyBooleanReturn"/> <module name="IllegalCatch"> - <property name="illegalClassNames" value=" java.lang.Throwable" /> + <property name="illegalClassNames" value=" java.lang.Throwable"/> </module> - <module name="MultipleVariableDeclarations" /> - <module name="OneStatementPerLine" /> - <module name="RedundantModifier" /> + <module name="MultipleVariableDeclarations"/> + <module name="OneStatementPerLine"/> + <module name="RedundantModifier"/> </module> </module> </checkstyleRules>
