File tree Expand file tree Collapse file tree 12 files changed +19
-24
lines changed
refactor-first-maven-plugin Expand file tree Collapse file tree 12 files changed +19
-24
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.hjug.refactorfirst</groupId >
77 <artifactId >refactor-first</artifactId >
8- <version >0.7.0-SNAPSHOT </version >
8+ <version >0.7.0</version >
99 </parent >
1010
1111 <groupId >org.hjug.refactorfirst.changepronenessranker</groupId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.hjug.refactorfirst</groupId >
66 <artifactId >refactor-first</artifactId >
7- <version >0.7.0-SNAPSHOT </version >
7+ <version >0.7.0</version >
88 </parent >
99
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <parent >
86 <groupId >org.hjug.refactorfirst</groupId >
97 <artifactId >refactor-first</artifactId >
10- <version >0.7.0-SNAPSHOT </version >
8+ <version >0.7.0</version >
119 </parent >
1210
1311 <groupId >org.hjug.refactorfirst.codebasegraphbuilder</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.hjug.refactorfirst</groupId >
77 <artifactId >refactor-first</artifactId >
8- <version >0.7.0-SNAPSHOT </version >
8+ <version >0.7.0</version >
99 </parent >
1010
1111 <groupId >org.hjug.refactorfirst.costbenefitcalculator</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.hjug.refactorfirst</groupId >
99 <artifactId >refactor-first</artifactId >
10- <version >0.7.0-SNAPSHOT </version >
10+ <version >0.7.0</version >
1111 </parent >
1212
1313 <artifactId >coverage</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <parent >
86 <groupId >org.hjug.refactorfirst</groupId >
97 <artifactId >refactor-first</artifactId >
10- <version >0.7.0-SNAPSHOT </version >
8+ <version >0.7.0</version >
119 </parent >
1210
1311 <groupId >org.hjug.refactorfirst.dsm</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.hjug.refactorfirst</groupId >
77 <artifactId >refactor-first</artifactId >
8- <version >0.7.0-SNAPSHOT </version >
8+ <version >0.7.0</version >
99 </parent >
1010
1111 <groupId >org.hjug.refactorfirst.effortranker</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.hjug.refactorfirst</groupId >
77 <artifactId >refactor-first</artifactId >
8- <version >0.7.0-SNAPSHOT </version >
8+ <version >0.7.0</version >
99 </parent >
1010
1111 <groupId >org.hjug.refactorfirst.graphdatagenerator</groupId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <groupId >org.hjug.refactorfirst</groupId >
76 <artifactId >refactor-first</artifactId >
8- <version >0.7.0-SNAPSHOT </version >
7+ <version >0.7.0</version >
98 <packaging >pom</packaging >
109
1110 <url >https://github.com/refactorfirst/RefactorFirst</url >
4241 <connection >scm:git:https://github.com/refactorfirst/RefactorFirst</connection >
4342 <developerConnection >scm:git:https://github.com/refactorfirst/RefactorFirst</developerConnection >
4443 <url >https://github.com/refactorfirst/RefactorFirst</url >
45- <tag >HEAD </tag >
44+ <tag >refactor-first-0.7.0 </tag >
4645 </scm >
4746
4847 <issueManagement >
401400 <include >*.java</include >
402401 </includes >
403402 <!-- define the steps to apply to those files -->
404- <trimTrailingWhitespace />
405- <endWithNewline />
403+ <trimTrailingWhitespace />
404+ <endWithNewline />
406405 <indent >
407406 <tabs >true</tabs >
408407 <spacesPerTab >4</spacesPerTab >
409408 </indent >
410409 </format >
411410 </formats >
412411 <java >
413- <palantirJavaFormat />
412+ <palantirJavaFormat />
414413 </java >
415414 </configuration >
416415 <executions >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.hjug.refactorfirst</groupId >
77 <artifactId >refactor-first</artifactId >
8- <version >0.7.0-SNAPSHOT </version >
8+ <version >0.7.0</version >
99 </parent >
1010
1111 <groupId >org.hjug.refactorfirst.plugin</groupId >
You can’t perform that action at this time.
0 commit comments