Skip to content

Commit ab53d7c

Browse files
committed
updated
1 parent a1ba365 commit ab53d7c

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
22
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jcp/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|jcp|7.0.2|jar)
3-
[![Codacy Badge](https://api.codacy.com/project/badge/grade/c6acda63097a40c68d8ca8eaef6180d8)](https://www.codacy.com/app/rrg4400/java-comment-preprocessor)
43
[![Java 1.8+](https://img.shields.io/badge/java-1.8%2b-green.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
54
[![Maven 3.0+](https://img.shields.io/badge/maven-3.0%2b-green.svg)](https://maven.apache.org/)
65
[![Gradle 3.0+](https://img.shields.io/badge/gradle-3.0%2b-green.svg)](https://gradle.org/)
@@ -11,10 +10,15 @@
1110
![Logo](assets/logo.png)
1211

1312
# Changelog
14-
- **7.0.2 (15 jul 2019)**
13+
- __7.0.3 (SNAPSHOT)__
14+
- added way to get info about all input and produced files from preprocessor context
15+
- reworked Gradle plug-in
16+
- refactoring, removed some auxiliary plugins from build process and extra code
17+
18+
- __7.0.2 (15 jul 2019)__
1519
- fixed leaks of system scoped dependencies in generated pom.xml
1620

17-
- **7.0.1 (19 apr 2019)**
21+
- __7.0.1 (19 apr 2019)__
1822
- minor refactoring
1923

2024
- **7.0.0 (31 mar 2019)**

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
7.0.3 (SNAPSHOT)
2+
- added way to get info about all input and produced files from preprocessor context
3+
- reworked Gradle plug-in
4+
- refactoring, removed some auxiliary plugins from build process and extra code
5+
16
7.0.2 (15 jul 2019)
27
- fixed leaks of system scoped dependencies in generated pom.xml
38

0 commit comments

Comments
 (0)