Skip to content

Commit 0ef0110

Browse files
Updating versions for 0.3.0 release
1 parent 284f890 commit 0ef0110

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The graph generated in the report will look similar to this one:
1010
Run the following command from the root of your project (the source code does not need to be built):
1111

1212
```bash
13-
mvn org.hjug.refactorfirst.plugin:refactor-first-maven-plugin:0.2.0:report
13+
mvn org.hjug.refactorfirst.plugin:refactor-first-maven-plugin:0.3.0:report
1414
```
1515

1616
### As Part of a Build
@@ -22,7 +22,7 @@ Add the following to your project in the build section. **showDetails** will sh
2222
<plugin>
2323
<groupId>org.hjug.refactorfirst.plugin</groupId>
2424
<artifactId>refactor-first-maven-plugin</artifactId>
25-
<version>0.2.0</version>
25+
<version>0.3.0</version>
2626
<!-- optional -->
2727
<configuration>
2828
<showDetails>true</showDetails>

change-proneness-ranker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.changepronenessranker</groupId>

cost-benefit-calculator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.costbenefitcalculator</groupId>

coverage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hjug.refactorfirst</groupId>
99
<artifactId>refactor-first</artifactId>
10-
<version>0.2.1-SNAPSHOT</version>
10+
<version>0.3.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>coverage</artifactId>

effort-ranker/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.effortranker</groupId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.hjug.refactorfirst.testresources</groupId>
2222
<artifactId>test-resources</artifactId>
23-
<version>0.2.1-SNAPSHOT</version>
23+
<version>0.3.0-SNAPSHOT</version>
2424
</dependency>
2525

2626
<dependency>

graph-data-generator/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.graphdatagenerator</groupId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.hjug.refactorfirst.costbenefitcalculator</groupId>
1717
<artifactId>cost-benefit-calculator</artifactId>
18-
<version>0.2.1-SNAPSHOT</version>
18+
<version>0.3.0-SNAPSHOT</version>
1919
</dependency>
2020
</dependencies>
2121

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.hjug.refactorfirst</groupId>
66
<artifactId>refactor-first</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.3.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<url>https://github.com/jimbethancourt/RefactorFirst</url>

refactor-first-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.plugin</groupId>

test-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hjug.refactorfirst</groupId>
77
<artifactId>refactor-first</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.hjug.refactorfirst.testresources</groupId>

0 commit comments

Comments
 (0)