|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.project</artifactId>
|
|
<artifactId>assira.project</artifactId>
|
|
|
- <version>2.7.0</version>
|
|
|
|
|
|
|
+ <version>2.7.2-SNAPSHOT</version>
|
|
|
<packaging>pom</packaging>
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>${project.groupId}:${project.artifactId}</name>
|
|
<name>${project.groupId}:${project.artifactId}</name>
|
|
@@ -43,7 +43,6 @@
|
|
|
</distributionManagement>
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
|
- <assira.version>2.7.0</assira.version>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
@@ -85,9 +84,6 @@
|
|
|
</profile>
|
|
</profile>
|
|
|
<profile>
|
|
<profile>
|
|
|
<id>jdk8</id>
|
|
<id>jdk8</id>
|
|
|
- <activation>
|
|
|
|
|
- <jdk>1.8</jdk>
|
|
|
|
|
- </activation>
|
|
|
|
|
<modules>
|
|
<modules>
|
|
|
<module>assira.core8</module>
|
|
<module>assira.core8</module>
|
|
|
<module>assira.jdk8</module>
|
|
<module>assira.jdk8</module>
|
|
@@ -95,9 +91,6 @@
|
|
|
</profile>
|
|
</profile>
|
|
|
<profile>
|
|
<profile>
|
|
|
<id>jdk11</id>
|
|
<id>jdk11</id>
|
|
|
- <activation>
|
|
|
|
|
- <jdk>11</jdk>
|
|
|
|
|
- </activation>
|
|
|
|
|
<modules>
|
|
<modules>
|
|
|
<module>assira.core11</module>
|
|
<module>assira.core11</module>
|
|
|
<module>assira.jdk11</module>
|
|
<module>assira.jdk11</module>
|
|
@@ -195,7 +188,7 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.rules</artifactId>
|
|
<artifactId>assira.rules</artifactId>
|
|
|
- <version>${assira.version}</version>
|
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
</plugin>
|
|
</plugin>
|
|
@@ -225,7 +218,7 @@
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<systemPropertyVariables>
|
|
<systemPropertyVariables>
|
|
|
<assira.junit.debug>${assira.junit.debug}</assira.junit.debug>
|
|
<assira.junit.debug>${assira.junit.debug}</assira.junit.debug>
|
|
|
- <assira.version>${assira.version}</assira.version>
|
|
|
|
|
|
|
+ <assira.version>${project.version}</assira.version>
|
|
|
<assira.junit.log>${assira.junit.log}</assira.junit.log>
|
|
<assira.junit.log>${assira.junit.log}</assira.junit.log>
|
|
|
</systemPropertyVariables>
|
|
</systemPropertyVariables>
|
|
|
<testFailureIgnore>false</testFailureIgnore>
|
|
<testFailureIgnore>false</testFailureIgnore>
|
|
@@ -260,17 +253,17 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.core</artifactId>
|
|
<artifactId>assira.core</artifactId>
|
|
|
- <version>${assira.version}</version>
|
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.core8</artifactId>
|
|
<artifactId>assira.core8</artifactId>
|
|
|
- <version>${assira.version}</version>
|
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.core11</artifactId>
|
|
<artifactId>assira.core11</artifactId>
|
|
|
- <version>${assira.version}</version>
|
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
@@ -280,25 +273,25 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.jdk8</artifactId>
|
|
<artifactId>assira.jdk8</artifactId>
|
|
|
- <version>${assira.version}</version>
|
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
<scope>runtime</scope>
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.jdk11</artifactId>
|
|
<artifactId>assira.jdk11</artifactId>
|
|
|
- <version>${assira.version}</version>
|
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
<scope>runtime</scope>
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.junit</artifactId>
|
|
<artifactId>assira.junit</artifactId>
|
|
|
- <version>${assira.version}</version>
|
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.ranides</groupId>
|
|
<groupId>net.ranides</groupId>
|
|
|
<artifactId>assira.lambda</artifactId>
|
|
<artifactId>assira.lambda</artifactId>
|
|
|
- <version>${assira.version}</version>
|
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|