Skip to content

Commit

Permalink
Bump JCliff version to 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed May 24, 2019
1 parent 11d0be5 commit f9ce91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.redhat.util</groupId>
<artifactId>jcliff</artifactId>
<packaging>jar</packaging>
<version>2.11.13</version>
<version>2.12.0</version>
<name>JBoss configuration client front-end</name>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/redhat/jcliff/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
public class Main {

private static final String VERSION="2.11.13";
private static final String VERSION="2.12.0";

private static final HashSet<String> specialRules=new HashSet<String>();

Expand Down

0 comments on commit f9ce91f

Please sign in to comment.