You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/01/25 19:14:51 UTC

git commit: cosmetic details

Updated Branches:
  refs/heads/master 23d428e22 -> ef5d83255


cosmetic details


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

Branch: refs/heads/master
Commit: ef5d832553b0acfd0286b2cff617bcfb507b0dd6
Parents: 23d428e
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Jan 25 19:14:13 2013 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Jan 25 19:14:13 2013 +0100

----------------------------------------------------------------------
 pom.xml |   37 ++++++++++++++++---------------------
 1 files changed, 16 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/ef5d8325/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index de2d7c1..36b7396 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright (c) 2013 The Apache Software Foundation.
-  ~
-  ~  Licensed 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.
-  -->
+  Copyright (c) 2013 The Apache Software Foundation.
+  
+  Licensed 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">
@@ -26,15 +26,10 @@
 
     <name>Apache Marmotta</name>
     <url>http://marmotta.incubator.apache.org</url>
-    <description>
-        The goal of Apache Marmotta is to provide an open implementation of a 
-        Linked Data Platform that can be used, extended, and deployed easily 
-        by organizations who want to publish Linked Data or build custom 
-        applications on Linked Data.
-    </description>
+    <description>Apache Marmotta provides an open implementation of Linked Data Platform.</description>
 
     <prerequisites>
-        <maven>3.0.3</maven>
+        <maven>3.0.4</maven>
     </prerequisites>
 
     <properties>