File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
BEXCodeRefactoringExamples Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 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>
4949 <scope >test</scope >
5050 </dependency >
5151 </dependencies >
52-
5352 <build >
5453 <plugins >
5554 <plugin >
170169 <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
171170 </repository >
172171 </distributionManagement >
173- </project >
172+ </project >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments