File tree Expand file tree Collapse file tree 7 files changed +43
-11
lines changed Expand file tree Collapse file tree 7 files changed +43
-11
lines changed Original file line number Diff line number Diff line change 1
1
![ Logo] ( assets/github1280x640.png )
2
2
3
3
[ ![ License Apache 2.0] ( https://img.shields.io/badge/license-Apache%20License%202.0-green.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
4
- [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jcp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jcp|7.1.2 |jar )
5
- [ ![ Java 1.8 +] ( https://img.shields.io/badge/java-1.8 %2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
4
+ [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jcp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jcp|7.2.0 |jar )
5
+ [ ![ Java 11 +] ( https://img.shields.io/badge/java-11 %2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
6
6
[ ![ Maven 3.0+] ( https://img.shields.io/badge/maven-3.0%2b-green.svg )] ( https://maven.apache.org/ )
7
- [ ![ Gradle 3 .0+] ( https://img.shields.io/badge/gradle-3 .0%2b-green.svg )] ( https://gradle.org/ )
7
+ [ ![ Gradle 6 .0+] ( https://img.shields.io/badge/gradle-6 .0%2b-green.svg )] ( https://gradle.org/ )
8
8
[ ![ Ant 1.8.2+] ( https://img.shields.io/badge/ant-1.8.2%2b-green.svg )] ( http://ant.apache.org/ )
9
9
[ ![ PayPal donation] ( https://img.shields.io/badge/donation-PayPal-cyan.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2 )
10
10
[ ![ YooMoney donation] ( https://img.shields.io/badge/donation-Yoo.money-blue.svg )] ( https://yoomoney.ru/to/41001158080699 )
11
11
12
12
# Changelog
13
13
14
- __ 7.2.0 (SNAPSHOT )__
14
+ __ 7.2.0 (13-jul-2025 )__
15
15
16
16
- minimum JDK version 11
17
17
- added support for external processors calls during uncommenting actions ` //$ ` and ` //$$ ` , processors can be provided
Original file line number Diff line number Diff line change 1
- __7.2.0 (SNAPSHOT )__
1
+ __7.2.0 (13-jul-2025 )__
2
2
- minimum JDK version 11
3
3
- added support for external processors calls during uncommenting actions `//$` and `//$$`, processors can be provided as services
4
4
- removed support of Gradle 5
Original file line number Diff line number Diff line change 8
8
<packaging >pom</packaging >
9
9
10
10
<properties >
11
- <jcp .test.version>7.2.0-SNAPSHOT </jcp .test.version>
11
+ <jcp .test.version>7.2.0</jcp .test.version>
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<junit .version>5.13.3</junit .version>
14
14
<maven .compiler.release>11</maven .compiler.release>
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jcp-pom</artifactId >
8
- <version >7.2.0-SNAPSHOT </version >
8
+ <version >7.2.0</version >
9
9
</parent >
10
10
11
11
<artifactId >jcp</artifactId >
158
158
</executions >
159
159
</plugin >
160
160
161
+ <plugin >
162
+ <groupId >net.nicoulaj.maven.plugins</groupId >
163
+ <artifactId >checksum-maven-plugin</artifactId >
164
+ <version >1.11</version >
165
+ <executions >
166
+ <execution >
167
+ <phase >verify</phase >
168
+ <goals >
169
+ <goal >files</goal >
170
+ </goals >
171
+ <configuration >
172
+ <fileSets >
173
+ <fileSet >
174
+ <directory >${project.build.directory} </directory >
175
+ <includes >
176
+ <include >*.jar</include >
177
+ <include >*.pom</include >
178
+ </includes >
179
+ </fileSet >
180
+ </fileSets >
181
+ <algorithms >
182
+ <algorithm >SHA-1</algorithm >
183
+ <algorithm >MD5</algorithm >
184
+ </algorithms >
185
+ </configuration >
186
+ </execution >
187
+ </executions >
188
+ </plugin >
161
189
</plugins >
162
190
</build >
163
191
</profile >
Original file line number Diff line number Diff line change 7
7
<includeSiteDirectory >false</includeSiteDirectory >
8
8
9
9
<formats >
10
- <format >jar </format >
10
+ <format >tar.gz </format >
11
11
</formats >
12
12
<fileSets >
13
13
<fileSet >
14
14
<directory >${project.build.directory}</directory >
15
- <outputDirectory >/</outputDirectory >
15
+ <outputDirectory >/com/igormaznitsa/${project.artifactId}/${project.version} </outputDirectory >
16
16
<includes >
17
- <include >*.jar.asc</include >
18
17
<include >*.jar</include >
18
+ <include >*.jar.asc</include >
19
+ <include >*.jar.sha1</include >
20
+ <include >*.jar.md5</include >
19
21
<include >*.pom</include >
20
22
<include >*.pom.asc</include >
23
+ <include >*.pom.sha1</include >
24
+ <include >*.pom.md5</include >
21
25
</includes >
22
26
<excludes >
23
27
<exclude >original*.*</exclude >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jcp-pom</artifactId >
8
- <version >7.2.0-SNAPSHOT </version >
8
+ <version >7.2.0</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<url >https://github.com/raydac/java-comment-preprocessor</url >
You can’t perform that action at this time.
0 commit comments