| <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"> |
| <parent> |
| <groupId>org.eclipse.jetty.toolchain</groupId> |
| <artifactId>jetty-toolchain</artifactId> |
| <version>1.4</version> |
| <relativePath>../jetty-toolchain/pom.xml</relativePath> |
| </parent> |
| <modelVersion>4.0.0</modelVersion> |
| <artifactId>jetty-assembly-descriptors</artifactId> |
| <name>Jetty Toolchain :: Assembly Descriptors</name> |
| <version>1.1-SNAPSHOT</version> |
| <scm> |
| <connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</connection> |
| <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</developerConnection> |
| <url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/tree/jetty-assembly-descriptors</url> |
| </scm> |
| </project> |