Skip to content

Commit

Permalink
Prepare RELEASE [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed May 23, 2020
1 parent 19eeec0 commit fc4ac81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ OpenJAX CLI is based on a [XML Schema][cli-schema] that is used to specify the f
<dependency>
<groupId>org.openjax</groupId>
<artifactId>cli</artifactId>
<version>1.1.7</version>
<version>1.1.9</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.5-SNAPSHOT</version>
<version>2.5.5</version>
</parent>
<artifactId>cli</artifactId>
<version>1.1.9-SNAPSHOT</version>
<version>1.1.9</version>
<name>OpenJAX CLI</name>
<description>
Wrapper of the "Apache Commons CLI" library that provides a simple API to specify and process command line arguments.
Expand Down Expand Up @@ -67,12 +67,12 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.7.5-SNAPSHOT</version>
<version>0.7.5</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fc4ac81

Please sign in to comment.