Skip to content

Commit b53b626

Browse files
committed
maintenance release 6.1.4
1 parent c2a8a1b commit b53b626

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +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)
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/)
@@ -8,8 +8,8 @@
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`

changelog.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
6.1.3 (29 apr 2018)
55
- added automatic module name `igormaznitsa.jcp`

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/test/resources/com/igormaznitsa/jcp/it/maven/dummy_maven_project/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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>

src/test/resources/com/igormaznitsa/jcp/maven/preprocessor_mojo_test_cfg.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

0 commit comments

Comments
 (0)