Skip to content

Commit be1fc97

Browse files
committed
Sync up pom.xml between projects
1 parent 0c0ba98 commit be1fc97

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

BEXCodeCompare/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>info.codesaway</groupId>
66
<artifactId>bex</artifactId>
7-
<version>0.9.1</version>
8-
<name>BEX Code Compare</name>
9-
<description>Be Enhanced Code Compare</description>
7+
<version>0.10.0</version>
8+
<name>Be Enhanced Code Compare (BEϽC)</name>
9+
<description>An enhanced code compare, utilities, and code matching</description>
1010
<properties>
1111
<maven.compiler.source>1.8</maven.compiler.source>
1212
<maven.compiler.target>1.8</maven.compiler.target>
@@ -49,7 +49,6 @@
4949
<scope>test</scope>
5050
</dependency>
5151
</dependencies>
52-
5352
<build>
5453
<plugins>
5554
<plugin>
@@ -170,4 +169,4 @@
170169
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
171170
</repository>
172171
</distributionManagement>
173-
</project>
172+
</project>

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.9.0</version>
7+
<version>0.10.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.9.0</version>
25+
<version>0.10.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.7.0</version>
7+
<version>0.8.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.9.0</version>
25+
<version>0.10.0</version>
2626
</dependency>
2727
<!-- Used for making Excel report -->
2828
<dependency>

0 commit comments

Comments
 (0)