diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..c0e6023 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Igor RoztropiƄski + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2c40fa6..48c5ed0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,39 @@ com.binaryigor eventsql 0.0.1-SNAPSHOT + jar + + EventSQL + Events over SQL. + https://github.com/BinaryIgor/EventSQL + + + + MIT License + https://opensource.org/license/mit + + + + + + Igor RoztropiƄski + igor@binaryigor.com + Binary Igor + https://binaryigor.com + + + + + scm:git:git://github.com/BinaryIgor/EventSQL.git + scm:git:ssh://github.com:BinaryIgor/EventSQL.git + https://github.com/BinaryIgor/EventSQL/tree/master + - 21 - 21 - 21 + 21 + ${java.version} + ${java.version} + ${java.version} UTF-8 3.19.11 @@ -24,6 +52,12 @@ 9.1.0 3.5.3 0.8.13 + + + 0.7.0 + 2.2.1 + 2.9.1 + 1.5 @@ -135,5 +169,66 @@ + + release + + + + org.sonatype.central + central-publishing-maven-plugin + ${maven.central.publish.plugin.version} + true + + central + + + + org.apache.maven.plugins + maven-source-plugin + ${maven.source.plugin.version} + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven.javadoc.plugin.version} + + + https://docs.oracle.com/en/java/javase/${java.version}/docs/api + + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven.gpg.plugin.version} + + + sign-artifacts + verify + + sign + + + + + + + \ No newline at end of file