|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>io.github.benas</groupId>
|
|
|
|
|
<artifactId>easyrules</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
<version>1.0.1-SNAPSHOT</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>easyrules-samples</artifactId>
|
|
|
|
@ -16,7 +16,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>easyrules-1.0.0</tag>
|
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
@ -37,7 +37,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.github.benas</groupId>
|
|
|
|
|
<artifactId>easyrules-core</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
<version>1.0.1-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|