cdt/dsf-gdb/pom.xml
Jonah Graham 0923a6a9f1 [releng] Prepare repo for 10.3.3 release
Change-Id: Ic9494a18d792c14d53f887ff37c66498596b1cda
2021-09-09 15:14:27 -04:00

25 lines
850 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, 2021 Contributors to the Eclipse Foundation
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
-->
<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>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>10.3.3-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.cdt.dsf-gdb-parent</artifactId>
<packaging>pom</packaging>
</project>