You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by co...@apache.org on 2011/03/25 15:18:56 UTC

svn commit: r1085391 - /incubator/stanbol/trunk/kres/reengineer/xerces/pom.xml

Author: concelvio
Date: Fri Mar 25 14:18:56 2011
New Revision: 1085391

URL: http://svn.apache.org/viewvc?rev=1085391&view=rev
Log:
STANBOL-39:
- changed parent version in pom.xml to ${stanbol-version}
- removed kres-version from pom.xml

Modified:
    incubator/stanbol/trunk/kres/reengineer/xerces/pom.xml

Modified: incubator/stanbol/trunk/kres/reengineer/xerces/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reengineer/xerces/pom.xml?rev=1085391&r1=1085390&r2=1085391&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/reengineer/xerces/pom.xml (original)
+++ incubator/stanbol/trunk/kres/reengineer/xerces/pom.xml Fri Mar 25 14:18:56 2011
@@ -1,3 +1,19 @@
+<?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">
 
@@ -6,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>stanbol-parent</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>${stanbol-version}</version>
 		<relativePath>../../../parent</relativePath>
 	</parent>
 	<artifactId>org.apache.stanbol.reengineer.xerces</artifactId>
@@ -14,11 +30,6 @@
 	<packaging>bundle</packaging>
 	<name>Apache Stanbol Reengineer Xerces dependency</name>
 
-	<properties>
-		<kres-version>0.7</kres-version>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-	</properties>
-
 	<dependencies>
 		<dependency>
 			<groupId>xerces</groupId>