|
|
@ -1,11 +1,10 @@
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
<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">
|
|
|
|
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>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.jeasy</groupId>
|
|
|
|
<groupId>org.jeasy</groupId>
|
|
|
|
<artifactId>easy-rules</artifactId>
|
|
|
|
<artifactId>easy-rules</artifactId>
|
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>easy-rules-tutorials</artifactId>
|
|
|
|
<artifactId>easy-rules-tutorials</artifactId>
|
|
|
@ -25,7 +24,7 @@
|
|
|
|
<url>git@github.com:j-easy/easy-rules.git</url>
|
|
|
|
<url>git@github.com:j-easy/easy-rules.git</url>
|
|
|
|
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
|
|
|
|
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
|
|
|
|
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
<tag>easy-rules-3.0.0</tag>
|
|
|
|
</scm>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<issueManagement>
|
|
|
|