1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00
cdt/rse/examples/org.eclipse.rse.examples.tutorial/pom.xml
nickboldt 72f74ad2d7 bump pom versions to 3.8.0 to match highest version of any feature in RSE;
bump copyrights to 2018

Signed-off-by: nickboldt <nboldt@redhat.com>
2018-02-21 12:56:39 -05:00

14 lines
631 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>org.eclipse.tm.rse.examples</artifactId>
<groupId>org.eclipse.tm.rse</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.rse.examples.tutorial</artifactId>
<version>3.1.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>