File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
src/test/resources/com/igormaznitsa/jcp
it/maven/dummy_maven_project Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 )
2- [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jcp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jcp|6.1.3 |jar )
2+ [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jcp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jcp|6.1.4 |jar )
33[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/grade/c6acda63097a40c68d8ca8eaef6180d8 )] ( https://www.codacy.com/app/rrg4400/java-comment-preprocessor )
44[ ![ Java 6.0+] ( https://img.shields.io/badge/java-6.0%2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
55[ ![ Maven 3.0+] ( https://img.shields.io/badge/maven-3.0%2b-green.svg )] ( https://maven.apache.org/ )
88[ ![ Yandex.Money donation] ( https://img.shields.io/badge/donation-Я.деньги-yellow.svg )] ( http://yasobe.ru/na/iamoss )
99
1010# Changelog
11- - ** 6.1.4 (SNAPSHOT )**
12- - [ #19 ] ( https://github.com/raydac/java-comment-preprocessor/issues/19 ) removed meta dependncies
11+ - ** 6.1.4 (16 jun 2018 )**
12+ - [ #19 ] ( https://github.com/raydac/java-comment-preprocessor/issues/19 ) removed dependencies to meta packages (their sources moved into project)
1313
1414- ** 6.1.3 (29 apr 2018)**
1515 - added automatic module name ` igormaznitsa.jcp `
Original file line number Diff line number Diff line change 1- 6.1.4 (SNAPSHOT )
2- - removed meta dependncies #19
1+ 6.1.4 (16 jun 2018 )
2+ - removed dependencies to meta packages (their sources moved into project) #19
33
446.1.3 (29 apr 2018)
55 - added automatic module name `igormaznitsa.jcp`
Original file line number Diff line number Diff line change 44
55 <groupId >com.igormaznitsa</groupId >
66 <artifactId >jcp</artifactId >
7- <version >6.1.4-SNAPSHOT </version >
7+ <version >6.1.4</version >
88 <packaging >maven-plugin</packaging >
99
1010 <name >Java Comment Preprocessor</name >
Original file line number Diff line number Diff line change 4343 <plugin >
4444 <groupId >com.igormaznitsa</groupId >
4545 <artifactId >jcp</artifactId >
46- <version >6.1.4-SNAPSHOT </version >
46+ <version >6.1.4</version >
4747 <executions >
4848 <execution >
4949 <id >generateSources</id >
Original file line number Diff line number Diff line change 2020 <plugin >
2121 <groupId >com.igormaznitsa</groupId >
2222 <artifactId >jcp</artifactId >
23- <version >6.1.4-SNAPSHOT </version >
23+ <version >6.1.4</version >
2424 <configuration >
2525 <source >/</source >
2626 <copyFileAttributes >true</copyFileAttributes >
You can’t perform that action at this time.
0 commit comments