You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2011/09/08 22:02:14 UTC

svn commit: r1166879 - /labs/openelo/pom.xml

Author: simonetripodi
Date: Thu Sep  8 20:02:14 2011
New Revision: 1166879

URL: http://svn.apache.org/viewvc?rev=1166879&view=rev
Log:
first checkin of initial pom version

Added:
    labs/openelo/pom.xml   (with props)

Added: labs/openelo/pom.xml
URL: http://svn.apache.org/viewvc/labs/openelo/pom.xml?rev=1166879&view=auto
==============================================================================
--- labs/openelo/pom.xml (added)
+++ labs/openelo/pom.xml Thu Sep  8 20:02:14 2011
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.labs</groupId>
+  <artifactId>openelo</artifactId>
+  <version>0.1-SNAPSHOT</version>
+  <packaging>jar</packaging>
+
+  <name>Apache OpenELO</name>
+  <description>The Apache OpenELO library is a Java implementation of the Elo Rating System
+  http://en.wikipedia.org/wiki/Elo_rating_system.</description>
+  <url>http://svn.apache.org/repos/asf/labs/openelo</url>
+  <inceptionYear>2011</inceptionYear>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <id>simonetripodi</id>
+      <name>Simone Tripodi</name>
+      <organization>The Apache Software Foundation</organization>
+      <organizationUrl>http://www.apache.org/</organizationUrl>
+      <url>http://people.apache.org/~simonetripodi</url>
+      <email>simonetripodi at apache dot org</email>
+      <roles>
+        <role>Member</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+  </developers>
+
+  <mailingLists>
+    <mailingList>
+      <name>Apache Labs discussions</name>
+      <subscribe>labs-subscribe@labs.apache.org</subscribe>
+      <unsubscribe>labs-unsubscribe@labs.apache.org</unsubscribe>
+      <post>labs@labs.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/labs-labs/</archive>
+      <otherArchives>
+        <otherArchive>http://markmail.org/list/org.apache.labs.labs/</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Apache Labs commits</name>
+      <subscribe>commits-subscribe@labs.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@labs.apache.org</unsubscribe>
+      <post>commits@labs.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/labs-commits/</archive>
+      <otherArchives>
+        <otherArchive>http://markmail.org/list/org.apache.labs.commits/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/labs/openelo</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/labs/openelo</developerConnection>
+    <url>http://svn.apache.org/viewvc/labs/openelo</url>
+  </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/LABS</url>
+  </issueManagement>
+
+</project>

Propchange: labs/openelo/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/openelo/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: labs/openelo/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org