Skip to content

Commit

Permalink
v2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Sep 8, 2020
1 parent 4816b18 commit a8d1d64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions RELEASES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v2.12.6:
- adding rule for interface
v2.12.5:
- if usage is invoked, exit code should not be zero
- add JCLIFF_DEBUG parameters to allow debugging JCLIFF without editing the jcliff script
Expand Down
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.12.5</version>
<version>2.12.6</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.12.5";
private static final String VERSION="2.12.6";

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

Expand Down

0 comments on commit a8d1d64

Please sign in to comment.