Skip to content

Commit

Permalink
Bump version to 2.2.7 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala authored Jun 28, 2020
1 parent 0dfd088 commit 63b7620
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified dist/boda-bulkcmparser.jar
Binary file not shown.
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.bodastate.boda_bulkcmparser</groupId>
<artifactId>boda-bulkcmparser</artifactId>
<packaging>jar</packaging>
<version>2.2.6</version>
<version>2.2.7</version>
<name>boda-bulkcmparser-pr</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class BodaBulkCMParser {
* <p>
* Since 1.3.0
*/
final static String VERSION = "2.2.6";
final static String VERSION = "2.2.7";


private static final Logger LOGGER = LoggerFactory.getLogger(BodaBulkCMParser.class);
Expand Down

0 comments on commit 63b7620

Please sign in to comment.