You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
XML
39 lines
1.1 KiB
XML
<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/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>net.benas</groupId>
|
|
<artifactId>easyrules</artifactId>
|
|
<version>1.1.0</version>
|
|
|
|
<modules>
|
|
<module>easyrules-core</module>
|
|
<module>easyrules-samples</module>
|
|
</modules>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Easy Rules</name>
|
|
<description>Easy Rules is a simple yet powerful Java Rules Engine</description>
|
|
<url>https://github.com/benas/easy-rules</url>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
|
|
<developers>
|
|
<developer>
|
|
<id>benas</id>
|
|
<email>md.benhassine@gmail.com</email>
|
|
</developer>
|
|
</developers>
|
|
|
|
<licenses>
|
|
<license>
|
|
<name>MIT License</name>
|
|
<url>http://opensource.org/licenses/mit-license.php</url>
|
|
</license>
|
|
</licenses>
|
|
|
|
</project>
|