Skip to content

Commit

Permalink
version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomartins8 committed Jun 22, 2020
1 parent ff1f720 commit b23e15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Features:
```shell script
$ mvn archetype:generate -DarchetypeGroupId=com.github.sergiomartins8 \
-DarchetypeArtifactId=ui-automation-bootstrap \
-DarchetypeVersion=1.5.0 \
-DarchetypeVersion=1.6.0 \
-DgroupId=awesome.group.id \
-DartifactId=awesome-template \
-Dcheckstyle=true \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.sergiomartins8</groupId>
<artifactId>ui-automation-bootstrap</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<packaging>maven-archetype</packaging>

<name>ui-automation-bootstrap</name>
Expand Down

0 comments on commit b23e15e

Please sign in to comment.