File tree 21 files changed +24
-24
lines changed
21 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >annotations</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >any-language</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >code-cleaners</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >code-providers</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.solven-eu.cleanthat</groupId >
6
6
<artifactId >aggregator-cleanthat</artifactId >
7
- <version >2.19 </version >
7
+ <version >2.20-SNAPSHOT </version >
8
8
</parent >
9
9
<artifactId >config</artifactId >
10
10
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >git</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.solven-eu.cleanthat</groupId >
6
6
<artifactId >aggregator-cleanthat</artifactId >
7
- <version >2.19 </version >
7
+ <version >2.20-SNAPSHOT </version >
8
8
</parent >
9
9
<artifactId >github</artifactId >
10
10
<properties >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >gitlab</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >java-eclipse</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >java</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >lambda</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >local</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.solven-eu.cleanthat</groupId >
6
6
<artifactId >aggregator-cleanthat</artifactId >
7
- <version >2.19 </version >
7
+ <version >2.20-SNAPSHOT </version >
8
8
</parent >
9
9
<!-- This is the standard name template for unofficial plugins -->
10
10
<artifactId >cleanthat-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.solven-eu.cleanthat</groupId >
6
6
<artifactId >aggregator-cleanthat</artifactId >
7
- <version >2.19 </version >
7
+ <version >2.20-SNAPSHOT </version >
8
8
</parent >
9
9
<artifactId >openrewrite</artifactId >
10
10
Original file line number Diff line number Diff line change 15
15
</parent >
16
16
<groupId >io.github.solven-eu.cleanthat</groupId >
17
17
<artifactId >parent</artifactId >
18
- <version >2.19 </version >
18
+ <version >2.20-SNAPSHOT </version >
19
19
<packaging >pom</packaging >
20
20
<inceptionYear >2020</inceptionYear >
21
21
<developers >
32
32
<!-- SCM is in properties as we can't configure it directly in profile -->
33
33
<!-- Do not add developperConnection as parent is not a SNAPSHOT -->
34
34
<connection >${scm.connection} </connection >
35
- <tag >v2.19.RELEASE </tag >
35
+ <tag >HEAD </tag >
36
36
<url >${scm.url} </url >
37
37
</scm >
38
38
<properties >
353
353
<!-- mvn io.github.solven-eu.cleanthat:cleanthat-maven-plugin:cleanthat -->
354
354
<groupId >io.github.solven-eu.cleanthat</groupId >
355
355
<artifactId >cleanthat-maven-plugin</artifactId >
356
- <version >2.19 </version >
356
+ <version >2.20-SNAPSHOT </version >
357
357
<executions >
358
358
<execution >
359
359
<id >Clean the code</id >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.solven-eu.cleanthat</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >2.19 </version >
7
+ <version >2.20-SNAPSHOT </version >
8
8
<relativePath >parent</relativePath >
9
9
</parent >
10
10
<artifactId >aggregator-cleanthat</artifactId >
52
52
<scm >
53
53
<!-- Only developerConnection was not set in parent po;m as its own parent was not a SNAPSHOT -->
54
54
<developerConnection >${scm.developerConnection} </developerConnection >
55
- <tag >v2.19.RELEASE </tag >
55
+ <tag >HEAD </tag >
56
56
</scm >
57
57
58
58
<properties >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >refactorer-test-helpers</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >refactorer</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >runnable</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.github.solven-eu.cleanthat</groupId >
6
6
<artifactId >aggregator-cleanthat</artifactId >
7
- <version >2.19 </version >
7
+ <version >2.20-SNAPSHOT </version >
8
8
</parent >
9
9
<artifactId >spotless</artifactId >
10
10
<properties >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.github.solven-eu.cleanthat</groupId >
7
7
<artifactId >aggregator-cleanthat</artifactId >
8
- <version >2.19 </version >
8
+ <version >2.20-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >test-helpers</artifactId >
You can’t perform that action at this time.
0 commit comments