<?xml version="1.0"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <relativePath>../tl-parent-core/internal</relativePath>
    <groupId>com.top-logic</groupId>
    <artifactId>tl-parent-core-internal</artifactId>
    <version>7.5.0-M1</version>
  </parent>
  <artifactId>ext-org-jamwiki</artifactId>
  
  <packaging>pom</packaging>
  
  <description>JAMWiki version 0.8.1 - a Java-based wiki engine that used the well-known Mediawiki syntax.</description>
  <url>https://sourceforge.net/projects/jamwiki</url>
  
  <licenses>
  	<license>
  		<name>LGPL-2.1 (GNU Lesser General Public License v2.1 only)</name>
  		<url>https://github.com/Eljah/jamwiki/blob/master/wiki/tags/release-0.8.1/pom.xml</url>
  		<comments>https://github.com/Eljah/jamwiki/blob/master/wiki/tags/release-0.8.1/pom.xml</comments>
  	</license>
  </licenses>
  
  <modules>
  	<module>install</module>
  </modules>
  
  <dependencies>
	<dependency>
	  <groupId>com.top-logic</groupId>
	  <artifactId>install-org-jamwiki</artifactId>
	  <version>7.5.0-M1</version>
	  <type>pom</type>
	</dependency>
	
	<dependency>
		<groupId>org.jamwiki</groupId>
		<artifactId>jamwiki</artifactId>
		<version>0.8.1</version>
	</dependency>
  </dependencies>
</project>
