mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
This reverts commit 9e72457941e98eb2ee1adf64f2bc53160b01e34d, reversing changes made to df12605f0e3e549c07c96968eedfd382fd6f274e.
15 lines
626 B
XML
15 lines
626 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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>
|
|
<artifactId>jetty-osgi</artifactId>
|
|
<version>7.0.1-SNAPSHOT</version>
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
</parent>
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
<artifactId>org.eclipse.jetty.osgi.boot.warurl</artifactId>
|
|
<version>7.0.1.qualifier</version>
|
|
<packaging>eclipse-plugin</packaging>
|
|
</project>
|