diff --git a/pom.xml b/pom.xml
index b16270f4..5c6dd20c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,11 @@
com.github.alexfalappa
nb-springboot-plugin
- 2.1-SNAPSHOT
+ 3.0-SNAPSHOT
nbm
NB SpringBoot
- Spring Boot framework support for NetBeans
+ NetBeans IDE plugin for developing with Spring Boot and the Spring framework
RELEASE82
@@ -396,6 +396,35 @@
1.8
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.1.0
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.1.1
+
+ UTF-8
+
+
+
+ attach-javadoc
+
+ jar
+
+
+
+
org.apache.maven.plugins
maven-jar-plugin
@@ -439,6 +468,40 @@
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 2.8.2
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.5.3
+
+ true
+ false
+ forked-path
+ -Dgpg.passphrase=${gpg.passphrase}
+
+
+
+ org.apache.maven.scm
+ maven-scm-provider-gitexe
+ 1.9.5
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
@@ -456,6 +519,22 @@
+
+
+ Alessandro Falappa
+ GitHub
+ https://github.com/AlexFalappa
+ UTC+01:00
+
+
+
+
+ scm:git:https://github.com/AlexFalappa/nb-springboot.git
+ scm:git:https://github.com/AlexFalappa/nb-springboot.git
+ HEAD
+ https://github.com/AlexFalappa/nb-springboot
+
+
@@ -467,4 +546,46 @@
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+
+
+
+
+ release-sign-artifacts
+
+
+ performRelease
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+
+ sign
+
+ verify
+
+
+
+
+
+
+
+