pre release-0.0.1

This commit is contained in:
uPagge 2020-11-15 13:44:50 +03:00
parent 364eb7d7ef
commit 703f308785
No known key found for this signature in database
GPG Key ID: A76EB343414E022E
5 changed files with 134 additions and 23 deletions

View File

@ -10,28 +10,13 @@
<packaging>pom</packaging>
<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>
<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>
<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>
<organization>
<name>SADTECH</name>
<url>https://sadtech.org</url>
</organization>
<properties>
<java.version>1.8</java.version>
@ -73,6 +58,12 @@
<version>${sadtech.haiti.filter.api.version}</version>
</dependency>
<dependency>
<groupId>org.sadtech.haiti</groupId>
<artifactId>haiti-filter-criteria</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
@ -134,9 +125,13 @@
<name>Struchkov Mark</name>
<email>upagge@ya.ru</email>
<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>
</developers>
</project>

View File

@ -12,6 +12,15 @@
<artifactId>haiti-context</artifactId>
<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>
<dependency>
<groupId>org.projectlombok</groupId>
@ -19,4 +28,19 @@
</dependency>
</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>

View File

@ -12,6 +12,15 @@
<artifactId>haiti-core</artifactId>
<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>
<dependency>
<groupId>org.sadtech.haiti</groupId>
@ -29,4 +38,19 @@
</dependency>
</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>

View File

@ -12,6 +12,15 @@
<artifactId>haiti-filter</artifactId>
<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>
<dependency>
<groupId>org.projectlombok</groupId>
@ -30,7 +39,12 @@
<name>Struchkov Mark</name>
<email>upagge@ya.ru</email>
<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>
</developers>

54
pom.xml
View File

@ -16,6 +16,55 @@
<module>haiti-bom</module>
</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>
<profile>
<id>release</id>
@ -109,7 +158,12 @@
<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>