Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
saifeddineghouma
GitHub Repository: saifeddineghouma/neoclipse
Path: blob/master/releng/pom.xml
115 views
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/maven-v4_0_0.xsd">
4
<modelVersion>4.0.0</modelVersion>
5
<parent>
6
<artifactId>neoclipse</artifactId>
7
<groupId>org.neo4j</groupId>
8
<version>2.1.4-SNAPSHOT</version>
9
<relativePath>..</relativePath>
10
</parent>
11
<groupId>org.neo4j.neoclipse.targets</groupId>
12
<artifactId>default</artifactId>
13
<packaging>eclipse-target-definition</packaging>
14
<name>Neoclipse Target Platform (Default)</name>
15
</project>
16
17