This is an automated email from the ASF dual-hosted git repository. hasan pushed a commit to branch reunited in repository https://gitbox.apache.org/repos/asf/clerezza.git
commit fa9a8ba49002224ab1233dab311d7c66730b7d8e Author: Hasan <[email protected]> AuthorDate: Sun Feb 3 18:50:30 2019 +0100 CLEREZZA-1025: Update pom.xml in representation module --- representation/pom.xml | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/representation/pom.xml b/representation/pom.xml index 274fc53..7101b66 100644 --- a/representation/pom.xml +++ b/representation/pom.xml @@ -1,16 +1,39 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<!-- + + 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> + <parent> - <artifactId>clerezza</artifactId> <groupId>org.apache.clerezza</groupId> + <artifactId>clerezza</artifactId> <version>8-SNAPSHOT</version> - <relativePath>../parent/pom.xml</relativePath> + <relativePath/> </parent> - <modelVersion>4.0.0</modelVersion> <artifactId>representation</artifactId> + <packaging>bundle</packaging> + <version>8-SNAPSHOT</version> + <name>Clerezza - Representation</name> + <description>This bundle provides for functionality to parse and serialize RDF Graphs</description> <dependencies> <dependency>
