File tree 9 files changed +12
-16
lines changed
refactor-first-gradle-plugin
refactor-first-maven-plugin
9 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.hjug.refactorfirst</groupId >
7
7
<artifactId >refactor-first</artifactId >
8
- <version >0.1.2 -SNAPSHOT</version >
8
+ <version >0.2.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<groupId >org.hjug.refactorfirst.changepronenessranker</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.hjug.refactorfirst</groupId >
7
7
<artifactId >refactor-first</artifactId >
8
- <version >0.1.2 -SNAPSHOT</version >
8
+ <version >0.2.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<groupId >org.hjug.refactorfirst.costbenefitcalculator</groupId >
Original file line number Diff line number Diff line change 1
1
<?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 : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<!-- From https://cylab.be/blog/97/compute-code-coverage-for-a-multi-module-maven-project-with-jacoco -->
8
6
9
7
<parent >
10
8
<groupId >org.hjug.refactorfirst</groupId >
11
9
<artifactId >refactor-first</artifactId >
12
- <version >0.1.2 -SNAPSHOT</version >
10
+ <version >0.2.0 -SNAPSHOT</version >
13
11
</parent >
14
12
15
13
<artifactId >coverage</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.hjug.refactorfirst</groupId >
7
7
<artifactId >refactor-first</artifactId >
8
- <version >0.1.2 -SNAPSHOT</version >
8
+ <version >0.2.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<groupId >org.hjug.refactorfirst.effortranker</groupId >
20
20
<dependency >
21
21
<groupId >org.hjug.refactorfirst.testresources</groupId >
22
22
<artifactId >test-resources</artifactId >
23
- <version >0.1.2 -SNAPSHOT</version >
23
+ <version >0.2.0 -SNAPSHOT</version >
24
24
</dependency >
25
25
26
26
<dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.hjug.refactorfirst</groupId >
7
7
<artifactId >refactor-first</artifactId >
8
- <version >0.1.2 -SNAPSHOT</version >
8
+ <version >0.2.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<groupId >org.hjug.refactorfirst.graphdatagenerator</groupId >
15
15
<dependency >
16
16
<groupId >org.hjug.refactorfirst.costbenefitcalculator</groupId >
17
17
<artifactId >cost-benefit-calculator</artifactId >
18
- <version >0.1.2 -SNAPSHOT</version >
18
+ <version >0.2.0 -SNAPSHOT</version >
19
19
</dependency >
20
20
</dependencies >
21
21
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<groupId >org.hjug.refactorfirst</groupId >
7
6
<artifactId >refactor-first</artifactId >
8
- <version >0.1.2 -SNAPSHOT</version >
7
+ <version >0.2.0 -SNAPSHOT</version >
9
8
<packaging >pom</packaging >
10
9
11
10
<url >https://github.com/jimbethancourt/RefactorFirst</url >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.hjug.refactorfirst</groupId >
9
9
<artifactId >refactor-first</artifactId >
10
- <version >0.1.2 -SNAPSHOT</version >
10
+ <version >0.2.0 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<groupId >org.hjug.refactorfirst.plugin</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.hjug.refactorfirst</groupId >
7
7
<artifactId >refactor-first</artifactId >
8
- <version >0.1.2 -SNAPSHOT</version >
8
+ <version >0.2.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<groupId >org.hjug.refactorfirst.plugin</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.hjug.refactorfirst</groupId >
7
7
<artifactId >refactor-first</artifactId >
8
- <version >0.1.2 -SNAPSHOT</version >
8
+ <version >0.2.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<groupId >org.hjug.refactorfirst.testresources</groupId >
12
12
<artifactId >test-resources</artifactId >
13
13
14
-
15
14
</project >
You can’t perform that action at this time.
0 commit comments