You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by me...@apache.org on 2016/07/04 12:14:01 UTC

[1/2] incubator-unomi git commit: UNOMI-37: Added incubation disclaimer and logo.

Repository: incubator-unomi
Updated Branches:
  refs/heads/master 9fdbf4862 -> c0a3daa36


UNOMI-37: Added incubation disclaimer and logo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/c0a3daa3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/c0a3daa3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/c0a3daa3

Branch: refs/heads/master
Commit: c0a3daa36c2f7a75726014ab0b92509ff2e0d877
Parents: ad613de
Author: Chris Laprun <me...@gmail.com>
Authored: Mon Jul 4 12:50:22 2016 +0200
Committer: Chris Laprun <me...@gmail.com>
Committed: Mon Jul 4 14:13:39 2016 +0200

----------------------------------------------------------------------
 src/site/markdown/index.md                   |  10 ++++++++++
 src/site/resources/images/incubator-logo.png | Bin 0 -> 7241 bytes
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/c0a3daa3/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index b6bb281..3e0f961 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -132,3 +132,13 @@ interact with external systems or pretty much anything that can be implemented u
 
 - Look at possible integration with newsletter management systems such as MailChimp, for example to synchronize profile data with collected info.
 - Integrate with machine learning implementations such as Prediction.io or Apache Mahout
+
+
+### Disclaimer
+
+Apache Unomi is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required 
+of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized 
+in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability 
+of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+
+![Unomi is incubating](images/incubator-logo.png)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/c0a3daa3/src/site/resources/images/incubator-logo.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/incubator-logo.png b/src/site/resources/images/incubator-logo.png
new file mode 100644
index 0000000..9d25899
Binary files /dev/null and b/src/site/resources/images/incubator-logo.png differ


[2/2] incubator-unomi git commit: Updated information for Chris Laprun.

Posted by me...@apache.org.
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 <me...@gmail.com>
Authored: Mon Jul 4 12:49:30 2016 +0200
Committer: Chris Laprun <me...@gmail.com>
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>metacosm@apache.org</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>