<?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>
  <groupId>com.xilinx.rapidwright</groupId>
  <artifactId>qtjambi-linux64-gcc</artifactId>
  <version>4.5.2_01</version>
  <name>QtJambi</name>
  <description>Legacy QtJambi library for RapidWright, from: https://sourceforge.net/projects/qtjambi/files/4.5.2/</description>
  <scm>
    <url>git@github.com:qtjambi/qtjambi.git</url>
    <connection>scm:git@github.com:qtjambi/qtjambi.git</connection>
  </scm>
  <url>https://sourceforge.net/projects/qtjambi/files/4.5.2/</url>
  <licenses>
    <license>
      <name>LGPL3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Qt Jambi Developers</name>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>com.xilinx.rapidwright</groupId>
      <artifactId>qtjambi</artifactId>
      <version>4.5.2_01</version>
    </dependency>
  </dependencies>
</project>

