Zakir Meer | f640d63 | 2018-07-02 14:45:33 +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.emfutils.extractor.build</relativePath> |
| 9 | <groupId>org.eclipse.app4mc.emfutils.content.extractor</groupId> |
| 10 | <artifactId>org.eclipse.app4mc.emfutils.extractor.build</artifactId> |
Zakir Meer | 3880a2f | 2019-02-27 14:14:12 +0100 | [diff] [blame^] | 11 | <version>0.8.3</version> |
Zakir Meer | f640d63 | 2018-07-02 14:45:33 +0200 | [diff] [blame] | 12 | </parent> |
| 13 | |
| 14 | <artifactId>net.sourceforge.plantuml</artifactId> |
| 15 | <packaging>eclipse-plugin</packaging> |
| 16 | <version>8000.0.0-SNAPSHOT</version> |
| 17 | |
| 18 | </project> |