d3f49223dfc71f2ef3735a46871f3c71bd4ab434
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.model.csar.toscametafile / pom.xml
1 <!--
2 /*******************************************************************************
3  * Copyright (c) 2013 University of Stuttgart.
4  * All rights reserved. This program and the accompanying materials
5  * are made available under the terms of the Eclipse Public License v1.0
6  * and the Apache License 2.0 which both accompany this distribution,
7  * and are available at http://www.eclipse.org/legal/epl-v10.html
8  * and http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Contributors:
11  *    Oliver Kopp - initial API and implementation and/or initial documentation
12  *******************************************************************************/
13 -->
14 <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">
15         <modelVersion>4.0.0</modelVersion>
16         <groupId>org.eclipse.winery</groupId>
17         <artifactId>org.eclipse.winery.model.csar.toscametafile</artifactId>
18         <version>0.0.4-SNAPSHOT</version>
19         <packaging>jar</packaging>
20         <name>Model for TOSCA metafile</name>
21         <description>This project offers a data model and parsing facility for TOSCA meta files.</description>
22         <url>http://www.eclipse.org/winery</url>
23         <organization>
24                 <name>Eclipse.org - Winery Project</name>
25                 <url>http://www.eclipse.org/winery</url>
26         </organization>
27         <issueManagement>
28                 <system>bugzilla</system>
29                 <url>https://bugs.eclipse.org/bugs</url>
30         </issueManagement>
31         <inceptionYear>2012</inceptionYear>
32         <mailingLists>
33                 <mailingList>
34                         <name>Winery Developer List</name>
35                         <post>winery-dev@eclipse.org</post>
36                         <archive>http://dev.eclipse.org/mhonarc/lists/winery-dev</archive>
37                 </mailingList>
38         </mailingLists>
39         <licenses>
40                 <license>
41                         <name>Eclipse Public License v1.0</name>
42                         <url>http://www.eclipse.org/legal/epl-v10.html</url>
43                         <distribution>repo</distribution>
44                         <comments>Standard Eclipse Licence</comments>
45                 </license>
46                 <license>
47                         <name>Apache License, Version 2.0</name>
48                         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
49                         <distribution>repo</distribution>
50                 </license>
51         </licenses>
52         <properties>
53                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
54         </properties>
55         <build>
56                 <plugins>
57                         <plugin>
58                                 <groupId>org.apache.maven.plugins</groupId>
59                                 <artifactId>maven-jar-plugin</artifactId>
60                                 <version>2.3.1</version>
61                         </plugin>
62                 </plugins>
63         </build>
64         <repositories>
65                 <repository>
66                         <id>springsource</id>
67                         <url>http://repository.springsource.com/maven/bundles/release/</url>
68                 </repository>
69          </repositories>
70          <dependencies>
71                 <dependency>
72                         <groupId>ch.qos.logback</groupId>
73                         <artifactId>logback-classic</artifactId>
74                         <version>1.1.1</version>
75                 </dependency>
76                 <dependency>
77                         <groupId>com.springsource.util</groupId>
78                         <artifactId>com.springsource.util.parser.manifest</artifactId>
79                         <version>2.0.5.RELEASE</version>
80                 </dependency>
81         </dependencies>
82 </project>