<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>biz.aQute</groupId>
  <artifactId>osgi.enroute.jsonrpc.simple.provider</artifactId>
  <version>2.2.0</version>
  <description>A simple implementation of the JSON RPC 2.0 specification. This bundle tracks any JSONRPC services. It assumes all public methods on the implementation class are fair game and maps to them to a JSON RPC endpoint. These methods</description>
  <name>osgi.enroute.jsonrpc.simple.provider</name>
  <url>http://v2archive.enroute.osgi.org/</url>
  <organization>
    <name>OSGi Alliance</name>
    <url>http://www.osgi.org/</url>
  </organization>
  <licenses>
    <license>
      <name>http://opensource.org/licenses/apache2.0.php</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
      <comments>Apache License, Version 2.0</comments>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/osgi/v2archive.osgi.enroute</url>
    <connection>scm:git:https://github.com/osgi/v2archive.osgi.enroute.git</connection>
    <developerConnection>scm:git:git@github.com:osgi/v2archive.osgi.enroute.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>osgi</id>
      <email>info@osgi.org</email>
      <name>OSGi Alliance</name>
      <organization>OSGi Alliance</organization>
    </developer>
  </developers>
</project>
