Skip to content

Commit 19a080b

Browse files
committed
Fixed pom.xml version for 0.13 release
1 parent eaa39f0 commit 19a080b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BEXCodeRefactoring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>info.codesaway</groupId>
66
<artifactId>becr</artifactId>
7-
<version>0.12.0</version>
7+
<version>0.13.0</version>
88
<name>Be Enhanced Code Refactoring (BECR)</name>
99
<description>Refactor better using BECR</description>
1010
<properties>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>info.codesaway</groupId>
2424
<artifactId>bex</artifactId>
25-
<version>0.12.0</version>
25+
<version>0.13.0</version>
2626
</dependency>
2727
<!-- Used to parse Java code -->
2828
<dependency>

BEXCodeRefactoringExamples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>info.codesaway</groupId>
66
<artifactId>becr.examples</artifactId>
7-
<version>0.10.0</version>
7+
<version>0.11.0</version>
88
<name>BECR Examples</name>
99
<description>Examples of BECR - Be Enhanced Code Refactoring</description>
1010
<properties>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>info.codesaway</groupId>
2424
<artifactId>becr</artifactId>
25-
<version>0.12.0</version>
25+
<version>0.13.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)