From 77d2a704e6a382ad29c51992d33f9837cb55154d Mon Sep 17 00:00:00 2001 From: Nilesh Khaire <1253716+nileshkhaire@users.noreply.github.com> Date: Sun, 7 Feb 2021 17:19:26 +0100 Subject: [PATCH] added first release on maven central --- .gitignore | 1 + Source/baby-corn/babycorn-xml/pom.xml | 2 +- Source/baby-corn/pom.xml | 116 +++++++++++++++++++++++--- 3 files changed, 107 insertions(+), 12 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb5a316 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target diff --git a/Source/baby-corn/babycorn-xml/pom.xml b/Source/baby-corn/babycorn-xml/pom.xml index 6e151d8..f22e9a8 100644 --- a/Source/baby-corn/babycorn-xml/pom.xml +++ b/Source/baby-corn/babycorn-xml/pom.xml @@ -3,7 +3,7 @@ com.fervort.babycorn baby-corn - 0.0.2-SNAPSHOT + 1.0.0-SNAPSHOT babycorn-xml Baby corn XML library diff --git a/Source/baby-corn/pom.xml b/Source/baby-corn/pom.xml index c5f04a2..7334021 100644 --- a/Source/baby-corn/pom.xml +++ b/Source/baby-corn/pom.xml @@ -1,12 +1,106 @@ - - 4.0.0 - com.fervort.babycorn - baby-corn - 0.0.2-SNAPSHOT - pom - Baby corn parent project - Baby corn parent project - - babycorn-xml - + + 4.0.0 + com.fervort.babycorn + baby-corn + 1.0.0-SNAPSHOT + pom + + BabyCorn + Baby corn project is collection of projects like BabyCorn XML + https://github.com/nileshkhaire/BabyCorn + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Nilesh Khaire + ngkhaire@gmail.com + + https://github.com/nileshkhaire + + + + + scm:git:git://github.com/nileshkhaire/BabyCorn.git + scm:git:ssh://github.com:nileshkhaire/BabyCorn.git + https://github.com/nileshkhaire/BabyCorn + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + babycorn-xml + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + false + + + + \ No newline at end of file