From 664c252970aed2d452d0f9780fe45ac3568bff6b Mon Sep 17 00:00:00 2001
From: Johannes Eder <eder@fortiss.org>
Date: Thu, 17 Mar 2016 15:26:13 +0000
Subject: [PATCH] pom adapations for build

---
 .../trunk/pom.xml                             | 30 ++++++-------------
 1 file changed, 9 insertions(+), 21 deletions(-)

diff --git a/org.fortiss.tooling.spiderchart.ui/trunk/pom.xml b/org.fortiss.tooling.spiderchart.ui/trunk/pom.xml
index 454f854f1..254d3e408 100644
--- a/org.fortiss.tooling.spiderchart.ui/trunk/pom.xml
+++ b/org.fortiss.tooling.spiderchart.ui/trunk/pom.xml
@@ -1,33 +1,21 @@
-<!--
-    Copyright 2016 Amit Kumar Mondal
-   
-    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.
- -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  
+  $Id: pom.xml 16107 2016-03-07 11:50:15Z eder $
+  @version $Rev: 16107 $
+  @ConQAT.Rating YELLOW Hash: D25588AB48F0B32D9595F274994195BB
+-->
 <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>
 	<groupId>org.fortiss.tooling.spiderchart</groupId>
   <artifactId>org.fortiss.tooling.spiderchart.ui</artifactId>
-	<version>1.1.0-SNAPSHOT</version>
-	<name>Spider Chart in SWT</name>
-	<description>Easy to use Spider Chart in SWT</description>
 	<packaging>eclipse-plugin</packaging>
 	
 	<parent>
 		<groupId>org.fortiss.std.pom</groupId>
-		<artifactId>std-parent-pom-indigo</artifactId>
+		<artifactId>std-parent-pom</artifactId>
 		<version>1.0</version>
 		<relativePath>../../parent-pom.xml</relativePath>
   	</parent>
-
-</project>
\ No newline at end of file
+	<version>2.9.0-SNAPSHOT</version>
+</project>
-- 
GitLab