Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandrex247 committed Aug 21, 2017
1 parent 0e17b03 commit ffb1dad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
- __artifactItem__ (optional): Defines payara-micro artifact with its coordinates. This information is used to identify the process id of the running payara-micro.
4 changes: 2 additions & 2 deletions payara-micro-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fish.payara.maven.plugins</groupId>
<artifactId>payara-micro-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>maven-plugin</packaging>
<name>Payara Micro Maven Plugin</name>

Expand Down Expand Up @@ -115,4 +115,4 @@
<version>3.0.0</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit ffb1dad

Please sign in to comment.