pre release-0.0.1
This commit is contained in:
parent
364eb7d7ef
commit
703f308785
@ -10,28 +10,13 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Haiti BOM</name>
|
<name>Haiti BOM</name>
|
||||||
<description>Fast development to keep time on the beach</description>
|
<description>Current versions of the framework dependencies</description>
|
||||||
<url>https://github.com/haiti-projects/haiti-framework</url>
|
<url>https://github.com/haiti-projects/haiti-framework</url>
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>Apache License 2.0</name>
|
|
||||||
<url>https://github.com/haiti-projects/haiti-framework/blob/master/LICENSE</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
|
|
||||||
<scm>
|
<organization>
|
||||||
<connection>scm:git:https://github.com/haiti-projects/haiti-framework.git</connection>
|
<name>SADTECH</name>
|
||||||
<url>https://github.com/haiti-projects/haiti-framework</url>
|
<url>https://sadtech.org</url>
|
||||||
<developerConnection>scm:git:https://github.com/haiti-projects/haiti-framework.git</developerConnection>
|
</organization>
|
||||||
</scm>
|
|
||||||
|
|
||||||
<distributionManagement>
|
|
||||||
<snapshotRepository>
|
|
||||||
<id>ossrh</id>
|
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
</distributionManagement>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
@ -73,6 +58,12 @@
|
|||||||
<version>${sadtech.haiti.filter.api.version}</version>
|
<version>${sadtech.haiti.filter.api.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.sadtech.haiti</groupId>
|
||||||
|
<artifactId>haiti-filter-criteria</artifactId>
|
||||||
|
<version>0.0.1-RELEASE</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
@ -134,9 +125,13 @@
|
|||||||
<name>Struchkov Mark</name>
|
<name>Struchkov Mark</name>
|
||||||
<email>upagge@ya.ru</email>
|
<email>upagge@ya.ru</email>
|
||||||
<organization>SADTECH</organization>
|
<organization>SADTECH</organization>
|
||||||
<url>https://upagge.sadtech.org</url>
|
<organizationUrl>https://sadtech.org</organizationUrl>
|
||||||
|
<url>https://uPagge.sadtech.org</url>
|
||||||
|
<roles>
|
||||||
|
<role>Project lead</role>
|
||||||
|
</roles>
|
||||||
|
<timezone>+3</timezone>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -12,6 +12,15 @@
|
|||||||
<artifactId>haiti-context</artifactId>
|
<artifactId>haiti-context</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
|
|
||||||
|
<name>Haiti Context</name>
|
||||||
|
<description>Basic framework classes</description>
|
||||||
|
<url>https://github.com/haiti-projects/haiti-framework</url>
|
||||||
|
|
||||||
|
<organization>
|
||||||
|
<name>SADTECH</name>
|
||||||
|
<url>https://sadtech.org</url>
|
||||||
|
</organization>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
@ -19,4 +28,19 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<id>uPagge</id>
|
||||||
|
<name>Struchkov Mark</name>
|
||||||
|
<email>upagge@ya.ru</email>
|
||||||
|
<organization>SADTECH</organization>
|
||||||
|
<organizationUrl>https://sadtech.org</organizationUrl>
|
||||||
|
<url>https://uPagge.sadtech.org</url>
|
||||||
|
<roles>
|
||||||
|
<role>Project lead</role>
|
||||||
|
</roles>
|
||||||
|
<timezone>+3</timezone>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -12,6 +12,15 @@
|
|||||||
<artifactId>haiti-core</artifactId>
|
<artifactId>haiti-core</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
|
|
||||||
|
<name>Haiti Core</name>
|
||||||
|
<description>Implementation of the main classes of the framework</description>
|
||||||
|
<url>https://github.com/haiti-projects/haiti-framework</url>
|
||||||
|
|
||||||
|
<organization>
|
||||||
|
<name>SADTECH</name>
|
||||||
|
<url>https://sadtech.org</url>
|
||||||
|
</organization>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.sadtech.haiti</groupId>
|
<groupId>org.sadtech.haiti</groupId>
|
||||||
@ -29,4 +38,19 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<id>uPagge</id>
|
||||||
|
<name>Struchkov Mark</name>
|
||||||
|
<email>upagge@ya.ru</email>
|
||||||
|
<organization>SADTECH</organization>
|
||||||
|
<organizationUrl>https://sadtech.org</organizationUrl>
|
||||||
|
<url>https://uPagge.sadtech.org</url>
|
||||||
|
<roles>
|
||||||
|
<role>Project lead</role>
|
||||||
|
</roles>
|
||||||
|
<timezone>+3</timezone>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -12,6 +12,15 @@
|
|||||||
<artifactId>haiti-filter</artifactId>
|
<artifactId>haiti-filter</artifactId>
|
||||||
<version>0.0.1-RELEASE</version>
|
<version>0.0.1-RELEASE</version>
|
||||||
|
|
||||||
|
<name>Haiti Filter</name>
|
||||||
|
<description>Fast and convenient filtering requests to data warehouses.</description>
|
||||||
|
<url>https://github.com/haiti-projects/haiti-framework</url>
|
||||||
|
|
||||||
|
<organization>
|
||||||
|
<name>SADTECH</name>
|
||||||
|
<url>https://sadtech.org</url>
|
||||||
|
</organization>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
@ -30,7 +39,12 @@
|
|||||||
<name>Struchkov Mark</name>
|
<name>Struchkov Mark</name>
|
||||||
<email>upagge@ya.ru</email>
|
<email>upagge@ya.ru</email>
|
||||||
<organization>SADTECH</organization>
|
<organization>SADTECH</organization>
|
||||||
<url>https://t.me/uPagge</url>
|
<organizationUrl>https://sadtech.org</organizationUrl>
|
||||||
|
<url>https://uPagge.sadtech.org</url>
|
||||||
|
<roles>
|
||||||
|
<role>Project lead</role>
|
||||||
|
</roles>
|
||||||
|
<timezone>+3</timezone>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
54
pom.xml
54
pom.xml
@ -16,6 +16,55 @@
|
|||||||
<module>haiti-bom</module>
|
<module>haiti-bom</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<name>Haiti Framework</name>
|
||||||
|
<description>Fast development to keep time on the beach</description>
|
||||||
|
<url>https://github.com/haiti-projects/haiti-framework</url>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>Apache License, Version 2.0</name>
|
||||||
|
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||||
|
<comments>
|
||||||
|
Copyright 2010 the original author or authors.
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
</comments>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
|
||||||
|
<organization>
|
||||||
|
<name>SADTECH</name>
|
||||||
|
<url>https://sadtech.org</url>
|
||||||
|
</organization>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:https://github.com/haiti-projects/haiti-framework.git</connection>
|
||||||
|
<url>https://github.com/haiti-projects/haiti-framework</url>
|
||||||
|
<developerConnection>scm:git:https://github.com/haiti-projects/haiti-framework.git</developerConnection>
|
||||||
|
</scm>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>ossrh</id>
|
||||||
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<issueManagement>
|
||||||
|
<system>GitHub</system>
|
||||||
|
<url>https://github.com/haiti-projects/haiti-framework/issues</url>
|
||||||
|
</issueManagement>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>release</id>
|
<id>release</id>
|
||||||
@ -109,7 +158,12 @@
|
|||||||
<name>Struchkov Mark</name>
|
<name>Struchkov Mark</name>
|
||||||
<email>upagge@ya.ru</email>
|
<email>upagge@ya.ru</email>
|
||||||
<organization>SADTECH</organization>
|
<organization>SADTECH</organization>
|
||||||
|
<organizationUrl>https://sadtech.org</organizationUrl>
|
||||||
<url>https://uPagge.sadtech.org</url>
|
<url>https://uPagge.sadtech.org</url>
|
||||||
|
<roles>
|
||||||
|
<role>Project lead</role>
|
||||||
|
</roles>
|
||||||
|
<timezone>+3</timezone>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user