Skip to content

Commit 035e141

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0ca1208 commit 035e141

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

change-proneness-ranker/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
8+
<version>0.7.1-SNAPSHOT</version>
99
</parent>
1010

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

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hjug.refactorfirst</groupId>
66
<artifactId>refactor-first</artifactId>
7-
<version>0.7.0</version>
7+
<version>0.7.1-SNAPSHOT</version>
88
</parent>
99

1010
<packaging>jar</packaging>

codebase-graph-builder/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
8+
<version>0.7.1-SNAPSHOT</version>
99
</parent>
1010

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

cost-benefit-calculator/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
8+
<version>0.7.1-SNAPSHOT</version>
99
</parent>
1010

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

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
10+
<version>0.7.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>coverage</artifactId>

dsm/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
8+
<version>0.7.1-SNAPSHOT</version>
99
</parent>
1010

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

effort-ranker/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
8+
<version>0.7.1-SNAPSHOT</version>
99
</parent>
1010

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

graph-data-generator/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
8+
<version>0.7.1-SNAPSHOT</version>
99
</parent>
1010

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

pom.xml

Lines changed: 2 additions & 2 deletions
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.7.0</version>
7+
<version>0.7.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<url>https://github.com/refactorfirst/RefactorFirst</url>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://github.com/refactorfirst/RefactorFirst</connection>
4242
<developerConnection>scm:git:https://github.com/refactorfirst/RefactorFirst</developerConnection>
4343
<url>https://github.com/refactorfirst/RefactorFirst</url>
44-
<tag>refactor-first-0.7.0</tag>
44+
<tag>HEAD</tag>
4545
</scm>
4646

4747
<issueManagement>

refactor-first-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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.7.0</version>
8+
<version>0.7.1-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)