<?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>org.apache.ws</groupId>
  <artifactId>juddi-war</artifactId>
  <version>0.9-rc4</version>
  <packaging>war</packaging>
  <name>Apache UDDI V2 Implementation</name>
  <url>http://ws.apache.org/juddi/</url>
  <description>jUDDI (pronounced "Judy") is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services.</description>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://cvs.apache.org/viewcvs/ws-juddi/</url>
    <connection>cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login password: anoncvs</connection>
  </scm>
  <dependencies>        
  </dependencies>
</project> 
