1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 00:45:28 +02:00
cdt/rse/examples/org.eclipse.rse.examples.tutorial/pom.xml
nickboldt 7ad3c8c3be bump up to 4.5.1 since we no longer support 32-bit (breaking change)
Change-Id: Ib963af5594a9f216f5e386207a1d4d4e4f8b3b78
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-09-25 13:47:30 -04:00

13 lines
593 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>4.5.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.rse.examples.tutorial</artifactId>
<packaging>eclipse-plugin</packaging>
</project>