You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/05/14 10:17:35 UTC

svn commit: r1338053 - /jena/trunk/pom.xml

Author: andy
Date: Mon May 14 08:17:35 2012
New Revision: 1338053

URL: http://svn.apache.org/viewvc?rev=1338053&view=rev
Log:
Master POM (minimal)

Added:
    jena/trunk/pom.xml

Added: jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1338053&view=auto
==============================================================================
--- jena/trunk/pom.xml (added)
+++ jena/trunk/pom.xml Mon May 14 08:17:35 2012
@@ -0,0 +1,59 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>jena</name>
+  <groupId>org.apache.jena</groupId>
+  <artifactId>jena</artifactId>
+  <packaging>pom</packaging>
+  <url>http://jena.apache.org/</url>
+  <version>1-SNAPSHOT</version>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/</developerConnection>
+    <url>https://svn.apache.org/repos/asf/jena/trunk/</url>
+  </scm>
+
+  <modules>
+    <module>jena-parent</module>
+    <module>jena-iri</module>
+    <module>jena-core</module>
+    <module>jena-arq</module>
+    <!--
+    <module>jena-tdb</module>
+    <module>jena-sdb</module>
+    <module>jena-fuseki</module>
+    <module>jena-larq</module>
+    -->
+  </modules>
+
+</project>