Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: ec556a818104313f25ad9453d3f8628e47b95ec8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                                                                                        
                                                
                                             
                                         


                                 

                                                               
                                                 
                                                                              


                 
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.eclipse.vex</artifactId>
	<packaging>eclipse-plugin</packaging>
	<version>1.1.0-SNAPSHOT</version>
	<name>Vex Branding</name>

	<parent>
		<artifactId>org.eclipse.vex-releng</artifactId>
		<groupId>org.eclipse.vex</groupId>
		<version>1.1.0-SNAPSHOT</version>
		<relativePath>../org.eclipse.vex.releng/pom.xml</relativePath>
	</parent>

</project>

Back to the top