diff --git a/README.md b/README.md index 74ed0783..1c79e2e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Repository for Payara Maven plugins Payara Micro Maven Plugin that incorporates payara-micro with the produced artifact. It requires JDK 1.7+. -### Latest version available: 1.0.0-SNAPSHOT +### Latest version available: 1.0.0 ### bundle This goal bundles the attached project's artifact into uber jar with specified configurations. ```bundle``` is attached to the ```install``` phase by default. A sample usage would as follows: @@ -130,4 +130,4 @@ If an ```artifactItem``` is defined, it will take precedence for identifying cur ### Configuration tags - __processId__ (optional |): Process id of the running payara-micro. -- __artifactItem__ (optional): Defines payara-micro artifact with its coordinates. This information is used to identify the process id of the running payara-micro. \ No newline at end of file +- __artifactItem__ (optional): Defines payara-micro artifact with its coordinates. This information is used to identify the process id of the running payara-micro. diff --git a/payara-micro-maven-plugin/pom.xml b/payara-micro-maven-plugin/pom.xml index 549ab619..6943169a 100644 --- a/payara-micro-maven-plugin/pom.xml +++ b/payara-micro-maven-plugin/pom.xml @@ -41,7 +41,7 @@ 4.0.0 fish.payara.maven.plugins payara-micro-maven-plugin - 1.0.0-SNAPSHOT + 1.0.0 maven-plugin Payara Micro Maven Plugin @@ -115,4 +115,4 @@ 3.0.0 - \ No newline at end of file +