Skip to content

Commit 21004b5

Browse files
committed
added automatic module name igormaznitsa.jcp
1 parent 5a4b767 commit 21004b5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Changelog
1111

1212
- **6.1.3-SNAPSHOT**
13+
- added automatic module name `igormaznitsa.jcp`
1314
- CORE: added `/U` key to turn on mode to interpret unknown variables as FALSE (in Maven and ANT `unknownVarAsFalse`), [#17](https://github.com/raydac/java-comment-preprocessor/issues/17)
1415

1516
- **6.1.2 (02 apr 2017)**

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
6.1.3-SNAPSHOT
2+
- added automatic module name `igormaznitsa.jcp`
23
- CORE: added `/U` key to turn on mode to interpret unknown variables as FALSE (in Maven and ANT `unknownVarAsFalse`), [#17](https://github.com/raydac/java-comment-preprocessor/issues/17)
34

45
6.1.2 (02 apr 2017)

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.apache.maven.plugins</groupId>
173173
<artifactId>maven-gpg-plugin</artifactId>
174-
<version>1.4</version>
174+
<version>1.6</version>
175175
<executions>
176176
<execution>
177177
<id>sign-artifacts</id>
@@ -380,6 +380,9 @@
380380
<manifest>
381381
<mainClass>com.igormaznitsa.jcp.JCPreprocessor</mainClass>
382382
</manifest>
383+
<manifestEntries>
384+
<Automatic-Module-Name>igormaznitsa.jcp</Automatic-Module-Name>
385+
</manifestEntries>
383386
</archive>
384387
</configuration>
385388
</plugin>
@@ -413,7 +416,7 @@
413416
<rules>
414417
<!-- there was some permspace error if to compile with JDK 1.6-->
415418
<requireJavaVersion>
416-
<version>[1.7,1.9)</version>
419+
<version>[1.7,9)</version>
417420
</requireJavaVersion>
418421
<requireMavenVersion>
419422
<version>[${min.maven.api}},)</version>
@@ -427,7 +430,7 @@
427430
<plugin>
428431
<groupId>org.apache.maven.plugins</groupId>
429432
<artifactId>maven-compiler-plugin</artifactId>
430-
<version>3.6.1</version>
433+
<version>3.7.0</version>
431434
<configuration>
432435
<compilerArgument>-Xlint:all</compilerArgument>
433436
<verbose>true</verbose>

0 commit comments

Comments
 (0)