<?xml version="1.0" encoding="UTF-8"?>
<!--
                  This plugin is responsible for packaging artifacts
                  as OSGi bundles.  Please refer to
                  http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
                  for more information about how to use this plugin.
                -->

<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>
         <groupId>com.guicedee.services</groupId>
         <artifactId>services-parent</artifactId>
        <version>62</version>
    </parent>

    
    <artifactId>websocket-parent</artifactId>
    <packaging>pom</packaging>

    <name>javax.websocket-parent</name>

    <description>Jakarta WebSocket</description>
    <url>https://projects.eclipse.org/projects/ee4j.websocket</url>

    <inceptionYear>2012</inceptionYear>

    <scm>
        <connection>scm:git:https://github.com/eclipse-ee4j/websocket-api</connection>
        <developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/websocket-api</developerConnection>
        <url>https://github.com/eclipse-ee4j/websocket-api</url>
        <tag>1.1</tag>
    </scm>

    <properties>
        <api_package>javax.websocket</api_package>
        <spec_version>1.1</spec_version>
        <!--<spec_build>02</spec_build>-->
        <new_spec_version>1.1</new_spec_version>
        <spec_impl_version>1.1.2</spec_impl_version>
        <packages.export>javax.websocket.*</packages.export>
    </properties>

    <modules>
        <module>api</module>
        <!--<module>spec</module>-->
    </modules>

    <licenses>
        <license>
            <name>Eclipse Public License 2.0</name>
            <url>https://projects.eclipse.org/license/epl-2.0</url>
            <distribution>repo</distribution>
        </license>
        <license>
            <name>GNU General Public License, version 2 with the GNU Classpath Exception</name>
            <url>https://projects.eclipse.org/license/secondary-gpl-2.0-cp</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

</project>
