From 71621336a63798a2796fdd09e1d47d762378220d Mon Sep 17 00:00:00 2001 From: uPagge Date: Sun, 15 Nov 2020 18:00:09 +0300 Subject: [PATCH] release 0.0.1 --- pom.xml | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 130 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e003758..878cb91 100644 --- a/pom.xml +++ b/pom.xml @@ -9,9 +9,58 @@ 0.0.1-RELEASE - criteria-filter + haiti-filter-criteria 0.0.1-RELEASE + Haiti Filter Criteria + Fast creation of filtering requests using the Criteria Api wrapper. + https://github.com/haiti-projects/haiti-filter-criteria + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + + 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. + + + + + + SADTECH + https://sadtech.org + + + + scm:git:https://github.com/haiti-projects/haiti-filter-criteria.git + https://github.com/haiti-projects/haiti-filter-criteria + scm:git:https://github.com/haiti-projects/haiti-filter-criteria.git + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + GitHub + https://github.com/haiti-projects/haiti-framework/issues + + org.sadtech.haiti @@ -34,13 +83,93 @@ + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 8 + 8 + + + + + uPagge Struchkov Mark upagge@ya.ru SADTECH + https://sadtech.org https://uPagge.sadtech.org + + Project lead + + +3