Skip to content

Commit

Permalink
v2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bserdar committed Jun 17, 2019
1 parent 5311682 commit 3bf31f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion RELEASES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
v2.12.2:
- makes 'driver-xa-datasource-class-name' property optional in JDBC driver defintion
v2.12.1:
- Minor fix, add jcliff script to tar
- makes 'driver-xa-datasource-class-name' property optional in JDBC driver defintion
v2.12.0:
- Creates a symlink /usr/share/jcliff so that tools using JCLiff does not need to hard the version number in their configuration
- Move jcliff script to src/main/bash
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.1</version>
<version>2.12.2</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.1";
private static final String VERSION="2.12.2";

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

Expand Down

0 comments on commit 3bf31f2

Please sign in to comment.