Skip to content
Snippets Groups Projects
Commit 664c2529 authored by Johannes Eder's avatar Johannes Eder
Browse files

pom adapations for build

parent ce7569a6
No related branches found
No related tags found
No related merge requests found
<!-- <?xml version="1.0" encoding="UTF-8"?>
Copyright 2016 Amit Kumar Mondal <!--
$Id: pom.xml 16107 2016-03-07 11:50:15Z eder $
Licensed under the Apache License, Version 2.0 (the "License"); @version $Rev: 16107 $
you may not use this file except in compliance with the License. @ConQAT.Rating YELLOW Hash: D25588AB48F0B32D9595F274994195BB
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" <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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.tooling.spiderchart</groupId> <groupId>org.fortiss.tooling.spiderchart</groupId>
<artifactId>org.fortiss.tooling.spiderchart.ui</artifactId> <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> <packaging>eclipse-plugin</packaging>
<parent> <parent>
<groupId>org.fortiss.std.pom</groupId> <groupId>org.fortiss.std.pom</groupId>
<artifactId>std-parent-pom-indigo</artifactId> <artifactId>std-parent-pom</artifactId>
<version>1.0</version> <version>1.0</version>
<relativePath>../../parent-pom.xml</relativePath> <relativePath>../../parent-pom.xml</relativePath>
</parent> </parent>
<version>2.9.0-SNAPSHOT</version>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment