Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | |
| 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | |
| 7 | <parent> |
| 8 | <relativePath>../../build/org.eclipse.app4mc.build/pom.xml</relativePath> |
| 9 | <groupId>org.eclipse.app4mc.build</groupId> |
| 10 | <artifactId>parent</artifactId> |
Harald Mackamul | c8079dc | 2019-07-01 10:54:17 +0200 | [diff] [blame] | 11 | <version>0.9.5-SNAPSHOT</version> |
Harald Mackamul | d292a7f | 2016-07-07 16:23:12 +0200 | [diff] [blame] | 12 | </parent> |
| 13 | |
| 14 | <artifactId>org.eclipse.app4mc.amalthea.workflow.scripting.sdk</artifactId> |
| 15 | <packaging>eclipse-feature</packaging> |
| 16 | |
| 17 | </project> |