release-0.0.4
This commit is contained in:
parent
c6affb8ffa
commit
7da11c51cb
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
<groupId>dev.struchkov.haiti</groupId>
|
||||||
<artifactId>haiti-bom</artifactId>
|
<artifactId>haiti-bom</artifactId>
|
||||||
<version>0.0.3</version>
|
<version>0.0.4</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Haiti BOM</name>
|
<name>Haiti BOM</name>
|
||||||
@ -32,21 +32,24 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
|
|
||||||
<haiti.exception.ver>0.0.3</haiti.exception.ver>
|
<haiti.exception.ver>0.0.4</haiti.exception.ver>
|
||||||
<haiti.context.ver>0.0.3</haiti.context.ver>
|
<haiti.context.ver>0.0.4</haiti.context.ver>
|
||||||
<haiti.core.ver>0.0.3</haiti.core.ver>
|
<haiti.core.ver>0.0.4</haiti.core.ver>
|
||||||
<haiti.filter.api.ver>0.0.3</haiti.filter.api.ver>
|
<haiti.filter.api.ver>0.0.4</haiti.filter.api.ver>
|
||||||
<haiti.filter.criteria.ver>0.0.3</haiti.filter.criteria.ver>
|
<haiti.filter.criteria.ver>0.0.4</haiti.filter.criteria.ver>
|
||||||
<haiti.database.ver>0.0.3</haiti.database.ver>
|
<haiti.database.ver>0.0.4</haiti.database.ver>
|
||||||
<haiti.utils.ver>0.0.3</haiti.utils.ver>
|
<haiti.utils.ver>0.0.4</haiti.utils.ver>
|
||||||
|
<haiti.utils.network.ver>0.0.4</haiti.utils.network.ver>
|
||||||
|
|
||||||
<spring.data.elasticsearch.ver>4.3.1</spring.data.elasticsearch.ver>
|
<spring.data.elasticsearch.ver>4.3.1</spring.data.elasticsearch.ver>
|
||||||
<spring.data.jpa.ver>2.6.1</spring.data.jpa.ver>
|
<spring.data.jpa.ver>2.6.1</spring.data.jpa.ver>
|
||||||
<spring.data.commons.ver>2.6.1</spring.data.commons.ver>
|
<spring.data.commons.ver>2.6.1</spring.data.commons.ver>
|
||||||
|
|
||||||
|
<hibernate.core.ver>5.6.4.Final</hibernate.core.ver>
|
||||||
<javax.persisttence.api.ver>2.2</javax.persisttence.api.ver>
|
<javax.persisttence.api.ver>2.2</javax.persisttence.api.ver>
|
||||||
<elasticsearch.ver>7.16.3</elasticsearch.ver>
|
<elasticsearch.ver>7.16.3</elasticsearch.ver>
|
||||||
<slf4j.ver>1.7.33</slf4j.ver>
|
<slf4j.ver>1.7.33</slf4j.ver>
|
||||||
|
<google.auto.service.ver>1.0.1</google.auto.service.ver>
|
||||||
|
|
||||||
<plugin.nexus.staging.ver>1.6.8</plugin.nexus.staging.ver>
|
<plugin.nexus.staging.ver>1.6.8</plugin.nexus.staging.ver>
|
||||||
<plugin.maven.compiler.ver>3.9.0</plugin.maven.compiler.ver>
|
<plugin.maven.compiler.ver>3.9.0</plugin.maven.compiler.ver>
|
||||||
@ -62,11 +65,6 @@
|
|||||||
<artifactId>haiti-exception</artifactId>
|
<artifactId>haiti-exception</artifactId>
|
||||||
<version>${haiti.exception.ver}</version>
|
<version>${haiti.exception.ver}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
|
||||||
<artifactId>haiti-context</artifactId>
|
|
||||||
<version>${haiti.exception.ver}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
<groupId>dev.struchkov.haiti</groupId>
|
||||||
<artifactId>haiti-context</artifactId>
|
<artifactId>haiti-context</artifactId>
|
||||||
@ -92,6 +90,16 @@
|
|||||||
<artifactId>haiti-utils</artifactId>
|
<artifactId>haiti-utils</artifactId>
|
||||||
<version>${haiti.utils.ver}</version>
|
<version>${haiti.utils.ver}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>dev.struchkov.haiti.utils</groupId>
|
||||||
|
<artifactId>haiti-utils-network</artifactId>
|
||||||
|
<version>${haiti.utils.network.ver}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>dev.struchkov.haiti.data</groupId>
|
||||||
|
<artifactId>haiti-database</artifactId>
|
||||||
|
<version>${haiti.database.ver}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
@ -130,6 +138,21 @@
|
|||||||
<version>${slf4j.ver}</version>
|
<version>${slf4j.ver}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--database-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.hibernate</groupId>
|
||||||
|
<artifactId>hibernate-core</artifactId>
|
||||||
|
<version>${hibernate.core.ver}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!--utils-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.auto.service</groupId>
|
||||||
|
<artifactId>auto-service</artifactId>
|
||||||
|
<version>${google.auto.service.ver}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
<optional>true</optional>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
@ -159,31 +182,6 @@
|
|||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>release</id>
|
<id>release</id>
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>central</id>
|
|
||||||
<name>Central Repository</name>
|
|
||||||
<url>https://repo.maven.apache.org/maven2</url>
|
|
||||||
<layout>default</layout>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<releases>
|
|
||||||
<updatePolicy>never</updatePolicy>
|
|
||||||
</releases>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>central</id>
|
|
||||||
<name>Central Repository</name>
|
|
||||||
<url>https://repo.maven.apache.org/maven2</url>
|
|
||||||
<layout>default</layout>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
<groupId>dev.struchkov.haiti</groupId>
|
||||||
<artifactId>haiti</artifactId>
|
<artifactId>haiti</artifactId>
|
||||||
<version>0.0.3</version>
|
<version>0.0.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>haiti-context</artifactId>
|
<artifactId>haiti-context</artifactId>
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
module haiti.context {
|
module haiti.context {
|
||||||
exports dev.struchkov.haiti.context.service.simple;
|
exports dev.struchkov.haiti.context.service.simple;
|
||||||
exports dev.struchkov.haiti.context.repository.simple;
|
exports dev.struchkov.haiti.context.repository.simple;
|
||||||
|
exports dev.struchkov.haiti.context.page.impl;
|
||||||
exports dev.struchkov.haiti.context.repository;
|
exports dev.struchkov.haiti.context.repository;
|
||||||
exports dev.struchkov.haiti.context.domain;
|
exports dev.struchkov.haiti.context.domain;
|
||||||
exports dev.struchkov.haiti.context.service;
|
exports dev.struchkov.haiti.context.service;
|
||||||
exports dev.struchkov.haiti.context.page;
|
exports dev.struchkov.haiti.context.page;
|
||||||
|
exports dev.struchkov.haiti.context.enums;
|
||||||
|
|
||||||
requires transitive haiti.utils;
|
requires transitive haiti.utils;
|
||||||
}
|
}
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
<groupId>dev.struchkov.haiti</groupId>
|
||||||
<artifactId>haiti</artifactId>
|
<artifactId>haiti</artifactId>
|
||||||
<version>0.0.3</version>
|
<version>0.0.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>haiti-core</artifactId>
|
<artifactId>haiti-core</artifactId>
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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">
|
||||||
<parent>
|
|
||||||
<artifactId>haiti</artifactId>
|
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
|
||||||
<version>0.0.3</version>
|
|
||||||
</parent>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<parent>
|
||||||
|
<groupId>dev.struchkov.haiti</groupId>
|
||||||
|
<artifactId>haiti</artifactId>
|
||||||
|
<version>0.0.4</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<artifactId>haiti-exception</artifactId>
|
<artifactId>haiti-exception</artifactId>
|
||||||
<version>${haiti.exception.ver}</version>
|
<version>${haiti.exception.ver}</version>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
<groupId>dev.struchkov.haiti</groupId>
|
||||||
<artifactId>haiti</artifactId>
|
<artifactId>haiti</artifactId>
|
||||||
<version>0.0.3</version>
|
<version>0.0.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>haiti-filter</artifactId>
|
<artifactId>haiti-filter</artifactId>
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
<groupId>dev.struchkov.haiti</groupId>
|
||||||
<artifactId>haiti</artifactId>
|
<artifactId>haiti</artifactId>
|
||||||
<version>0.0.3</version>
|
<version>0.0.4</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
|
|
||||||
<name>Haiti Utils</name>
|
<name>Haiti Utils</name>
|
||||||
<description>Utility useful things</description>
|
<description>Utility useful things</description>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
module haiti.utils {
|
module haiti.utils {
|
||||||
requires haiti.exception;
|
|
||||||
|
|
||||||
exports dev.struchkov.haiti.utils;
|
exports dev.struchkov.haiti.utils;
|
||||||
|
|
||||||
|
requires haiti.exception;
|
||||||
}
|
}
|
22
pom.xml
22
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
<groupId>dev.struchkov.haiti</groupId>
|
||||||
<artifactId>haiti</artifactId>
|
<artifactId>haiti</artifactId>
|
||||||
<version>0.0.3</version>
|
<version>0.0.4</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Haiti Framework</name>
|
<name>Haiti Framework</name>
|
||||||
@ -39,14 +39,14 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
|
|
||||||
<haiti.bom.ver>0.0.3</haiti.bom.ver>
|
<haiti.bom.ver>0.0.4</haiti.bom.ver>
|
||||||
<haiti.exception.ver>0.0.3</haiti.exception.ver>
|
<haiti.exception.ver>0.0.4</haiti.exception.ver>
|
||||||
<haiti.context.ver>0.0.3</haiti.context.ver>
|
<haiti.context.ver>0.0.4</haiti.context.ver>
|
||||||
<haiti.core.ver>0.0.3</haiti.core.ver>
|
<haiti.core.ver>0.0.4</haiti.core.ver>
|
||||||
<haiti.filter.api.ver>0.0.3</haiti.filter.api.ver>
|
<haiti.filter.api.ver>0.0.4</haiti.filter.api.ver>
|
||||||
<haiti.filter.criteria.ver>0.0.3</haiti.filter.criteria.ver>
|
<haiti.filter.criteria.ver>0.0.4</haiti.filter.criteria.ver>
|
||||||
<haiti.database.ver>0.0.3</haiti.database.ver>
|
<haiti.database.ver>0.0.4</haiti.database.ver>
|
||||||
<haiti.utils.ver>0.0.3</haiti.utils.ver>
|
<haiti.utils.ver>0.0.4</haiti.utils.ver>
|
||||||
|
|
||||||
<plugin.maven.compiler.ver>3.9.0</plugin.maven.compiler.ver>
|
<plugin.maven.compiler.ver>3.9.0</plugin.maven.compiler.ver>
|
||||||
<plugin.nexus.staging.ver>1.6.8</plugin.nexus.staging.ver>
|
<plugin.nexus.staging.ver>1.6.8</plugin.nexus.staging.ver>
|
||||||
@ -60,7 +60,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.struchkov.haiti</groupId>
|
<groupId>dev.struchkov.haiti</groupId>
|
||||||
<artifactId>haiti-bom</artifactId>
|
<artifactId>haiti-bom</artifactId>
|
||||||
<version>0.0.3</version>
|
<version>0.0.4</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
@ -124,7 +124,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.9.0</version>
|
<version>${plugin.maven.compiler.ver}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${java.version}</source>
|
<source>${java.version}</source>
|
||||||
<target>${java.version}</target>
|
<target>${java.version}</target>
|
||||||
|
Loading…
Reference in New Issue
Block a user