Skip to content

Commit 0ca1208

Browse files
committed
[maven-release-plugin] prepare release refactor-first-0.7.0
1 parent 083779d commit 0ca1208

File tree

12 files changed

+19
-24
lines changed

12 files changed

+19
-24
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-SNAPSHOT</version>
8+
<version>0.7.0</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-SNAPSHOT</version>
7+
<version>0.7.0</version>
88
</parent>
99

1010
<packaging>jar</packaging>

codebase-graph-builder/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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>

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-SNAPSHOT</version>
8+
<version>0.7.0</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-SNAPSHOT</version>
10+
<version>0.7.0</version>
1111
</parent>
1212

1313
<artifactId>coverage</artifactId>

dsm/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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>

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-SNAPSHOT</version>
8+
<version>0.7.0</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-SNAPSHOT</version>
8+
<version>0.7.0</version>
99
</parent>
1010

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

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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>
@@ -42,7 +41,7 @@
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>
@@ -401,16 +400,16 @@
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>

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-SNAPSHOT</version>
8+
<version>0.7.0</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)