<?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>com.ibm.websphere.appmod.tools</groupId>
  <artifactId>binary-app-scanner</artifactId>
  <version>25.0.0.2.1</version>

  <name>IBM WebSphere Application Server Migration Toolkit for Application Binaries</name>
  <description>The IBM WebSphere Application Server Migration Toolkit for Application Binaries provides a command-line tool that quickly evaluates application code and configuration for rapid deployment on Liberty or newer versions of WebSphere Application Server traditional.</description>
  <url>https://www.ibm.com/docs/wamt?topic=migration-toolkit-application-binaries</url>

  <licenses>
    <license>
      <name>IBM International License Agreement for Non-Warranted Programs</name>
      <url>https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/license/wamt/</url>
      <distribution>repo</distribution>
      <comments>Additional notices https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/license/wamt/notices.html</comments>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>Chuka Obinabo</name>
      <email>cjobinab@us.ibm.com</email>
      <organization>IBM</organization>
      <organizationUrl>http://www.ibm.com</organizationUrl>
    </developer>
    <developer>
      <name>Ralph Sanders</name>
      <email>ralph.sanders@ibm.com</email>
      <organization>IBM</organization>
      <organizationUrl>http://www.ibm.com</organizationUrl>
    </developer>
  </developers>

  <scm>
    <connection>private</connection>
    <developerConnection>private</developerConnection>
    <url>private</url>
  </scm>
</project>

