|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
<?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/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
@ -11,7 +10,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>org.easyrules</groupId>
|
|
|
|
|
<artifactId>easyrules</artifactId>
|
|
|
|
|
<version>1.3.0-SNAPSHOT</version>
|
|
|
|
|
<version>1.3.0</version>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>easyrules-core</module>
|
|
|
|
@ -44,7 +43,7 @@
|
|
|
|
|
<url>git@github.com:benas/easy-rules.git</url>
|
|
|
|
|
<connection>scm:git:git@github.com:benas/easy-rules.git</connection>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:benas/easy-rules.git</developerConnection>
|
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
|
<tag>easyrules-1.3.0</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
|