File tree 5 files changed +8
-8
lines changed
src/test/resources/com/igormaznitsa/jcp
it/maven/dummy_maven_project
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ 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 )
3
3
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/grade/c6acda63097a40c68d8ca8eaef6180d8 )] ( https://www.codacy.com/app/rrg4400/java-comment-preprocessor )
4
4
[ ![ Java 6.0+] ( https://img.shields.io/badge/java-6.0%2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
5
5
[ ![ Maven 3.0+] ( https://img.shields.io/badge/maven-3.0%2b-green.svg )] ( https://maven.apache.org/ )
8
8
[ ![ Yandex.Money donation] ( https://img.shields.io/badge/donation-Я.деньги-yellow.svg )] ( http://yasobe.ru/na/iamoss )
9
9
10
10
# 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)
13
13
14
14
- ** 6.1.3 (29 apr 2018)**
15
15
- 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
3
3
4
4
6.1.3 (29 apr 2018)
5
5
- added automatic module name `igormaznitsa.jcp`
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.igormaznitsa</groupId >
6
6
<artifactId >jcp</artifactId >
7
- <version >6.1.4-SNAPSHOT </version >
7
+ <version >6.1.4</version >
8
8
<packaging >maven-plugin</packaging >
9
9
10
10
<name >Java Comment Preprocessor</name >
Original file line number Diff line number Diff line change 43
43
<plugin >
44
44
<groupId >com.igormaznitsa</groupId >
45
45
<artifactId >jcp</artifactId >
46
- <version >6.1.4-SNAPSHOT </version >
46
+ <version >6.1.4</version >
47
47
<executions >
48
48
<execution >
49
49
<id >generateSources</id >
Original file line number Diff line number Diff line change 20
20
<plugin >
21
21
<groupId >com.igormaznitsa</groupId >
22
22
<artifactId >jcp</artifactId >
23
- <version >6.1.4-SNAPSHOT </version >
23
+ <version >6.1.4</version >
24
24
<configuration >
25
25
<source >/</source >
26
26
<copyFileAttributes >true</copyFileAttributes >
You can’t perform that action at this time.
0 commit comments