<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>net.plsar</groupId>
  <artifactId>plsar-java</artifactId>
  <version>2.0.1</version>
  <packaging>pom</packaging>
  <name>PLSA.R</name>
  <description>PLSA.R is an Open Source Server + Framework Environment 
for small to large scale requirements. There are no static 
references, no file reads, access to static fields per request. 
Everything is either cached and or instantiated on the fly. 
PLSA.R runs via one command so there are no .war files to deploy, 
no additional plugins to install it is a simple yet powerful 
alternative to container deployment environments. http://plsar.net</description>
  <url>https://www.plsar.net</url>
  <licenses>
    <license>
      <name>Moded license</name>
      <url>https://raw.githubusercontent.com/mcroteau/PLSA.R/main/license.md</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Mike Croteau</name>
      <email>croteau.mike@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://git.jetbrains.space/loves/plsar/PLSAR.git</connection>
    <url>https://git.jetbrains.space/loves/plsar/PLSAR</url>
  </scm>
  <issueManagement>
    <system>Spaces</system>
    <url>https://git.jetbrains.space/loves/plsar/</url>
  </issueManagement>
</project>
