44 lines
1.8 KiB
XML
44 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Copyright (c) 2012-2016 Codenvy, S.A.
|
|
All rights reserved. This program and the accompanying materials
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
which accompanies this distribution, and is available at
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
Contributors:
|
|
Codenvy, S.A. - initial API and implementation
|
|
|
|
-->
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>che-plugin-maven-parent</artifactId>
|
|
<groupId>org.eclipse.che.plugin</groupId>
|
|
<version>5.0.0-M2-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>che-maven-server</artifactId>
|
|
<packaging>pom</packaging>
|
|
<name>Che Plugin :: Maven :: Maven Server</name>
|
|
<modules>
|
|
<module>maven-server-api</module>
|
|
<module>maven-server-impl</module>
|
|
</modules>
|
|
<properties>
|
|
<aether.api.version>1.0.2.v20150114</aether.api.version>
|
|
<embedded.maven.verson>3.3.3</embedded.maven.verson>
|
|
<google.guava.version>18.0</google.guava.version>
|
|
<jdom.version>1.1.3</jdom.version>
|
|
<log4j.version>1.2.17</log4j.version>
|
|
<maven.dependency.tree.version>2.2</maven.dependency.tree.version>
|
|
<org.testng.version>6.8.8</org.testng.version>
|
|
<plexus.classworlds.version>2.5.2</plexus.classworlds.version>
|
|
<plexus.component.annotations.version>1.5.5</plexus.component.annotations.version>
|
|
<plexus.utils.version>3.0.20</plexus.utils.version>
|
|
<sisu.plexus.version>0.3.0</sisu.plexus.version>
|
|
|
|
<wagon.http.version>2.9</wagon.http.version>
|
|
</properties>
|
|
</project>
|