From 237071affaad3d101f4e8ba9a962313656c3eea5 Mon Sep 17 00:00:00 2001 From: Marc Gathier Date: Thu, 20 Sep 2018 10:34:33 +0200 Subject: [PATCH] updated .gitignore and added releases repository --- .gitignore | 8 ++++++++ pom.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0dbdfc --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +target +*.iml +*.iws +*.ipr +.idea/ +.settings/ +.classpath +.project diff --git a/pom.xml b/pom.xml index bfa9687..06c0196 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,24 @@ axon-server-api 4.0-SNAPSHOT + + 3.0.0 + + + 2018 + https://www.axoniq.io + + + Apache 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + + GitHub + https://github.com/AxonIQ/axon-server-api/issues + + + @@ -19,6 +37,43 @@ https://oss.sonatype.org/content/repositories/snapshots true + + sonatype + https://oss.sonatype.org/service/local/staging/deploy/maven2 + false + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + + sign + + + + + + + + + \ No newline at end of file